Juniper Networks · Capability

Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise

Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise. 1 operations. Lead operation: Juniper Networks List indicators of compromise. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperIndicators of Compromise

What You Can Do

GET
Listindicators — Juniper Networks List indicators of compromise
/v1/ioc/indicators

MCP Tools

juniper-networks-list-indicators-compromise

Juniper Networks List indicators of compromise

read-only idempotent

Capability Spec

atp-cloud-indicators-of-compromise.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise
  description: 'Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise. 1 operations.
    Lead operation: Juniper Networks List indicators of compromise. Self-contained Naftiko capability covering one Juniper
    business surface.'
  tags:
  - Juniper
  - Indicators of Compromise
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: atp-cloud-indicators-of-compromise
    baseUri: https://{atp_server}/api/v1
    description: Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise business capability.
      Self-contained, no shared references.
    resources:
    - name: ioc-indicators
      path: /ioc/indicators
      operations:
      - name: listindicators
        method: GET
        description: Juniper Networks List indicators of compromise
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: Filter by indicator type
        - name: limit
          in: query
          type: integer
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.JUNIPER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: atp-cloud-indicators-of-compromise-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/ioc/indicators
      name: ioc-indicators
      description: REST surface for ioc-indicators.
      operations:
      - method: GET
        name: listindicators
        description: Juniper Networks List indicators of compromise
        call: atp-cloud-indicators-of-compromise.listindicators
        with:
          type: rest.type
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: atp-cloud-indicators-of-compromise-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Indicators of Compromise.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-indicators-compromise
      description: Juniper Networks List indicators of compromise
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: atp-cloud-indicators-of-compromise.listindicators
      with:
        type: tools.type
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.