Always-on detections: eliminating the WAF “log versus block” trade-off
AI-Generated Summary: This is an automated summary created using AI. For the full details and context, please read the original post.
Eliminating the WAF "Log versus Block" Trade-off with Always-on Detections
Cloudflare has introduced a new feature called Attack Signature Detection, which eliminates the traditional trade-off between logging and blocking malicious traffic. This feature is part of the company's managed rules and provides complete visibility into every signature match without sacrificing protection or performance. When enabled, Attack Signature Detection inspects every request for malicious payloads and attaches rich detection metadata before any action is taken.
Key Technical Details
- Attack Signature Detection is an always-on feature that separates detection from mitigation, allowing for continuous detection and enrichment of analytics with metadata about triggered detections.
- The detection is executed on every request, and the results are immediately visible in Security Analytics.
- The detection metadata is also added to the request as a new field, which customers can use to create custom policies within security rules.
- The always-on framework does not introduce additional latency to the request, as the detection can be executed after the request has been sent to the origin server.
Practical Implications for Developers
- With Attack Signature Detection, developers can gain valuable insights into how their application is being attacked and can create precise mitigation policies based on past traffic.
- The feature reduces the risk of false positives and provides a more accurate understanding of the threats facing the application.
- Developers can use the detection metadata to create custom policies within security rules, allowing for more tailored and effective security measures.
Future Development
- Cloudflare is also developing Full-Transaction Detection, which will analyze the entire HTTP transaction (request and response) to uncover threats that others may miss.
- Developers can register interest in Full-Transaction Detection and be among the first to try it when it's ready.
Want to read the full article?
Read Full Post on Cloudflare Blog