Log Detail

日志详情 #335

查看单条请求的检测结果、模型解释与原始内容。

时间 2026-04-19 08:45:04.547739
客户端 IP 192.168.101.16
攻击类型 normal
置信度 -
误报状态 未标记

模型解释

检测器对本次请求的判定原因。

No obvious attack intent detected.

原始请求

POST /comment HTTP/1.1
Host: app.example.com
User-Agent: Mozilla/5.0
Content-Type: application/x-www-form-urlencoded
Connection: close

content=<img src=x onerror=alert(1)>

解码后请求

POST /comment HTTP/1.1
Host: app.example.com
User-Agent: Mozilla/5.0
Content-Type: application/x-www-form-urlencoded
Connection: close

content=<img src=x onerror=alert(1)>