extract_iocs
Extract Indicators of Compromise (IOCs) like IPs, domains, URLs, and hashes from text output to identify security threats. Processes data from malware analysis tools with deduplication and confidence scoring.
Instructions
Extract IOCs (IPs, domains, URLs, hashes, registry keys, etc.) from text. Pass output from run_tool or analyze_file to identify indicators. Works well with Volatility 3 plugin output (netscan, cmdline, filescan). Returns deduplicated IOCs with confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to extract IOCs from (e.g., output from run_tool or analyze_file) | |
| include_noise | No | Include low-confidence known-good IOCs | |
| include_private_ips | No | Include private/internal IP addresses (10.x, 172.16-31.x, 192.168.x) |