Instead of tracing one packet at a time, Firevyzer partitions the entire packet space into symbolic traffic classes — concise sets that together cover every possible flow. Diff two policies and see exactly which classes change verdict, and the rule responsible for each.
Authentication handled by Amazon Cognito — passwords, MFA, and resets never touch this app.
Each class is one concise set standing in for countless flows — including over-broad shapes like any port except 22 that flow-by-flow checks slip right past.
The classes partition the entire packet space, so coverage is total — no sampling, no flow you forgot to test. Every packet lands in exactly one class.
Diff two policies and get the exact classes whose verdict flips — each tagged with the rule that decides it now, and the one that decided it before.