Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ This is a suggested list and not an exhaustive list. Review your environment and
**Match**: `(ip.proto eq "hopopt") or (not ip.proto in {"esp" "tcp" "udp" "gre" "icmp"})` <br/>
**Action**: Block <br/>

The recommended rules are part of the managed rules.

## Traffic and port types

The information below covers traffic type, how the port is used, and reasons for blocking the port.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ This is a suggested list and not an exhaustive list. Review your environment and
**Match**: `(ip.proto eq "hopopt") or (not ip.proto in {"esp" "tcp" "udp" "gre" "icmp"})` <br/>
**Action**: Block <br/>

The recommended rules are part of the managed rules.

## Traffic and port types

The information below covers traffic type, how the port is used, and reasons for blocking the port.
Expand Down
Loading