check_ioc_reputation
Classify IPs, domains, hashes, or URLs as malicious, suspicious, unknown, or benign. Get confidence scores and recommended actions to accelerate incident response.
Instructions
Check the reputation of an Indicator of Compromise (IOC).
Supports IPs, domains, file hashes, and URLs. Provides a quick reputation check with actionable intelligence.
Args: ioc_value: The IOC to check (IP, domain, hash, or URL) ioc_type: Type of IOC ("ip", "domain", "hash", "url", or "auto" to detect)
Returns: Dictionary containing: - ioc_value: The IOC that was checked - ioc_type: Detected or specified type - verdict: "malicious", "suspicious", "unknown", or "benign" - confidence: 0.0-1.0 confidence score - threat_categories: List of threat types - recommendations: Suggested actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ioc_type | No | auto | |
| ioc_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |