forked from opnsense/rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finalize rules for stable (opnsense#9)
- Loading branch information
1 parent
1eb5942
commit e3a5228
Showing
7 changed files
with
303 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
|
||
#alert dns any any -> any 53 (msg:"OPN_Uncategorized - Youporn - DNS request for youporn.com"; dns_query; content:"youporn.com"; nocase; classtype:uncategorized; sid:56000000;) | ||
#alert http any any -> any $HTTP_PORTS (msg:"OPN_Uncategorized - Youporn - Related URL (youporn.com)"; content:"youporn.com"; http_uri; flow:to_server,established; classtype:uncategorized; sid:56000001; rev:1;) | ||
#alert tls any any -> any any (msg:"OPN_Uncategorized - Youporn - Related TLS SNI (youporn.com)"; tls_sni; content:"youporn.com";flow:to_server,established; classtype:uncategorized; sid:56000002; rev:1;) | ||
#alert dns any any -> any 53 (msg:"OPN_Uncategorized - PornHub - DNS request for pornhub.com"; dns_query; content:"pornhub.com"; nocase; classtype:uncategorized; sid:56000003;) | ||
#alert http any any -> any $HTTP_PORTS (msg:"OPN_Uncategorized - PornHub - Related URL (pornhub.com)"; content:"pornhub.com"; http_uri; flow:to_server,established; classtype:uncategorized; sid:56000004; rev:1;) | ||
#alert tls any any -> any any (msg:"OPN_Uncategorized - PornHub - Related TLS SNI (pornhub.com)"; tls_sni; content:"pornhub.com";flow:to_server,established; classtype:uncategorized; sid:56000005; rev:1;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
|
||
Youporn uncategorized youporn.com | ||
PornHub uncategorized pornhub.com |