Skip to content

Commit

Permalink
Now works with multiple domains!
Browse files Browse the repository at this point in the history
  • Loading branch information
doppiosecurity committed Mar 1, 2012
1 parent 5e6d977 commit 706e06e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sens_dns.bro
Expand Up @@ -9,13 +9,13 @@ export {
redef enum Notice::Type += {
SensitiveDNS_Lookup,
};

const hot_dns =
"armstrong.pezcyclingnews.com"
/^lemonde.pezcyclingnews.com/ |
/^lemonde.velonews.com/ |
/^www.beammeupscotty.com/ |
/^first.second.third.yahoo.com/
&redef;

}

event dns_request(c: connection, msg: dns_msg, query: string, qtype: count, qclass: count) &priority=5
{
local orig = c$id$orig_h;
Expand Down

0 comments on commit 706e06e

Please sign in to comment.