Actions
Bug #4571
openUnable to trigger rule by content in case of IPv4 in IPv4 incapsulation
Affected Versions:
Effort:
Difficulty:
Label:
Description
Suricata do able detect packets by conent in case of incapsulation. Detection by content works in following cases:
- IPv4
- IPv6
- IPv4 over IPv6
- IPv6 over IPv4
- IPv6 over IPv6
But it doesn't work with tunnels IPv4 over IPv4 and it seems for me like a bug.
I have used following rule:
alert tcp any any -> any any (msg:"found"; content: "hello"; sid:1;)
With set of pcap files.
Files
Updated by Philippe Antoine over 1 year ago
- Assignee set to OISF Dev
- Target version set to 8.0.0-beta1
Actions