You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wardnet explicitly describes itself as a gateway/SOC control-plane baseline rather than a complete WAF or IDS. Coraza audit and Suricata EVE HTTP ingest can translate external evidence, but production protection requires a continuously operated, versioned, fail-safe enforcement path backed by proven engines—not only hand-written indicator scoring or manually posted audit documents.
Integrate Coraza with a pinned, reviewed OWASP Core Rule Set in the live HTTP transaction path, either in-process or through a narrowly specified sidecar/adapter contract.
Cover request headers/body, response headers/body where enabled, method/path/query normalization, decompression and transfer framing, body-size/time limits, multipart handling, protocol errors, and streaming behavior.
Preserve route-scoped monitor/block operation, but define deterministic precedence between Wardnet policy, CRS anomaly scores, explicit exclusions, emergency overrides, and upstream responses.
Version rules, exclusions, thresholds, and policy bundles; support dry-run simulation, staged rollout, rollback, expiration, approval, and immutable audit evidence.
Never silently continue with an unknown/failed ruleset. Define fail-closed or explicitly degraded behavior per traffic class.
Network IDS
Operate a supported Suricata EVE tail/shipper or equivalent durable ingest path rather than requiring ad hoc HTTP posts.
Authenticate the producer, bind events to sensor identity/config/version, preserve sequence/time/provenance, and deduplicate replayed events.
Correlate network alerts to gateway requests, tenant, route, policy version, and external-effect decisions without fabricating certainty when identifiers are absent.
Every recommendation must cite the source events/rules, model/provider/version, prompt/policy version, confidence/calibration evidence, and approval outcome.
Detection-quality evidence
Create a reproducible evaluation harness with versioned benign and malicious corpora plus production-safe replay fixtures.
Report at minimum:
true-positive rate/recall, false-positive rate, precision, and miss categories by attack family and route class;
latency/throughput/resource impact at representative body sizes and concurrency;
robustness to encoding, canonicalization, request smuggling/framing differences, multipart, compressed payloads, and fragmented evidence;
rule/exclusion regression deltas between releases;
calibration and abstention/error rates for AI triage separately from deterministic engine detection;
exact dataset/license/provenance and confidence intervals where sampling is used.
Do not publish a single aggregate accuracy number that hides attack families, route classes, or severe false positives.
RED → GREEN verification
RED: prove attacks can reach the current mock/indicator baseline without authoritative CRS/Suricata enforcement.
GREEN: run hermetic end-to-end attacks through the real server and engine adapter, not only parser unit tests.
Include OWASP-style injection/traversal/protocol cases, benign business payloads, known false-positive patterns, corrupted/missing rulesets, sensor outage/backlog, duplicate/late EVE, and rollback.
National Institute of Standards and Technology. (2022). Secure Software Development Framework (SSDF) version 1.1 (NIST SP 800-218). https://doi.org/10.6028/NIST.SP.800-218
Production blocker
Wardnet explicitly describes itself as a gateway/SOC control-plane baseline rather than a complete WAF or IDS. Coraza audit and Suricata EVE HTTP ingest can translate external evidence, but production protection requires a continuously operated, versioned, fail-safe enforcement path backed by proven engines—not only hand-written indicator scoring or manually posted audit documents.
Audited protected base:
b53dc7a1b8904a16752abbdc04429df893a4e32e.Required product architecture
HTTP WAF
monitor/blockoperation, but define deterministic precedence between Wardnet policy, CRS anomaly scores, explicit exclusions, emergency overrides, and upstream responses.Network IDS
AI SOC boundary
Detection-quality evidence
Create a reproducible evaluation harness with versioned benign and malicious corpora plus production-safe replay fixtures.
Report at minimum:
Do not publish a single aggregate accuracy number that hides attack families, route classes, or severe false positives.
RED → GREEN verification
Acceptance criteria
Dependencies and related work
References