# Full blocklist (all C2 servers) Feodo Tracker C2

**Use case:** 

Extract Feodo Tracker C2 data filtered by Full blocklist (all C2 servers). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "listType": "full",
  "status": "any",
  "maxItems": 10
}
```

## Output

```json
{
  "ipAddress": {
    "label": "🌐 IP Address",
    "format": "text"
  },
  "port": {
    "label": "🔌 Port",
    "format": "number"
  },
  "status": {
    "label": "📡 Status",
    "format": "text"
  },
  "malware": {
    "label": "🦠 Malware",
    "format": "text"
  },
  "hostname": {
    "label": "🏷 Hostname",
    "format": "text"
  },
  "asNumber": {
    "label": "🔢 ASN",
    "format": "number"
  },
  "asName": {
    "label": "🏢 AS Name",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "firstSeen": {
    "label": "📅 First Seen",
    "format": "text"
  },
  "lastOnline": {
    "label": "⏳ Last Online",
    "format": "text"
  },
  "listType": {
    "label": "📋 List",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Feodo Tracker C2 Scraper](https://apify.com/parseforge/feodo-tracker-c2-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/feodo-tracker-c2-scraper) to learn more, explore other use cases, and run it yourself.