Closed tobyxdd closed 7 months ago
Example of detecting proxy protocols that use "SNI spoofing" (such as Xray Reality):
- name: SNI mismatch action: block log: true expr: tls?.req?.sni != nil && ip.dst not in concat(lookup(tls.req.sni, "1.1.1.1:53"), lookup(tls.req.sni, "8.8.8.8:53"))
Example of detecting proxy protocols that use "SNI spoofing" (such as Xray Reality):