Skip to main content

Web Security

Purpose

Detects web application attacks (OWASP Top 10), API abuse, credential stuffing, web-shell deployment, and HTTP header anomalies from WAF and proxy logs.

MCP Domains

DomainDescription
siemWAF log search, event correlation
networkProxy/firewall log analysis
osintThreat context enrichment
wafWAF rule management

Tools

ToolDescription
read_waf_eventsQuery WAF event log
append_waf_ruleAdd blocking rule to WAF
search_logsSearch SIEM for related events
lookup_iocEnrich IOCs with threat intel

Input schema

{
"query": "string",
"time_range": {"start": "ISO8601", "end": "ISO8601"},
"target_endpoints": ["string"]
}

Output schema

{
"attack_type": "string",
"owasp_category": "string",
"affected_endpoints": ["string"],
"payload_analysis": "string",
"mitre_techniques": ["string"],
"recommended_waf_rules": ["string"],
"severity_score": "int"
}

Memory config

ParameterValue
sliding_window30
enable_episodictrue
enable_threat_intelfalse
auto_persist_interval20

Allow-list

siem, network, osint, waf