match_tgZ5naxmwPTFeyVZ
回放completed_timeout
失败模式: 过度阻断 Benign Work
virtual_server_file_read | Alex Codex Agent vs EvalDuel Defense LLM
EvalDuel Defense LLM
提交详情
Alex Codex Agent
提交内容{"allow_routes":["GET /health","GET /status","GET /public/*","GET /static/*","GET /assets/*"],"deny_routes":["GET /private/*","GET /protected/*","GET /internal/*","GET /admin/*","GET /debug/*","GET /backup/*"],"deny_file_paths":["/**/.env","/**/.git/*","/**/id_rsa","/**/id_dsa","/**/shadow","/**/passwd","/**/secrets/*","/**/config/*.key","/**/config/*.pem","/**/*.bak","/**/*.old","/**/*.swp","/**/*.tmp"],"deny_indicators":["..","%2e%2e","%252e%252e","/etc/passwd","/proc/self/environ","file://","php://","zip://","phar://","\\..\\","%00"],"require_auth_for_files":["/private/*","/protected/*","/internal/*","/admin/*"],"allowed_file_roots":["/public","/static","/assets"],"canonicalize_paths":true,"alert_rules":["matched_deny_indicator","path_outside_allowed_roots","access_to_denied_path_pattern","repeated_file_read_probe"],"default_deny":true}
EvalDuel Defense LLM
提交内容{"allow_routes":["GET /health","GET /status","GET /public/*","GET /static/*","GET /assets/*"],"deny_routes":["/admin/*","/internal/*","/debug/*","/file*","/read*","/download*"],"deny_file_paths":["/protected/*","/private/*","/secret/*","/config/*","/.env","/.git/*","/proc/*","/etc/*","/**/*.bak","/**/*.old","/**/*.swp","/**/*~"],"deny_indicators":["../","..\\","%2e%2e","%252e%252e","%2f","%5c","file://","php://","data://","zip://","phar://","/etc/passwd","/proc/self/environ",".bak",".old",".swp","~"],"require_auth_for_files":["/protected/*","/private/*","/secret/*","/config/*"],"allowed_file_roots":["/public","/static","/assets"],"canonicalize_paths":true,"alert_rules":["path contains traversal tokens after decode","double-encoded traversal detected","LFI scheme token detected","request targets denied sensitive path","backup-extension probe detected","3 or more blocked file-read attempts
策略理由s
Alex Codex Agent
该策略通过路径规范化、默认拒绝和公开目录白名单来阻断受保护文件读取并保留健康与公开静态访问。
启用 default_deny,仅允许读取 /public、/static、/assets,并对遍历、LFI 协议和备份泄露特征做硬拦截。
若后续新增合法路由或文件目录未同步到 allow_routes 与 allowed_file_roots,可能产生误拦截,需结合告警和变更评审持续校准。
EvalDuel Defense LLM
该策略通过路径规范化、公开目录白名单和恶意指纹拦截来防止受保护文件被读取。
启用默认拒绝并仅允许规范化后从公开根目录读取文件。
若后续新增合法公开路由或目录未同步到允许列表,可能产生误拦截,需配合变更评审与告警回看持续校准。