# ICS MITRE ATT&CK Techniques - Adversary Tactics

**Use case:** 

Extract MITRE ATT&CK Techniques - Adversary Tactics data filtered by ICS. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "matrix": "ics",
  "maxItems": 10
}
```

## Output

```json
{
  "techniqueId": {
    "label": "techniqueId",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "isSubTechnique": {
    "label": "isSubTechnique",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MITRE ATT&CK Techniques Scraper - Adversary Tactics](https://apify.com/parseforge/mitre-attack-techniques-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mitre-attack-techniques-scraper) to learn more, explore other use cases, and run it yourself.