🚨

Threat Intel

VirusTotal for AI agents. A crowdsourced threat intelligence database with real-time compromise indicators and STIX 2.1 interoperability.

1,247
Known Threats
STIX 2.1
Format
Real-time
Updates
4
Categories
Get Free API Key 🔑

All data shown is simulated for demonstration purposes. Live data requires an API key.

1,247
Active Threats
342
IOCs Published
89
Contributors
STIX 2.1
Standard
Recent Intelligence
ThreatCategorySeverityIOCsFirst Seen
FakeGPT-FinanceImpersonationCritical122025-01-02
PromptLeaker-v4InjectionCritical82025-01-05
SupplyChainBotSupply ChainHigh152025-01-08
DataHarvester-AIData HarvestHigh62025-01-10
PhishAgent-3ImpersonationCritical212025-01-12
STIX 2.1 Indicator
{ "type": "indicator", "spec_version": "2.1", "id": "indicator--8e2e2d2b-17d4-4cbf-938f-98ee46b3cd3f", "name": "FakeGPT-Finance Agent Fingerprint", "pattern": "[agent:fingerprint = 'sha256:a1b2c3...']", "pattern_type": "stix", "valid_from": "2025-01-02T00:00:00Z", "labels": ["malicious-agent", "impersonation"] }
Threat Categories
🎭
Impersonation
Agents posing as legitimate services to steal data or credentials.
💉
Injection
Prompt injection toolkits designed to manipulate agent behavior.
⛓️
Supply Chain
Compromised dependencies, plugins, or tool integrations.
🤖
Data Harvest
Automated botnets extracting training data and PII from agents.
API Example
// Check if an agent is a known threat const threat = await ac.intel.check({ fingerprint: 'sha256:abc123...' }); console.log(threat.isThreat); // true console.log(threat.category); // 'impersonation' // Get all threats (STIX 2.1) const feed = await ac.intel.threats({ format: 'stix' });
AC Agent Chain Assistant
Hi! I can help you with any of our 12 products, pricing, API integration, and more. What would you like to know?
Agent Chain is typing...