# CyberPulse Threat Intelligence - Threat-Actor Campaigns & TTPs

> CyberPulse Threat Intelligence - Threat-Actor Campaigns & TTPs is a paid API for AI agents from cyberpulse-six.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns global threat-actor campaign intelligence, TTPs, and attack trends mapped to MITRE ATT&CK for any industry sector and region, covering APTs, eCrime groups, and ransomware operators.

## Facts

- Endpoint: GET https://cyberpulse-six.vercel.app/api/cyber/threat-intel
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cyberpulse-threat-intelligence-threat-actor-campaigns-ttps-fb7ee93c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__tfP-j6L7j7hkvpopgBIa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cyberpulse-threat-intelligence-threat-actor-campaigns-ttps-fb7ee93c
```

Example prompt: Pull me the current threat-actor landscape for the financial services sector in North America — I need nation-state APTs, eCrime groups, and active ransomware operators with their MITRE ATT&CK TTP mappings so our SOC team knows what to prioritize.

## When to prefer this

Choose this endpoint when an AI agent or SOC analyst needs structured, sector-specific threat-actor intelligence with MITRE ATT&CK mappings rather than raw vulnerability data or breach history. Ideal for threat-intel briefings, SOC prioritization, red team planning, or understanding the adversary landscape for a specific industry and region. Prefer over CVE lookup endpoints when the need is adversary context and campaign behavior rather than specific software vulnerabilities.

## Known failure modes

- Unknown or unsupported industry sector returns empty results or 400 error
- Overly broad region query may return generic global results with lower specificity
- Payment of 0.2 USDC required per call — missing or failed x402 payment returns 402 error
- Rate limiting may occur under heavy agent polling — returns 429
- Niche or emerging threat actor groups may have limited coverage

## How this service works

Threat-intelligence brief for any industry and region — active threat-actor campaigns, TTPs, nation-state APTs, eCrime/ransomware operators, and MITRE ATT&CK mapping, with recent CISA KEV and GDELT-scored news coverage. Worldwide sector-specific context, for threat-intel and SOC agents.

## Output

Returns structured threat intelligence including active threat actor profiles (nation-state APTs, eCrime groups, ransomware operators), their current campaigns, TTPs mapped to MITRE ATT&CK framework, attack trend timelines, and sector- and region-specific threat context to help SOC analysts and threat-intel teams prioritize defenses.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar | hi (default: en)"
      },
      "region": {
       "type": "string",
       "description": "Geographic focus — e.g. \"North America\" | \"Europe\" | \"Southeast Asia\" | \"Middle East\" | \"Sub-Saharan Africa\" | \"Latin America\" | \"APAC\" | \"Global\""
      },
      "industry": {
       "type": "string",
       "description": "Target sector — e.g. \"healthcare\" | \"finance\" | \"energy\" | \"manufacturing\" | \"government\" | \"education\" | \"defense\" | \"telecommunications\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "region": "Europe",
  "industry": "healthcare",
  "threat_level": "HIGH",
  "active_campaigns": [
   {
    "severity": "CRITICAL",
    "targeting": "Hospital networks, NHS suppliers, pharma firms",
    "actor_origin": "eCrime (Russia-linked)",
    "threat_actor": "Cl0p",
    "attack_vector": "MOVEit file transfer exploitation"
   }
  ],
  "executive_summary": "European healthcare faces escalating ransomware and espionage threats. Cl0p and LockBit 3.0 are actively targeting NHS and hospital supply chains.",
  "top_threat_actors": [
   {
    "name": "Cl0p",
    "origin": "eCrime",
    "recent_activity": "Mass exploitation of MOVEit Transfer affecting 2,500+ organizations globally"
   }
  ],
  "threat_level_trend": "escalating"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cyberpulse-threat-intelligence-threat-actor-campaigns-ttps-fb7ee93c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cyberpulse-six.vercel.app](https://www.zero.xyz/host/cyberpulse-six.vercel.app/llms.txt)
