misp_warninglist_check
Check if a domain, IP, or URL matches known false positives in MISP warning lists before pivoting. Avoid wasted effort on legitimate infrastructure that triggers threat intel feeds.
Instructions
Check if an IOC (domain, IP, URL) appears in MISP warning lists. MISP warning lists contain known false positives — legitimate infrastructure that commonly triggers threat intel feeds (Alexa top 1M, Microsoft, Google CDN, etc.). Run this BEFORE pivoting on a domain or IP to avoid wasting time on FPs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ioc | Yes | IOC value to check (domain, IP address, or URL) | |
| lists | No | Warning lists to check: alexa, microsoft, google, majestic, tranco, mozilla (default: all) |