Export STIX 2.1 Bundle
export_stixExport threats, actors, or CVEs as STIX 2.1 bundles for ingestion into TIP/SIEM platforms. Optionally includes community OSINT sightings.
Instructions
Export a threat, actor, or CVE as a STIX 2.1 bundle for ingestion into a TIP/SIEM. Provide at least one of threat_id, actor, or cve_id. Returns a {type:"bundle", objects:[...]} with indicator (per IOC), attack-pattern (per MITRE technique), intrusion-set (actor), vulnerability (CVE), malware/threat-actor, and relationship objects. Set include_osint=true to add sighting SROs for indicators the community independently reported (TL_OSINT_Scan / tweetfeed.live, CC0) — community-sourced and heavily concentrated, so they carry x_threadlinqs_trust="community-unverified". The bundle is capped (≤200 objects / ≤80KB); a note object is appended if truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Threat-actor name or alias to export (e.g. "APT29") | |
| cve_id | No | CVE identifier to export (e.g. CVE-2024-3400) | |
| threat_id | No | Threat ID to export (e.g. TL-2026-0042) | |
| include_osint | No | Add community `sighting` objects for corroborated indicators (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| type | Yes | Always 'bundle'. | |
| objects | Yes |