Skip to content

Commit

Permalink
finalize rules for stable (opnsense#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimugmail authored and AdSchellevis committed Jun 27, 2018
1 parent 1eb5942 commit e3a5228
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 297 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

If you are searching for an easy way to block specific applications like Youtube or Netflix this is the right resource for you.

We have categorized the rules in seven categories:
We have categorized the rules in six categories:

```
file-transfer (file sharing in general)
Expand Down
234 changes: 117 additions & 117 deletions src/opnsense.file_transfer.rules

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions src/opnsense.media_streaming.rules

Large diffs are not rendered by default.

126 changes: 63 additions & 63 deletions src/opnsense.messaging.rules

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions src/opnsense.social_media.rules

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion src/opnsense.uncategorized.rules
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;)
3 changes: 2 additions & 1 deletion src/uncategorized.lst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

Youporn uncategorized youporn.com
PornHub uncategorized pornhub.com

0 comments on commit e3a5228

Please sign in to comment.