Code Monkey home page Code Monkey logo

automating_threat_intelligence's Introduction

automating threat intelligence scripts and documentation

Slides:

https://pyosec.com/presentations/qubitsofia2018/

Installation Guides:

cuckoo installation.txt

I started to write this as a shell script, but it requires interaction and I haven't yet dealt with that. Use it as a guide, making sure to change your networking and various passwords (for things like SQL) to match your environment and needs

installMisp.txt

If you want to install MISP, this will get it done. It requires some interactivity and changing of passwords/networking stuff. I set it up in its own virtual machine because you have to install so much stuff.

Scripts:

MTAScraper:

Scrapes http://malware-traffic-analysis.net/ blog entries and downloads the malware for personal analysis. Warning, it will unzip live malware (if you enable that function)


vt_hunter_downloader

Download all samples that you're hunting for in Virustotal Intelligence Make these changes in vt_hunter_downloader.py:

virustotal_key = "putvirustotalkeyhere"

Go to https://www.virustotal.com/intelligence/hunting/, click on 'JSON', copy that whole URL and put it inside the quotes in the virustotal_notification_url variable. It will look something like this: https://www.virustotal.com/intelligence/hunting/notifications-feed/?key=yourapikey

virustotal_notification_url = "FULL_URL_HERE"


timeline_creation_script

Create timelines with data formatted like the sample.txt file


Cuckoo Scraper Script

I took this script from: https://github.com/OpenSecurityResearch/CuckooScraperScript and started modifiying it to give me something more useful for my needs. Right now, it's still 'in progress' as I map all the fields created by a cuckoo analysis.

Tools/Utilities:

YARA Rules: https://github.com/Yara-Rules/rules

automating_threat_intelligence's People

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.