⚠️ cyber_threat¶
Cyber threat intelligence, exploit data, IOC feeds, MITRE ATT&CK taxonomy, and standards/compliance mappings. Part of the govdata cyber sub-domain.
12 datasets · 124 columns
attack_techniques · table¶
MITRE ATT&CK enterprise-domain technique and sub-technique records, one row per technique, fetched from the enterprise-attack.json STIX2 bundle (sub-technique parent resolved via subtechnique-of relationships). Carries per-technique platforms, data sources, and detection guidance plus the ATT&CK version string; refreshed on MITRE's April/October release cadence. Mapped to NIST 800-53 controls in attack_to_nist_mappings below.
| Column | Type | Null | Description |
|---|---|---|---|
technique_ |
string | no | ATT&CK technique ID (e.g., T1055.011) |
stix_ |
string | yes | STIX2 object ID |
name |
string | yes | Technique name |
description |
string | yes | Technique description |
tactic_ |
string | yes | Pipe-delimited tactic short names from kill_chain_phases |
platforms |
string | yes | Pipe-delimited target platforms (x_mitre_platforms) |
data_ |
string | yes | Pipe-delimited data sources (x_mitre_data_sources) |
is_ |
boolean | yes | True if this is a sub-technique (x_mitre_is_subtechnique) |
parent_ |
string | yes | Parent technique ID for sub-techniques (via subtechnique-of relationship) |
domain |
string | yes | ATT&CK domain (enterprise-attack, ics-attack, mobile-attack) |
detection |
string | yes | Detection guidance |
mitre_ |
string | yes | ATT&CK version string (x_mitre_version) |
ioc_urls · table¶
URLhaus (abuse.ch) malicious URL indicators, one row per reported URL, with online/offline status, threat classification, and reporter tags, partitioned by first_seen date. Snapshot re-fetched and overwritten per partition each run. See active_threat_intel below for a normalized cross-indicator view spanning ioc_urls, ioc_ips, and ioc_hashes.
| Column | Type | Null | Description |
|---|---|---|---|
url_ |
string | yes | URLhaus numeric ID |
url |
string | no | Malicious URL |
url_ |
string | yes | URL status (online, offline) |
date_ |
string | yes | Date added to URLhaus |
last_ |
string | yes | Last time URL was observed online |
threat |
string | yes | Threat classification |
tags |
string | yes | Comma-delimited tags (as provided by URLhaus) |
urlhaus_ |
string | yes | URLhaus entry page |
reporter |
string | yes | Reporter handle |
source |
string | yes | Feed source (urlhaus) |
first_ |
string | yes | Partition column (date of first observation, mapped from dateadded) |
ioc_hashes · table¶
MalwareBazaar (abuse.ch) malware sample hashes — SHA-256/SHA-1/MD5 plus ssdeep and TLSH fuzzy hashes — with file type, malware family signature, ClamAV detection name, and VirusTotal detection percentage, one row per sample, partitioned by first_seen date. See active_threat_intel below for a normalized cross-indicator view spanning ioc_hashes, ioc_urls, and ioc_ips.
| Column | Type | Null | Description |
|---|---|---|---|
sha256 |
string | no | SHA-256 hash (transformer emits final column names; no source remap) |
md5 |
string | yes | MD5 hash |
sha1 |
string | yes | SHA-1 hash |
first_ |
string | yes | First seen UTC timestamp |
reporter |
string | yes | Reporter handle |
file_ |
string | yes | Original file name |
file_ |
string | yes | Detected file type |
mime_ |
string | yes | MIME type |
signature |
string | yes | Malware family signature |
clamav |
string | yes | ClamAV detection name |
vt_ |
double | yes | VirusTotal detection percentage (null when n/a) |
imphash |
string | yes | Import hash (null when n/a) |
ssdeep |
string | yes | ssdeep fuzzy hash |
tlsh |
string | yes | TLSH fuzzy hash |
source |
string | yes | Feed source (malwarebazaar) |
first_ |
string | yes | Partition column (date of first observation) |
ioc_ips · table¶
Feodo Tracker (abuse.ch) botnet command-and-control IP blocklist — typically ~5 active entries — with port, online/offline status, ASN, AS name, associated malware family, and geolocated country (joined to ref.countries), partitioned by first_seen date. For a broader multi-source feed that also carries ip:port indicators, see ioc_mixed (ThreatFox) below; see active_threat_intel for a normalized cross-indicator view spanning ioc_ips, ioc_urls, and ioc_hashes.
| Column | Type | Null | Description |
|---|---|---|---|
ip_ |
string | no | C2 IP address |
port |
integer | yes | C2 port |
status |
string | yes | Status (online, offline) |
hostname |
string | yes | Resolved hostname |
as_ |
integer | yes | Autonomous system number |
as_ |
string | yes | Autonomous system name |
country |
string | yes | Country code (ISO 3166-1 alpha-2) |
first_ |
string | yes | First observed date (partition column) |
last_ |
string | yes | Last observed online date |
malware_ |
string | yes | Associated malware family |
source |
string | yes | Feed source (feodo) |
ioc_mixed · table¶
ThreatFox (abuse.ch) multi-type IOC feed covering ip:port, domain, url, md5_hash, and sha256_hash indicators in a single table, with malware family, threat type, confidence level (0-100), and an is_compromised (legitimate-asset) flag, partitioned by first_seen date. Requires CYBER_THREATFOX_API_KEY. Distinct source and indicator mix from the single-type ioc_ips/ioc_urls/ioc_hashes tables (Feodo/URLhaus/MalwareBazaar).
| Column | Type | Null | Description |
|---|---|---|---|
ioc_ |
string | yes | ThreatFox IOC ID |
ioc_ |
string | no | IOC value (IP:port, domain, URL, or hash) |
ioc_ |
string | yes | IOC type (ip:port, domain, url, md5_hash, sha256_hash) |
threat_ |
string | yes | Threat type classification |
malware_ |
string | yes | Malware identifier key |
malware_ |
string | yes | Human-readable malware name |
malware_ |
string | yes | Pipe-delimited malware aliases |
first_ |
string | yes | First seen UTC timestamp |
last_ |
string | yes | Last seen UTC timestamp |
confidence_ |
integer | yes | Confidence level (0-100) |
is_ |
boolean | yes | True if indicator is a compromised legitimate asset |
reference |
string | yes | Reference URL |
tags |
string | yes | Pipe-delimited tags |
reporter |
string | yes | Reporter handle |
anonymous |
boolean | yes | True if submitted anonymously |
source |
string | yes | Feed source (threatfox) |
first_ |
string | yes | Partition column (date of first observation) |
nist_controls · table¶
NIST SP 800-53 Rev 5 security controls. Sourced from the usnistgov/oscal-content GitHub repository in OSCAL JSON format. Includes both base controls and enhancements (e.g., AC-2(1)). Description assembled from statement/item parts recursively.
| Column | Type | Null | Description |
|---|---|---|---|
control_ |
string | no | Control identifier (e.g., AC-1, AC-2(1)) |
family_ |
string | yes | Two-letter family code (e.g., AC, SI) |
family_ |
string | yes | Control family name (e.g., Access Control) |
title |
string | yes | Control title |
description |
string | yes | Assembled control statement prose (up to 4000 chars) |
enhancement_ |
string | yes | Parent control_id for enhancements; null for base controls |
framework |
string | yes | Framework name (NIST SP 800-53) |
version |
string | yes | Framework version (Rev 5) |
source |
string | yes | Data source identifier |
nist_csf_functions · table¶
NIST CSF 2.0 subcategories. One row per subcategory (most granular level). 3-level hierarchy: Function → Category → Subcategory. 6 functions: GV (Govern), ID (Identify), PR (Protect), DE (Detect), RS (Respond), RC (Recover).
| Column | Type | Null | Description |
|---|---|---|---|
function_ |
string | no | Function code (GV, ID, PR, DE, RS, RC) |
function_ |
string | yes | Function name (GOVERN, IDENTIFY, etc.) |
category_ |
string | yes | Category identifier (e.g., GV.OC) |
category_ |
string | yes | Category label |
subcategory_ |
string | no | Subcategory identifier (e.g., GV.OC-01) |
subcategory_ |
string | yes | Subcategory statement prose |
framework_ |
string | yes | CSF version (2.0) |
source |
string | yes | Data source identifier |
cis_controls · table¶
CIS Controls v8 safeguards from the CISecurity/ControlsAssessmentSpecification GitHub repository (RST format). 18 controls, ~153 safeguards. The transformer fetches individual RST files for each safeguard and parses title, description, asset type, security function, and implementation groups.
| Column | Type | Null | Description |
|---|---|---|---|
control_ |
string | no | CIS Control number (1-18) |
control_ |
string | yes | CIS Control title |
safeguard_ |
string | no | Safeguard identifier (e.g., 1.1, 2.3) |
title |
string | yes | Safeguard title |
description |
string | yes | Safeguard description (up to 2000 chars) |
asset_ |
string | yes | Asset type from implementation table (e.g., Devices, Applications) |
security_ |
string | yes | Security function (Identify, Protect, Detect, Respond, Recover) |
ig_ |
string | yes | Implementation groups string (e.g., 1, 2, 3 or 2, 3) |
version |
string | yes | CIS Controls version (v8) |
source |
string | yes | Data source identifier |
owasp_top10 · table¶
OWASP Top 10 (2021) web application security risk categories, ranked 1-10, each with an overview and the pipe-delimited CWE IDs associated with that risk. One row per entry; sourced from the OWASP/Top10 GitHub repo's Markdown docs.
| Column | Type | Null | Description |
|---|---|---|---|
entry_ |
string | no | OWASP entry ID (e.g., A01:2021) |
rank |
integer | yes | Rank (1-10) |
name |
string | yes | Entry name (e.g., Broken Access Control) |
overview |
string | yes | Overview section prose (up to 2000 chars) |
cwe_ |
string | yes | Pipe-delimited CWE IDs mentioned in the entry |
year |
integer | yes | OWASP Top 10 year (2021) |
source |
string | yes | Data source identifier |
attack_to_nist_mappings · table¶
MITRE ATT&CK to NIST SP 800-53 control mappings from the center-for-threat-informed-defense/mappings-explorer GitHub repository. ATT&CK v16.1 mapped to NIST 800-53 Rev 5 enterprise domain. Records with status=non_mappable are excluded.
| Column | Type | Null | Description |
|---|---|---|---|
technique_ |
string | no | ATT&CK technique ID (e.g., T1566, T1566.001) |
attack_ |
string | yes | ATT&CK technique name |
nist_ |
string | no | NIST 800-53 control ID (e.g., CM-03) |
capability_ |
string | yes | Control family code (e.g., CM, AC) |
capability_ |
string | yes | Control name |
mapping_ |
string | yes | Mapping relationship type (mitigates) |
comments |
string | yes | Mapping rationale |
status |
string | yes | Mapping status (complete) |
source_ |
string | yes | ATT&CK and NIST versions used for mapping |
source |
string | yes | Data source identifier |
threat_pulses · table¶
AlienVault OTX subscribed threat-intelligence pulses (curated reports), each with targeted countries, malware families, mapped ATT&CK technique IDs, an IOC count, and TLP classification, partitioned by first_seen (date portion of created). Requires CYBER_OTX_API_KEY. Production daily runs append pulse version history into each partition (query current state via max(modified) per pulse_id); historical/DQ runs replace the partition wholesale.
| Column | Type | Null | Description |
|---|---|---|---|
pulse_ |
string | no | OTX pulse UUID |
name |
string | yes | Pulse name |
author |
string | yes | Author username |
tags |
string | yes | Pipe-delimited tags |
targeted_ |
string | yes | Pipe-delimited ISO country codes |
malware_ |
string | yes | Pipe-delimited malware family display names |
attack_ |
string | yes | Pipe-delimited ATT&CK technique IDs |
ioc_ |
integer | yes | Number of IOC indicators in this pulse |
created |
string | yes | Creation timestamp (ISO-8601) |
modified |
string | yes | Last modified timestamp (ISO-8601) |
tlp |
string | yes | Traffic Light Protocol classification |
source |
string | yes | Feed source (otx) |
first_ |
string | yes | Partition column (date portion of created) |
active_threat_intel · view¶
Row-per-indicator union of ioc_ips, ioc_urls, and ioc_hashes onto a common (ioc_type, ioc_value, first_seen, country, threat, context) schema for cross-indicator search. Does not include ioc_mixed (ThreatFox) or threat_pulses — query those directly for ip:port/domain indicators or pulse-level context.
View — columns are resolved by the query engine at runtime.