Palo Alto Networks Attack Categories API
Available attack category reference data.
Available attack category reference data.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/palo-alto-networks-attack-categories-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Palo Alto Networks Attack Categories API
version: '1.0'
contact:
name: Palo Alto Networks Developer Support
url: https://pan.dev/
license:
name: Proprietary
url: https://www.paloaltonetworks.com/legal
description: 'Operations tagged Attack Categories across 2 of this provider''s published API definitions: palo-alto-networks-attack-categories-api-openapi.yml, palo-alto-prisma-airs-ai-red-teaming-api-openapi-original.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.stratacloud.paloaltonetworks.com/aiops/bpa/v1
description: AIOps for NGFW BPA API production server.
- url: https://api.sase.paloaltonetworks.com/ai-red-teaming
description: Prisma AIRS AI Red Teaming API production server.
security:
- oauth2Bearer: []
tags:
- name: Attack Categories
description: Available attack category reference data.
paths:
/v1/attack-categories:
get:
operationId: listAttackCategories
summary: Palo Alto Networks List Available Attack Categories
description: Returns the list of available attack categories that can be selected when starting a vulnerability scan. Each category represents a class of AI security vulnerabilities tested using automated adversarial prompts.
tags:
- Attack Categories
responses:
'200':
description: Attack categories returned.
content:
application/json:
schema:
type: object
properties:
total:
type: integer
items:
type: array
items:
$ref: '#/components/schemas/AttackCategory'
examples:
ListAttackCategories200Example:
summary: Default listAttackCategories 200 response
x-microcks-default: true
value:
total: 620
items:
- category_id: '244722'
name: Production Sensor 88
description: Endpoint applied on monitoring on detected firewall malware detected.
attack_count: 293
severity_range:
min: low
max: informational
examples:
- example-examples_item
- example-examples_item
- category_id: '244722'
name: Production Sensor 88
description: Endpoint applied on monitoring on detected firewall malware detected.
attack_count: 293
severity_range:
min: low
max: informational
examples:
- example-examples_item
- example-examples_item
'401':
description: Invalid or missing Bearer token.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
ListAttackCategories401Example:
summary: Default listAttackCategories 401 response
x-microcks-default: true
value:
error: example-error
message: Policy investigation blocked activity on activity suspicious configured configured suspicious.
request_id: f62400eb-5426-47bb-acc1-166eb163d06c
'403':
description: Insufficient permissions.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
ListAttackCategories403Example:
summary: Default listAttackCategories 403 response
x-microcks-default: true
value:
error: example-error
message: Policy investigation blocked activity on activity suspicious configured configured suspicious.
request_id: f62400eb-5426-47bb-acc1-166eb163d06c
'500':
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
examples:
ListAttackCategories500Example:
summary: Default listAttackCategories 500 response
x-microcks-default: true
value:
error: example-error
message: Policy investigation blocked activity on activity suspicious configured configured suspicious.
request_id: f62400eb-5426-47bb-acc1-166eb163d06c
x-microcks-operation:
delay: 0
dispatcher: FALLBACK
servers:
- url: https://api.stratacloud.paloaltonetworks.com/aiops/bpa/v1
description: AIOps for NGFW BPA API production server.
components:
schemas:
ErrorResponse:
type: object
properties:
error:
type: string
description: Error code identifying the error type.
example: example-error
message:
type: string
description: Human-readable description of the error.
example: Policy investigation blocked activity on activity suspicious configured configured suspicious.
request_id:
type: string
description: Request identifier for support correlation.
example: f62400eb-5426-47bb-acc1-166eb163d06c
AttackCategory:
type: object
properties:
category_id:
type: string
description: Unique identifier for the attack category.
example: '244722'
name:
type: string
description: Human-readable category name.
example: Production Sensor 88
description:
type: string
description: Description of the vulnerability class this category tests.
example: Endpoint applied on monitoring on detected firewall malware detected.
attack_count:
type: integer
description: Number of built-in attack probes in this category.
example: 293
severity_range:
type: object
description: Severity range of vulnerabilities this category can discover.
properties:
min:
type: string
enum:
- informational
- low
- medium
- high
- critical
example: high
max:
type: string
enum:
- informational
- low
- medium
- high
- critical
example: medium
example:
min: low
max: informational
examples:
type: array
items:
type: string
description: Example attack type names within this category.
example:
- example-examples_item
- example-examples_item
securitySchemes:
oauth2Bearer:
type: http
scheme: bearer
bearerFormat: JWT
description: OAuth 2.0 Bearer token for SASE platform authentication. Obtain using the client_credentials grant with your SASE service account client ID and client secret.
x-refined-from:
- palo-alto-networks-attack-categories-api-openapi.yml
- palo-alto-prisma-airs-ai-red-teaming-api-openapi-original.yml