You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/console/ip_reputation/intro.mdx
+76-90Lines changed: 76 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,113 +5,99 @@ description: Explore and query CrowdSec's IP Reputation data and manage CTI API
5
5
---
6
6
7
7
importLinkfrom"@docusaurus/Link";
8
+
import { ExternalLink } from"lucide-react";
8
9
9
-
CrowdSec's **IP Reputation / CTI** section gives you access to the world's largest crowdsourced threat intelligence network — investigate IPs in the web UI, hunt threats with advanced search, or query at scale via REST API.
Query behavioral intelligence on any IP — reputation scores, attack patterns, linked CVEs, and activity history — sourced from hundreds of thousands of real CrowdSec deployments worldwide.
16
+
</p>
12
17
13
-
## Web UI Features
18
+
{/* ── Row 1: Search + IP Report ───────────────────────────────────────── */}
Search any IP or run Lucene queries against the threat database. Predefined searches and a <strong>Top 10 Most Aggressive IPs</strong> leaderboard (last 24h) are available right on the homepage.
Search any IP or run Lucene queries with live faceted filters — reputation, country, AS, behaviors, classifications. The homepage also surfaces a <strong>Top 10 Most Aggressive IPs</strong> leaderboard updated every 24h.
Lucene queries with a live faceted filter panel — reputation, country, AS, behaviors, classifications. Built for threat hunting, bulk investigation, and targeted blocklist building.
Click any IP to open its full report: <strong>threat reputation score</strong>, observed attack behaviors mapped to MITRE ATT&CK, <strong>linked CVEs</strong>, classifications, and time-windowed activity details showing whether the threat is rising, stable, or decaying.
Click any IP to open its full report: reputation score, key metadata, behaviors, classifications, MITRE techniques, CVEs, and time-windowed activity scores.
A dedicated platform for tracking vulnerabilities actively exploited in the wild, powered by live CrowdSec network data. Accessible with the same CTI API key.
Unlock programmatic access to 30+ enrichment fields per IP — reputation, behaviors, CVEs, attack context, MITRE mappings, and more. Use it to enrich SIEM alerts, automate lookups, or feed threat intel platforms. <strong>Free tier included, no credit card needed.</strong>
55
+
</div>
74
56
</div>
75
57
</div>
76
-
</div>
77
-
78
-
---
79
-
80
-
## API Access
81
58
82
-
Query the same data programmatically with a CTI API key and the [CTI REST API](/u/cti_api/intro).
<strongstyle={{ color: "var(--ifm-color-emphasis-700)" }}>API quotas are separate from Web UI quotas.</strong> Web UI searches consume their own quota: <strong>100 searches/week</strong> when not logged in (1 quota per results page or report viewed); <strong>40/month</strong> for logged-in Community accounts, <strong>100/month</strong> for Premium. API key usage does not count against Web UI quotas, and vice versa.
Manage your keys under **Settings → CTI API Keys** in the Console, or go directly to [app.crowdsec.net/settings/cti-api-keys](https://app.crowdsec.net/settings/cti-api-keys).
A dedicated platform tracking CVEs actively exploited in the wild — with exploitation momentum, opportunity scores, and the IPs behind each attack. Uses the same CTI API key.
99
+
</div>
100
+
<Linkto="/u/tracker_api/intro"style={{ fontSize: "12px", fontWeight: 600 }}><span>Explore the Live Exploit Tracker →</span></Link>
101
+
</div>
102
+
</div>
111
103
</div>
112
-
113
-
---
114
-
115
-
:::tip Full technical reference
116
-
For API endpoints, request/response schemas, integrations (SIEM, SOAR, TIP platforms), and data taxonomy, see the [CTI API documentation](/u/cti_api/intro).
0 commit comments