Git Product home page Git Product logo

hybrid-analysis-api's Introduction

Hybrid Analysis API

This script allow users to retrieve data using Hybrid Analysis API,It can search for malware family or malware name or hash you can give it malware file name ex: mimikatz and ask for IMP hash for all files contains mimikatz in it's files name on Hybrid Analysis

How to use

Load the function

Import-Module -Path "Path to Hybrid API.ps1"

then

Hybrid-API -API <API> -filename mimikatz -result IMPhash,sha256

or

Hybrid-API -API <API> -filename mimikatz,emotet -result IMPhash,sha256,hosts,domains

or

Hybrid-API -API <API> -filename (get-content -Path malwares.txt) -result (get-content -Path result.txt)

for long time Importing add the above command to Microsoft. PowerShell_profile.ps1 which could be found by running $profile in the PowerShell and create the path if it's not existed

Output of the script

1

2

you can search by hashes, if you supply -VT_API, script will search hashes in virus total, if you didn't then the script will use the supplied Hybrid Analysis API

the following script will use VT_API for hashes and Hybrid Analysis for filename

./Hybrid-API -VT_API <VT_API>,<VT_API> -hash <hash1>,<hash2>,<hash3> -API <API> -filename mimikatz -result imphash

output3

Authors

To-Do

  • searching using vx_family
  • searching using list of hashes

hybrid-analysis-api's People

Contributors

karemfaisal avatar

Stargazers

Ahmed Elmayyah avatar Coldzer0 avatar

Watchers

 avatar Ahmed Elmayyah avatar

Forkers

810810810

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.