enrich_ip_with_threat_intel
Enrich IP addresses with threat intelligence from multiple sources to assess reputation, geolocation, and malicious activity for SOC investigations.
Instructions
Enrich an IP address with threat intelligence from multiple sources.
Queries free threat intelligence sources to provide context about IP addresses including reputation, geolocation, known malicious activity, and threat classifications.
Args: ip_address: IP address to enrich sources: List of sources to query (default: all available) Options: "abuseipdb", "alienvault", "threatfox", "internal"
Returns: Dictionary containing enrichment data from all sources: - reputation_score: 0-100 (100 = definitely malicious) - is_malicious: Boolean determination - threat_types: List of threat classifications - geolocation: Country, city, ISP information - last_seen: When this IP was last reported - reports_count: Number of abuse reports - confidence: Confidence score for the assessment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | No | ||
| ip_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |