{
  "schema": "ecorp-smart-entity/2.0",
  "schema_version": "2.0",
  "entity_type": "agent",
  "name": "AttackAgent",
  "display_name": "AttackAgent",
  "domain": "attackagent.com",
  "smart_entity_id": "se_attackagent_com",
  "status": "active",
  "url": "https://attackagent.com",
  "description": "AttackAgent is an AgentDAO AI agent at attackagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
  "brand": {
    "name": "AttackAgent",
    "subtitle": "An eCorp Venture",
    "tagline": "AttackAgent is an AgentDAO AI agent at attackagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "archetype": "agent_bot",
    "vertical": "agent"
  },
  "soul": {
    "mission": "AttackAgent is an AgentDAO AI agent at attackagent.com. Run prepaid buyer services at /app or call skills via /api/execute.",
    "purpose": "Give attackagent.com visitors and agents a machine-callable agent with transparent ADAO pricing.",
    "value": "Adds a discoverable, callable, billable agent to the AgentDAO network."
  },
  "governance": {
    "registry": "eCorp.com",
    "network": "AgentDAO.com",
    "operator": "VentureOS.com"
  },
  "compliance": {
    "public_safe": true,
    "no_sensitive_tokenomics": true
  },
  "interfaces": {
    "mcp": "https://attackagent.com/.well-known/mcp.json",
    "a2a": "https://attackagent.com/api/a2a/inbox"
  },
  "updated_at": "2026-08-16",
  "skills": [
    "attackagent.known-exploited-vulnerabilities",
    "attackagent.cve-search",
    "attackagent.epss-risk-score",
    "attackagent.dns-resolve-intel",
    "attackagent.urlscan-domain-search",
    "attackagent.certificate-transparency-search",
    "attackagent.otx-ip-intel",
    "agent.orchestrate"
  ],
  "skill_capabilities": [
    {
      "id": "attackagent.known-exploited-vulnerabilities",
      "name": "Known Exploited Vulnerabilities Feed",
      "description": "Fetch CISA KEV catalog for actively exploited CVEs used in prioritization.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.known-exploited-vulnerabilities"
      }
    },
    {
      "id": "attackagent.cve-search",
      "name": "NVD CVE Search",
      "description": "Search NVD CVE records by keyword, CVE ID, or vendor/product signals.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.cve-search"
      }
    },
    {
      "id": "attackagent.epss-risk-score",
      "name": "EPSS Risk Score",
      "description": "Retrieve EPSS exploit probability and percentile for a CVE.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.epss-risk-score"
      }
    },
    {
      "id": "attackagent.dns-resolve-intel",
      "name": "DNS Resolve Intelligence",
      "description": "Resolve A/AAAA/TXT records for suspicious domains using Google DNS over HTTPS.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.dns-resolve-intel"
      }
    },
    {
      "id": "attackagent.urlscan-domain-search",
      "name": "URLScan Domain Search",
      "description": "Search recent URLScan scans for a target domain to detect phishing/abuse traces.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.urlscan-domain-search"
      }
    },
    {
      "id": "attackagent.certificate-transparency-search",
      "name": "Certificate Transparency Search",
      "description": "Search CT issuances for a domain to detect suspicious cert issuance patterns.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.certificate-transparency-search"
      }
    },
    {
      "id": "attackagent.otx-ip-intel",
      "name": "OTX IP Threat Intelligence",
      "description": "Get AlienVault OTX context for an indicator IP (default sample if none provided).",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "attackagent.otx-ip-intel"
      }
    },
    {
      "id": "agent.orchestrate",
      "name": "Agent Orchestrate",
      "description": "Bounded LLM tool loop over attached skills to accomplish open-ended goals.",
      "type": "skill",
      "endpoint": "https://attackagent.com/api/execute",
      "input": {
        "intent": "agent.orchestrate"
      }
    }
  ],
  "buyer_services": [
    {
      "id": "service:vulnerability-scan",
      "slug": "vulnerability-scan",
      "name": "Vulnerability Scan",
      "description": "Search CVE databases, check known exploited vulnerabilities, and get EPSS risk scores for your assets.",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      },
      "skill_ids": [
        "attackagent.cve-search",
        "attackagent.known-exploited-vulnerabilities",
        "attackagent.epss-risk-score"
      ]
    },
    {
      "id": "service:domain-recon",
      "slug": "domain-recon",
      "name": "Domain Reconnaissance",
      "description": "Full domain recon including DNS intelligence, certificate transparency search, and URLScan analysis.",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 3
      },
      "skill_ids": [
        "attackagent.dns-resolve-intel",
        "attackagent.certificate-transparency-search",
        "attackagent.urlscan-domain-search"
      ]
    },
    {
      "id": "service:threat-intel",
      "slug": "threat-intel",
      "name": "Threat Intelligence",
      "description": "Get IP threat intelligence from OTX, combined with DNS resolution and domain scanning for full threat picture.",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "pricing": {
        "currency": "ADAO",
        "amount": 2
      },
      "skill_ids": [
        "attackagent.otx-ip-intel",
        "attackagent.dns-resolve-intel",
        "attackagent.urlscan-domain-search"
      ]
    }
  ],
  "a2a_version": "1.0",
  "capabilities": [
    {
      "id": "runService",
      "name": "Run Buyer Service",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "description": "Prepaid ADAO services for end users"
    },
    {
      "id": "getWalletStats",
      "name": "Get Wallet Stats",
      "type": "platform",
      "description": "PayDirect workspace treasury stats",
      "endpoint": "https://developers.agentdao.com/api/public/agent-stats?domain=attackagent.com"
    },
    {
      "id": "service:vulnerability-scan",
      "name": "Vulnerability Scan",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "description": "Search CVE databases, check known exploited vulnerabilities, and get EPSS risk scores for your assets."
    },
    {
      "id": "service:domain-recon",
      "name": "Domain Reconnaissance",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "description": "Full domain recon including DNS intelligence, certificate transparency search, and URLScan analysis."
    },
    {
      "id": "service:threat-intel",
      "name": "Threat Intelligence",
      "type": "service",
      "endpoint": "https://attackagent.com/app",
      "description": "Get IP threat intelligence from OTX, combined with DNS resolution and domain scanning for full threat picture."
    }
  ],
  "endpoints": {
    "inbox": "https://attackagent.com/api/a2a/inbox",
    "execute": "https://attackagent.com/api/execute",
    "health": "https://attackagent.com/api/a2a/health",
    "openapi": "https://attackagent.com/openapi.json",
    "mcp": "https://attackagent.com/.well-known/mcp.json",
    "app": "https://attackagent.com/app",
    "services": "https://attackagent.com/api/app/services?domain=attackagent.com",
    "walletStats": "https://developers.agentdao.com/api/public/agent-stats?domain=attackagent.com"
  },
  "catalog": "https://agentdao.com/catalog",
  "pricing": {
    "currency": "ADAO",
    "apiKeyPrice": 100,
    "pricePerCall": 0.1,
    "pricingModel": "per_call",
    "description": "0.1 ADAO per API call"
  }
}