Git Product home page Git Product logo

vtgrepghidra's Introduction

vtgrepghidra - VT-GHIDRA Plugin

Main image

This is a non official VirusTotal plugin for GHIDRA. This plugin integrates functionality from VirusTotal web services into the GHIDRA's user interface. The current version is v0.1, This plugin is not production-ready yet, and unexpected behavior can still occur and released without any warranty. This release integrates VTGrep into GHIDRA, facilitating the searching for similar code, strings, or sequences of bytes.

Requirements

Windows

No requirements.

Linux

apt-get install osslsigncode or compile from source code (https://github.com/mtrojnar/osslsigncode) if you are experiencing any problems.

MacOS

brew install osslsigncode, also on MacOS, for some reason we didn't want to get into, you'll need to execute in orde for it to work:

echo /usr/local/etc/openssl* | xargs -n1 -I{} mkdir -p {}/certs
echo /usr/local/etc/openssl* | xargs -n1 -I{} ln -s {}/cert.pem {}/certs/ca-bundle.crt

Installation

Place the script files in any of the Script Directories (Window->Script Manager or via the shortcut: Script Manager Shortcut):

Scripting Directories

and then click Refresh script list.

Features

  • Search for bytes: it searches for the bytes contained in the selected area "AS IS".
  • Search for similar code: identifies memory offsets or addresses in the currently selected area and ignores them when searching.
  • Search for similar code (strict): same as above but it also ignores all the constants in the currently selected area.
  • Search for same signer: searches for files signed by the same certificate to sign the loaded file.
  • Search for ImpHash: searches for files with the same import hash.
  • Search similar-to: searches for files using "similar-to" attribute by VT.
  • Customizations: a comfortable GUI allows you to customize the query by masking/unmasking opcodes and operands before querying VT.

Examples

General usage:

General Usage

Searching by the same certificate:

Same Certificate

Credits

  • This open-source project is backed by SentinelOne
  • This plugin is based on GHIDRA's YARA search plugin GUI.

vtgrepghidra's People

Contributors

kasif-dekel avatar danielr-github 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.