Git Product home page Git Product logo

msimon96 / ma-hashcheck Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13 KB

PowerShell script for interacting with Mandiant Advantage API to retrieve hash values associated with specified Malware Families. The script provides a menu-driven interface for various malware analysis operations and exports results to Excel.

Home Page: https://github.com/msimon96/MA-HASHCHECK

License: MIT License

PowerShell 100.00%
malware-analysis mandiant

ma-hashcheck's Introduction

Mandiant Advantage Hash Checker Script

Overview

This PowerShell script interacts with Mandiant Advantage API to retrieve hash values associated with specified Malware Families. The script allows you to perform various operations related to malware analysis and export the results to an Excel file.

Prerequisites

  • PowerShell 7 or higher Link to Install PowerShell 7
  • Mandiant Advantage API Key and Secret
  • Excel application installed on your machine (required for exporting data to Excel)
  • Excel Template

Download Instructions

Download the script using Git:

git clone https://github.com/msimon96/MA-HASHCECK.git

Configuration

  1. Open MAConfig.json file and update the API key and secret:

    {
        "advantageApiKey": "<ENTER YOUR API KEY HERE>",
        "advantageApiSecret": "<ENTER YOUR API SECRET HERE>"
    }
  2. Update lines 116 and 468 in the script with your desired application name:

    $appName = "<YOUR APP NAME>"

Usage

Command Line

Run the script from the command line with the following options:

```powershell
./MAVT-Single.ps1 [-C <choice>] [-M <malwareFamily>] [-h]
```

Options:

-C <choice>: Specify the script choice (1, 2, 3, 0).
-M <malwareFamily>: Specify the malware family name.
-h or -help: Display help message.

Examples:

```powershell
./MAVT-Single.ps1 -C 1 -M MyMalwareFamily
./MAVT-Single.ps1 -C 0
```

Notes

  • The script uses PowerShell 7 or higher. If your version is lower, the script will attempt to launch PowerShell 7.

ma-hashcheck's People

Contributors

msimon96 avatar

Watchers

 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.