Giter Club home page Giter Club logo

clml-2636's Introduction

clml-2636

License

https://developer.cisco.com/site/license/cisco-sample-code-license/

Summary

sha_report.py:

This tool takes in a SHA 256 value as command line parameter and provides a report on sha statistics and domain details in umbrella and prints them to a screen

Files used by sha_report.py

umbrella.py
threatgrid.py
sha_report.py

Dependencies

Python 2.7
import requests
import json
import sys

Usage Enter the api credentials for your Threat Grid account (found on line 16)

Enter the api credentials for your Umbrella investigate account (found on line 17)

# enter api credentials for the corresponding accounts for ThreatGrid and Umbrella 
in api.cfg file

To execute the script from the OS shell run either:

python sha_report.py <sha-256 of file> or ./sha_report.py <sha-256 of file>

The script will then return:

number of runs of same sha and average score
any associated behaviors from Threat Grid
all outbound IP communications
domain communications that are known bad
domain communications that are unknown
security reports for unknown domains
Extras:
To use these scripts ip_workflow.py, file_hash_workflow.py, domain_workflow.py please modify the api.cfg file in this folder with proper API keys or Token for your following account.
[ThreatGrid][VirusTotal][Investigate]
Usage:	$ python file_hash_workflow.py “hash”

$ python ip_workflow.py “ip address”

$ python domain_workflow.py “domain”



clml-2636's People

Contributors

veeratcisco avatar

Watchers

James Cloos 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.