Threat intelligence report events represent structured threat intelligence publications ingested from external providers such as AlienVault OTX, CrowdStrike Falcon Intelligence, and STIX/TAXII feeds. Available for third-party ingested data only.
Lists the latest version of each recent threat intelligence report.
fetch security.events| filter event.type == "THREAT_REPORT"| dedup {threat.report.id}, sort: {timestamp desc}| sort timestamp desc
Counts unique threat intelligence reports by provider and product.
fetch security.events| filter event.type == "THREAT_REPORT"| dedup {threat.report.id}, sort: {timestamp desc}| summarize {reports = count()}, by: {event.provider, product.name}| sort reports desc
Lists the latest threat intelligence reports that include CVE observables.
fetch security.events| filter event.type == "THREAT_REPORT"| dedup {threat.report.id}, sort: {timestamp desc}| filter arraySize(threat.observables.cves) > 0| fields timestamp, threat.report.id, threat.report.name, threat.observables.cves, event.provider| sort timestamp desc
A threat intelligence report event represents a structured threat intelligence publication—such as an AlienVault OTX pulse, a CrowdStrike Falcon Intelligence malware analysis report, or a STIX 2.1 report object from a TAXII feed—ingested from an external threat intelligence platform. One event per publication. Fields cover the report's identity and provenance (threat.report.), adversary context (actor, targeting, malware, ATT&CK), and extracted indicators of compromise (threat.observables.).
Lists the latest version of each recent threat intelligence report event.
fetch security.events| filter event.type == "THREAT_REPORT"| dedup {threat.report.id}, sort: {timestamp desc}| sort timestamp desc
Counts unique latest threat intelligence reports by provider and product.
fetch security.events| filter event.type == "THREAT_REPORT"| dedup {threat.report.id}, sort: {timestamp desc}| summarize {reports = count()}, by: {event.provider, product.name}| sort reports desc
Lists the latest version of recent threat intelligence reports that include CVE observables.
fetch security.events| filter event.type == "THREAT_REPORT"| dedup {threat.report.id}, sort: {timestamp desc}| filter arraySize(threat.observables.cves) > 0| fields timestamp, threat.report.id, threat.report.name, threat.observables.cves, event.provider, product.name| sort timestamp desc
Fields that must be present on every threat intelligence report event.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stable |
|
| string | stable |
|
| string | stable |
|
| string | stable |
|
| string | resource experimental |
|
| string | resource experimental |
|
| string | experimental |
|
| string | experimental |
|
| string | experimental |
|
| timestamp | experimental |
|
| timestamp | experimental |
|
Fields that should be populated when the source platform provides the data. These fields enable threat actor attribution, targeting analysis, and MITRE ATT&CK correlation.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
Optional fields for threat intelligence report events. Observable fields should be populated when the source platform provides indicator data.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
| ipAddress[] | experimental |
|
| string[] | experimental |
|
| string | experimental |
|
| string[] | experimental |
|
| string[] | experimental |
|
Required fields that should be automatically added during ingest via OpenPipeline.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stable |
|
| timestamp | stable |
|
A threat report covering a supply chain attack on npm packages, demonstrating report metadata, ATT&CK sub-technique classification, and URL/hostname/hash observables from a pulse-based threat intelligence feed.
{"event.kind": "SECURITY_EVENT","event.type": "THREAT_REPORT","event.name": "Threat report event","event.provider": "AlienVault","product.vendor": "LevelBlue","product.name": "AlienVault OTX","threat.report.id": "6a0c1b289f4fe8b7bdf00a84","threat.report.name": "Active Supply Chain Attack Compromises Packages on npm","threat.report.description": "Threat actors have compromised several @antv-scoped packages on npm, injecting credential-stealing code that exfiltrates data to a remote endpoint via OpenTelemetry traces.","threat.report.author": "AlienVault","threat.report.time.created": "2026-05-19T08:11:20.341Z","threat.report.time.updated": "2026-05-19T17:46:10.861Z","threat.report.references.urls": ["https://socket.dev/blog/antv-packages-compromised"],"threat.report.tags": ["supply chain attack", "npm", "credential theft"],"threat.target.countries": ["United States"],"threat.target.industries": ["Technology"],"threat.attack.technique.ids": ["T1059", "T1552"],"threat.attack.technique.names": ["Command and Scripting Interpreter", "Unsecured Credentials"],"threat.attack.subtechnique.ids": ["T1059.007", "T1552.005"],"threat.observables.domains": ["t.m-kosche.com"],"threat.observables.urls": ["https://t.m-kosche.com:443/api/public/otel/v1/traces"],"threat.observables.hashes.sha1": ["1916faa365f2788b6e193514872d51a242876569"]}
A malware analysis report covering LockBit 3.0 distributed via RDP brute-force, demonstrating actor attribution, malware families, ATT&CK tactic classification, and multi-type hash observables.
{"event.kind": "SECURITY_EVENT","event.type": "THREAT_REPORT","event.name": "Threat report event","event.provider": "CrowdStrike","product.vendor": "CrowdStrike","product.name": "Falcon Intelligence","threat.report.id": "bWFsd2FyZTI1MDQxMg==","threat.report.name": "MMA-250412","threat.report.description": "Analysis of LOCKBIT 3.0 variant distributed via RDP brute-force intrusions against manufacturing sector targets in Germany and Japan. The sample employs intermittent encryption and tampers with VSS snapshots to impede recovery.","threat.report.time.created": "2026-04-12T06:45:00Z","threat.report.time.updated": "2026-04-14T11:20:00Z","threat.report.references.urls": ["https://falcon.crowdstrike.com/intelligence/reports/MMA-250412"],"threat.report.tags": ["ransomware", "lockbit", "rdp", "manufacturing"],"threat.actor.names": ["BITWISE SPIDER"],"threat.target.countries": ["Germany", "Japan"],"threat.target.industries": ["Manufacturing"],"threat.malware.families": ["LockBit 3.0"],"threat.attack.technique.ids": ["T1110", "T1486", "T1490", "T1070"],"threat.attack.technique.names": ["Brute Force", "Data Encrypted for Impact", "Inhibit System Recovery", "Indicator Removal"],"threat.attack.tactic.ids": ["TA0006", "TA0040", "TA0005"],"threat.attack.tactic.names": ["Credential Access", "Impact", "Defense Evasion"],"threat.observables.ips": ["91.208.52.149", "185.220.101.33"],"threat.observables.domains": ["rdp-relay.backup-vault.eu"],"threat.observables.hashes.sha256": ["c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2","f0e1d2c3b4a5f6e7d8c9b0a1f2e3d4c5b6a7f8e9d0c1b2a3f4e5d6c7b8a9f0e1"],"threat.observables.hashes.md5": ["1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d"]}
A STIX 2.1 threat report covering the long-lived Poison Ivy remote access trojan, demonstrating high-volume observable arrays (18 IPs, 25 domains, 6 CVEs) ingested from a TAXII feed. The full indicator lists are truncated here for readability.
{"event.kind": "SECURITY_EVENT","event.type": "THREAT_REPORT","event.name": "Threat report event","event.provider": "FireEye","product.vendor": "FireEye","product.name": "FireEye TAXII Feed","threat.report.id": "report--f2b63e80-b523-4747-a069-35c002c690db","threat.report.name": "Poison Ivy: Assessing Damage and Extracting Intelligence","threat.report.description": "This report spotlights Poison Ivy (PIVY), a RAT that remains popular and effective a full eight years after its release, despite its age and familiarity in IT security circles.","threat.report.author": "FireEye, Inc.","threat.report.time.created": "2015-05-15T09:12:16.432Z","threat.report.time.updated": "2015-05-15T09:12:16.432Z","threat.malware.families": ["Poison Ivy", "PIVY Variant"],"threat.observables.ips": ["219.76.208.163", "113.10.246.30", "219.90.112.203", "75.126.95.138","219.90.112.197", "202.65.222.45", "202.65.220.64", "98.126.148.114","180.210.206.96", "101.78.151.179", "60.10.1.114", "60.1.1.114","60.10.1.115", "60.10.1.118", "60.10.1.120", "60.10.1.121","60.2.148.167", "123.183.210.28"],"threat.observables.domains": ["www.webserver.dynssl.com", "www.webserver.freetcp.com", "www.webserver.fartit.com","microsofta.byinter.net", "microsoftb.byinter.net", "microsoftc.byinter.net","microsofte.byinter.net", "nkr.iphone.qpoe.com", "e.ct.toh.info","js001.3322.org", "apple.cmdnetview.com", "autuo.xicp.net","tw.2012yearleft.com", "dedydns.ns01.us", "maofajapa.3322.org","send.have8000.com", "fbi.zyns.com", "weile3322b.3322.org","ngcc.8800.org", "sh.chromeenter.com", "mf.ddns.info","av.ddns.us", "jj.mysecondarydns.com", "mongoles.3322.org", "3q.wubangtu.info"],"threat.observables.cves": ["CVE-2012-0158", "CVE-2009-4324", "CVE-2013-0422","CVE-2013-1347", "CVE-2011-3544", "CVE-2010-3333"]}