# Teams (CSIRT/SOC directory) FIRST.org CSIRT Teams + EPSS

**Use case:** 

Extract FIRST.org CSIRT Teams + EPSS data filtered by Teams (CSIRT/SOC directory). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "teams",
  "country": "",
  "teamFilter": "",
  "cve": ""
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "teamFull": {
    "label": "Team Full Name",
    "format": "text"
  },
  "membership": {
    "label": "Membership",
    "format": "text"
  },
  "teamType": {
    "label": "Type",
    "format": "text"
  },
  "host": {
    "label": "Host Org",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "object"
  },
  "phone": {
    "label": "Phone",
    "format": "object"
  },
  "phoneEmergency": {
    "label": "Emergency Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "timezoneDst": {
    "label": "Timezone DST",
    "format": "text"
  },
  "operatingHours": {
    "label": "Hours",
    "format": "text"
  },
  "constituency": {
    "label": "Constituency",
    "format": "text"
  },
  "constituencyDescription": {
    "label": "Constituency Desc",
    "format": "text"
  },
  "pgpId": {
    "label": "PGP ID",
    "format": "text"
  },
  "pgpFingerprint": {
    "label": "PGP Fingerprint",
    "format": "text"
  },
  "pgpKey": {
    "label": "PGP Key",
    "format": "text"
  },
  "establishment": {
    "label": "Established",
    "format": "text"
  },
  "memberSince": {
    "label": "FIRST Member Since",
    "format": "text"
  },
  "lastModified": {
    "label": "Updated",
    "format": "text"
  },
  "cve": {
    "label": "CVE",
    "format": "text"
  },
  "epssScore": {
    "label": "EPSS Score",
    "format": "number"
  },
  "epssPercentile": {
    "label": "EPSS Percentile",
    "format": "number"
  },
  "epssDate": {
    "label": "EPSS Date",
    "format": "date"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FIRST.org CSIRT Teams + EPSS Scraper](https://apify.com/parseforge/first-org-csirt-teams-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/first-org-csirt-teams-scraper) to learn more, explore other use cases, and run it yourself.