Coder Social home page Coder Social logo

jsutch / rita_scripts Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 3.09 MB

Scripts and Notebooks for doing IDS analysis of Zeek/RITA outputs

License: BSD 2-Clause "Simplified" License

Shell 0.40% Jupyter Notebook 97.76% Python 1.84%
network-security-monitoring zeek rita jupyter-notebook security-tools ids nids c2 beacons blue-team

rita_scripts's Introduction

RITA Scripts

Thanks to Active Countermeasures RITA Tool for Zeek/Bro

Here are a collection of scripts to make it easier to extract more intelligence from RITA output.

Finding the AS number of hosts with high beacon scores

  • doing reverse lookups on the beacons is a pain and often doesn't return anything interesting.
  • This is a quick script to let you narrow down beaconish originators using the AS number, which is more stable.

As in this example many things that look beaconish are actually DNS calls or Corporate Services.

for x in `rita show-beacons myhost|grep -v Source |awk -F, '{if ($1 > .8) print $3}'`; do echo "$x: $(whois -h whois.cymru.com " -v $x"| grep -v BGP)"; done
8.8.8.8: 15169   | 8.8.8.8          | 8.8.8.0/24          | US | arin     | 1992-12-01 | GOOGLE, US
208.67.222.222: 36692   | 208.67.222.222   | 208.67.222.0/24     | US | arin     | 2006-06-06 | OPENDNS, US
17.57.144.181: 714     | 17.57.144.181    | 17.57.144.0/22      | US | arin     | 1990-04-16 | APPLE-ENGINEERING, US
198.252.206.25: 25791   | 198.252.206.25   | 198.252.206.0/24    | US | arin     | 2012-10-17 | SE-NET, US
52.38.194.37: 16509   | 52.38.194.37     | 52.36.0.0/14        | US | arin     | 2015-09-02 | AMAZON-02, US
172.217.14.227: 15169   | 172.217.14.227   | 172.217.14.0/24     | US | arin     | 2012-04-16 | GOOGLE, US
17.57.144.181: 714     | 17.57.144.181    | 17.57.144.0/22      | US | arin     | 1990-04-16 | APPLE-ENGINEERING, US
17.57.144.180: 714     | 17.57.144.180    | 17.57.144.0/22      | US | arin     | 1990-04-16 | APPLE-ENGINEERING, US
34.214.241.122: 16509   | 34.214.241.122   | 34.208.0.0/12       | US | arin     | 2016-09-12 | AMAZON-02, US
52.37.150.23: 16509   | 52.37.150.23     | 52.36.0.0/14        | US | arin     | 2015-09-02 | AMAZON-02, US
35.165.114.190: 16509   | 35.165.114.190   | 35.160.0.0/13       | US | arin     | 2016-08-09 | AMAZON-02, US
54.244.7.161: 16509   | 54.244.7.161     | 54.244.0.0/18       | US | arin     | 2011-12-09 | AMAZON-02, US
216.58.193.67: 15169   | 216.58.193.67    | 216.58.192.0/22     | US | arin     | 2012-01-27 | GOOGLE, US
...

Notebooks

Evaluating traffic on an external webserver
Watching public traffic to see if a local c2 has been installed and determine which regions are accessing services.

  • added heuristic scoring
  • added heuristic + RITA scoring
  • added a feature if an IP has a DNS entry or is correctly configured with a reverse
  • incorporated fail2ban entries

TODO:

  • add threading to DNS lookups
  • speed up the AS feature creation by creating a global AS dictionary to feed the features
  • summarize into dashboard
  • make heuristics modular
  • extract report from connections

Evaluating traffic from a office or home LAN
Here we want to mostly determine beacon-like normal services (DNS to known providers), callbacks to corporate services we expect (Apple, Microsoft, Google, etc) and others to narrow down what likely C2 or non-expected traffic is egressing.

Scoring can be used to build filters for corporate spyware and regular services (like apt checkins) to further filter out probable "bad" connections.

Exporatory Data Analysis of external traffic

Here are a few examples of visualizing what the state of the connections look like.

  • by AS

  • by Country

  • Relative percentage of traffic connection duration

  • Relative percentage of traffic that gets classified as a beacon by RITA

  • a heatmap of statistical correlations

  • types of protocols, etc

  • What AS Regions are generating the most connections?

as connections by country

  • What is the relative occurance of high percentage beaconish activity?
    beaconality histogram

Tools

There are some script tools added to make some lookups and data import easier.

bash lookups for ASNs

Simple shell wrappers to return the AS numbers of beaconish activity

  • get_beacon_AS.sh
  • get_long_connections_asn.sh

Data preparation for the notebook visualizations

  • obscureips.py - A python script to obscure LAN ip addresses if you are presenting or sharing your output
  • rita_extractor.sh - a wrapper to gather long_connections and beacons into named files for origin scrubbing and import into the notebook

Get latest blacklists

  • spamhaus_downloader.py - download the latest spamhaus blacklists, divided into ip and domain based blacklists (See rita.conf CustomIPBlacklists and CustomHostnameBlacklists)

rita_scripts's People

Contributors

jsutch avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.