v1
latestOpenAPI 3.0.02026-07-24311994.6 KBThreat Feeds
C2 Host Feed
Cursor-paginated feed of infostealer C2 host rows (one row per host per UTC day). Requires the c2_threat_feed api permission. Pass pageInfo.nextCursor back as cursor for the next page. Filters are optional and AND-combined; dateFrom/dateTo take precedence over date.
post/threat-feeds/c2
Request body
Example request
{
"date": "2026-01-31"
}Response
Successful operation
Example response
{
"data": [
{
"_id": "665f1a2b3c4d5e6f7a8b9c0d",
"host": "malicious-c2.example.com",
"dayUtc": "2026-01-31",
"feedType": "auto",
"families": [
"redline"
],
"tags": [
"etherhiding"
],
"infraType": "hosting",
"country": "US",
"asn": 64500,
"asOrg": "Example Hosting",
"resolvedIps": [
"203.0.113.10"
],
"ports": [
443,
8080
],
"dnsActivity": 12,
"dnsActivityByWindow": [
{
"windowDays": 7,
"count": 12
}
],
"firstSeen": "2026-01-10T00:00:00Z",
"lastSeen": "2026-01-31T12:00:00Z"
}
],
"pageInfo": {
"limit": 50,
"count": 50,
"hasMore": true,
"nextCursor": "eyJzIjoiZGF0ZSIsImQiOiJkZXNjIiwidiI6MTc2ODQ3ODQwMDAwMH0",
"total": 12034,
"sort": {
"key": "date",
"dir": "desc"
}
}
}