MultCheck: Identifies bad bytes from static analysis with any Anti-Virus scanner
MultCheck
MultCheck is a malware-analysis tool that can be used to test the detection of a file by multiple AV engines.
It is designed to be easy to use and to be able to test multiple AV engines. It is also designed to be easy to extend and to be able to add custom AV engines.
Supported Scanners
- Windows Defender (winDef)
Install
-
Run go build under the root directory of the project.
-
Or directly run the compiled binaries in Releases.
Configuration
The configuration file for custom scanners is a JSON file with the following structure:
Usage
MultCheck accepts a target file as an argument: ./multcheck <target_file>
Different built-in scanners can be used by specifying the -scanner flag: ./multcheck -scanner <scanner_name> <target_file>
Custom scanners can be added by creating a configuration file and providing the path to the file through the -scanner flag: ./multcheck -scanner <path_to_config_file> <target_file>
Demo
Copyright (C) 2024 @Pengrey
Source: https://github.com/MultSec/