Giter Club home page Giter Club logo

iocminion's Introduction

iocminion

======= Just another tool to extract IOC's from files. this tool has the capability to extract IOC's from the following sources: pdf documents, urls that contain pdf's, a text file that contains urls, ioc's from emails and rss feeds. it also perform whitelisting in order to prevent false positives. it uses the files whitelist.dat and the alexa top 1m files.

Requirements

Usage

======

usage: iocminion.py [-h] [--rss RSS] [--url_file URL_FILE] [--url URL]
                    [--pdf PDF] [--email EMAIL EMAIL] [--format {csv,json}]

welcome to iocMinion

optional arguments:
  -h, --help           show this help message and exit

Formats supported:
  --rss RSS            process rss url
  --url_file URL_FILE  process text file with urls
  --url URL            process url
  --pdf PDF            process pdf on an url or a pdf on the filesystem. make sure filename doesnt contain spaces
  --email EMAIL EMAIL  looks for iocs on gmail inbox. username and password are required (username pass)
  --format {csv,json}  output format

Usecases:

  • i would like to get iocs from a blog post i find interesting
python iocminion.py --url http://blog.malwaremustdie.org/2015/06/mmd-0034-2015-new-elf.html
  • i found a link to a pdf containing iocs i would like to extract ioc's from it.
 python iocminion.py  --pdf http://www.welivesecurity.com/wp-content/uploads/2015/04/mumblehard.pdf
  • i have a list of 40 url's on a txt file and i would like to extract the ioc's of all of those pages of one shot
python iocminion.py --url_file urls.txt
  • i would like to process all ioc's but i would like to save them to a a file.
python iocminion.py --url http://blog.malwaremustdie.org/2015/06/mmd-0034-2015-new-elf.html -w outfile.txt
  • i would like to extract ioc's that are contained on several emails from my gmail inbox
python iocminion.py  --email 'username  'password'

iocminion's People

Contributors

pun1sh3r avatar

Watchers

James Cloos avatar Karthik Balasubramani 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.