generate-threat-report
Turn threat findings into a structured intelligence report with risk rating, IOCs, and recommended actions by providing domain, IP, hashes, CVE IDs, or observations.
Instructions
Generate a structured threat intelligence report from collected findings. Provide any combination of: domain, IP, hash, CVE IDs, or free-form observations, and get a formatted TI report with risk rating, IOCs, and recommended actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain associated with the threat | |
| target | Yes | Primary target being investigated (domain, IP, org name, or system) | |
| cve_ids | No | CVE IDs relevant to this threat | |
| severity | No | Analyst-assessed severity | medium |
| attack_type | No | Category of the attack | unknown |
| file_hashes | No | File hashes (IOCs) | |
| ip_addresses | No | IP addresses observed | |
| observations | No | Free-form analyst observations / TTPs observed | |
| threat_actor | No | Known or suspected threat actor name (e.g. APT29) |