Skip to content

A few examples of how Bro and OpenDNS's Investigate API can play together

Notifications You must be signed in to change notification settings

anthonykasza/bro-opendns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bro and OpenDNS

A few examples of how Bro and OpenDNS can play together.

Contents

###investigate This directory contains a Bro module that uses the Investigate API by OpenDNS. example.bro contains a script that uses this module to identify domain names from dns requests, and every 10 seconds submits them to the Investigate API. A notice is raised and logged if any submitted domain is known to be malicious by OpenDNS.

###intel This directory contains a few scripts that will identify domain names from Bro's standard dns.log file and submits them to the Investigate API. If any domain is found to be malicious by OpenDNS, the domain is added to an intelligence file named "investigate.dat". The intelligence file is formatted for Bro's intel framework, allowing Bro to ingest and monitor for the malicious domains.

About

A few examples of how Bro and OpenDNS's Investigate API can play together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published