Real-World Threat Intelligence
From Active Attack Data

Live IOC feeds sourced from real attacks on the CompromiseLens platform — enriched with AbuseIPDB, GeoIP, and ASN data. Updated hourly.

Active IOCs
Auto-Blocked
Countries
New Today
◈ COMPROMISELENS // GLOBAL THREAT MATRIX IOC BLOCKED COUNTRIES CVEs 1817
LIVE
▸ TOP ORIGINS
CHINA
22
USA
14
NETHERLANDS
11
ROMANIA
8
RUSSIA
5
▸ THREAT LEVEL
CRITICAL
▸ ARCS IN FLIGHT
0
ACTIVE ATTACKS
▸ ATTACK TYPES
BRUTE FORCE68%
PORT SCAN18%
EXPLOIT9%
▸ LAST BLOCKED
92.118.39.62
BRUTE FORCE · RO
▸ ENRICHMENT
ABUSEIPDB● LIVE
VIRUSTOTAL● LIVE
GEOIP● LIVE
CISA KEV● SYNCED
FEED
Total IOCs
High Confidence
Blocked
New Today
Live Threat Feed
Updated hourly
IP Address Risk Score Country Network / ISP Threat Type First Seen Times Seen Status
Loading threat feed...

STIX 2.1 / TAXII Export

Export CompromiseLens indicators and CVEs as a standards-compliant STIX 2.1 bundle for SIEM, SOAR, and threat intelligence platforms.

1Get your API key — Sign in and generate a key from the API Access tab.
2Preview bundle stats
curl "https://api.compromiselens.com/threat-intel/indicators/export/stix/summary" -H "Authorization: Bearer YOUR_TOKEN"
3Download STIX 2.1 bundle
curl -o compromiselens.stix.json "https://api.compromiselens.com/threat-intel/indicators/export/stix?min_score=80&include_cves=true" -H "Authorization: Bearer YOUR_TOKEN"
4Import into MISP
from pymisp import PyMISP from stix2 import parse misp = PyMISP("https://YOUR_MISP", "YOUR_MISP_KEY") bundle = parse(open("compromiselens.stix.json").read()) for obj in bundle.objects: if obj.type == "indicator": ip = obj.pattern.split("'")[1] misp.add_event({"info": obj.name, "Attribute": [{"type": "ip-src", "value": ip}]})
5Import into Splunk
# Splunk TAXII Threat Intelligence add-on # Feed URL: https://api.compromiselens.com/threat-intel/indicators/export/stix # Auth header: Authorization: Bearer YOUR_TOKEN # Schedule: Every 1 hour
Bundle contents: Identity, TLP:WHITE marking, IPv4 Indicators, Observable objects, Relationships, and Vulnerability objects for CISA KEV + Critical CVEs.
122
IP INDICATORS
1639
CVE OBJECTS
2.1
STIX VERSION