1029 matches found
systeminformer
System Informer A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc...
WhacAMole
WhacAMole WhacAMole is a program that analyzes processes in memory in an integral way, detecting and alerting of anomalies related to malware and presenting and saving in files all the relevant information for verification, correlation or analysis, as well as dumping memory regions, processes and...
Pegasus-Malware-Scan
pegasus-malware-scan Description Pegasus Malware Scan is a comprehensive cybersecurity solution designed for advanced threat detection and malware analysis. Built with Python, this powerful tool employs multi-layered detection techniques to identify and neutralize a wide range of malicious...
MADLIRA
MADLIRA Malware detection using learning and information retrieval for Android Overview MADLIRA is a tool for Android malware detection. It consists in two components: TFIDF component and SVM learning component. In gerneral, it takes an input a set of malwares and benwares and then extracts the...
phpMussel
What is phpMussel? An ideal solution for shared hosting environments, where it's often not possible to utilise or install conventional anti-virus protection solutions, phpMussel is a PHP script designed to detect trojans, viruses, malware and other threats within files uploaded to your system...
malware-check
Install - Usage - Dynamic Analysis - YARA Rules - CI/CD Docs: English | Tiếng Việt Static and dynamic analysis tool for detecting malicious code, suspicious binaries, and privacy violations. Analyzes source code, compiled executables .exe, .dll, .elf, macOS bundles .app, .dmg, .pkg, mobile apps...
mobileAudit
Mobile Audit MobileAudit - SAST and Malware Analysis for Android Mobile APKs A Django web application to perform static analysis and detect malicious content inside Android APKs. The project extracts app metadata, scans source code for weaknesses, and aggregates results SAST findings, best...
ATMMalScan
Introduction ATMMalScan is a commandline tool for Windows operating systems version 7 and higher, which helps to search for malware traces on an ATM during the DFIR process. This tool examines the running processes of a system, as well as the hard disk, depending on the specified file path. To sc...
sandfly-entropyscan
What is sandfly-entropyscan? sandfly-entropyscan is a utility to quickly scan files or running processes and report on their entropy measure of randomness and if they are a Linux/Unix ELF type executable. Some malware for Linux is packed or encrypted and shows very high entropy. This tool can...
2026
100 Days of YARA 2026 Welcome to 100 Days of YARA! This repository will act as the store for all YARA ideas created during this time. Any fun scripts, tools, or rules you write can be committed to this GitHub repository! For now, any associated blogging, walkthroughs, or other musing can be hoste...
AndroPyTool
AndroPyTool Update! DroidBox images were fixed. Dynamic analysis is working now. This is a tool for extracting static and dynamic features from Android APKs. It combines different well-known Android apps analysis tools such as DroidBox, FlowDroid, Strace, AndroGuard or VirusTotal analysis. Provid...
dga_predict
Predicción de Algoritmos de Generación de Dominios usando LSTM Este repositorio contiene código muy simple para clasificar dominios como DGA o benignos. Este código demuestra nuestros resultados en nuestro artículo de arxiv aquí: https://arxiv.org/abs/1611.00791. Una diferencia son los conjuntos ...
browser-xpi-malware-scanner
XPI Analyzer — Firefox Extension Security Scanner A command-line tool that analyzes Firefox extension files .xpi for signs of malware, obfuscation, hidden payloads, steganography, and other techniques used to sneak malicious code past extension review teams. What It Does extension-scanner.py tear...
FalconGate
Falcongate An advanced cybersecurity platform to stop Malware, Ransomware, detect cyber attacks and more... Motivation Cyber attacks are on the raise and the cyber criminals are continuously improving their tactics and developing new tools and Malware to achieve their goals of breaching their...
DeepTraffic
Deep Learning models for network traffic classification For more information please read our papers. 🎓Wei Wang's Google Scholar Homepage Wei Wang, Xuewen Zeng, Xiaozhou Ye, Yiqiang Sheng and Ming Zhu,"Malware Traffic Classification Using Convolutional Neural Networks for Representation Learning,"...
z9
z9 PowerShell Log Analyzer Japanese Abstract This tools detects the artifact of the PowerShell based malware from the eventlog of PowerShell logging. Online Demo Install root@kitploit: git clone https://github.com/Sh1n0g1/z9 cd z9 pip install -r requirements.txt How to use root@kitploit: usage:...
hollows_hunter
hollowshunter Hollows Hunter is a command-line application based on PE-sieve passive memory scanner. Recognizes and dumps a variety of potentially malicious implants replaced/implanted PEs, shellcodes, hooks, in-memory patches. While in case of PE-sieve you can select the process only by its PID,...
hijackthis
下载 最新构建版本 v3.x - 发布版 稳定版构建 v2 已过时 - 不再更新 (此为测试版 - 主要变更正在进行中;不过完全可安全使用) HiJackThis+ HiJackThis+ Plus (之前称为:HiJackThis Fork v3)是原始 Trend Micro HiJackThis by Merijn Bellekom 开发的一个分支和延续,后者曾是众所周知的一款工具。 目前,它是对原始引擎进行逐步100%重写的代码,旨在提供与最新 Windows 操作系统的完全兼容性,并在快速生成日志文件结果与对抗最流行恶意软件(包括其他杀毒软件未知的恶意软件)之间取得平衡。 它由...
dynmx
dynmx 原型 dynmx (读作 dynamics )是一种基于签名的检测方法,用于基于Windows API调用序列的行为恶意软件特征。简而言之,你可以将 dynmx 视为用于API调用跟踪(所谓的函数日志)的YARA,这些跟踪来自恶意软件沙箱。因此,检测方法的数据基础不是静态分析的恶意软件样本本身,而是在恶意软件沙箱中对恶意软件样本进行动态分析期间生成的数据。目前, dynmx 支持以下恶意软件沙箱的函数日志: VMRay(函数日志,文本和XML格式) CAPEv2(report.json文件) Cuckoo(report.json文件) 该检测方法在硕士论文《基于Windows...