Wallarm · JSON Structure

Wallarm Attack Structure

Documentation of the data structure for Wallarm attack objects.

Type: object Properties: 0
API SecuritySecurity TestingWAFCybersecurity

Wallarm Attack Structure is a JSON Structure definition published by Wallarm.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Wallarm Attack Structure",
  "description": "Documentation of the data structure for Wallarm attack objects.",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "description": "Unique attack identifier",
      "required": true
    },
    {
      "name": "type",
      "type": "enum",
      "values": ["sqli", "xss", "rce", "lfi", "ptrav", "crlf", "redir", "nosqli", "xxe", "ssrf"],
      "description": "Attack type classification",
      "required": true
    },
    {
      "name": "time",
      "type": "integer",
      "description": "Unix timestamp of attack detection",
      "required": true
    },
    {
      "name": "domain",
      "type": "string",
      "description": "Target domain"
    },
    {
      "name": "path",
      "type": "string",
      "description": "Target URL path"
    },
    {
      "name": "method",
      "type": "enum",
      "values": ["GET", "POST", "PUT", "PATCH", "DELETE"],
      "description": "HTTP method used"
    },
    {
      "name": "parameter",
      "type": "string",
      "description": "Attacked request parameter"
    },
    {
      "name": "status",
      "type": "integer",
      "description": "HTTP response status returned"
    },
    {
      "name": "hits",
      "type": "integer",
      "description": "Number of attack requests grouped together"
    },
    {
      "name": "blocked",
      "type": "boolean",
      "description": "Whether the attack was blocked"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/wallarm-attack-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.