Wallarm · Schema

Wallarm Attack

Schema for a Wallarm-detected security attack on a monitored API or web application.

API SecuritySecurity TestingWAFCybersecurity

Properties

Name Type Description
id string Unique identifier for the attack
type string Attack type classification
time integer Unix timestamp when attack was detected
domain string Target domain of the attack
path string Target URL path
method string HTTP method used in the attack
parameter string The attacked request parameter
status integer HTTP response status code returned
hits integer Number of attack requests in this attack group
blocked boolean Whether the attack was blocked by Wallarm
View JSON Schema on GitHub

JSON Schema

wallarm-attack-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/wallarm/blob/main/json-schema/wallarm-attack-schema.json",
  "title": "Wallarm Attack",
  "description": "Schema for a Wallarm-detected security attack on a monitored API or web application.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the attack"
    },
    "type": {
      "type": "string",
      "description": "Attack type classification",
      "enum": ["sqli", "xss", "rce", "lfi", "ptrav", "crlf", "redir", "nosqli", "xxe", "ssrf", "overlimit_res", "vpatch"]
    },
    "time": {
      "type": "integer",
      "description": "Unix timestamp when attack was detected"
    },
    "domain": {
      "type": "string",
      "description": "Target domain of the attack"
    },
    "path": {
      "type": "string",
      "description": "Target URL path"
    },
    "method": {
      "type": "string",
      "description": "HTTP method used in the attack",
      "enum": ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"]
    },
    "parameter": {
      "type": "string",
      "description": "The attacked request parameter"
    },
    "status": {
      "type": "integer",
      "description": "HTTP response status code returned"
    },
    "hits": {
      "type": "integer",
      "description": "Number of attack requests in this attack group",
      "minimum": 1
    },
    "blocked": {
      "type": "boolean",
      "description": "Whether the attack was blocked by Wallarm"
    }
  },
  "required": ["id", "type", "time"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wallarm-attack"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.