Arsenal

Tools, modules, and field-ready utilities for threat hunting, detection engineering, and security operations.

Status:
Capabilities:
Active 2025-01-15

CRXMiner

Chrome Extension Security API - AI-powered threat detection for 10,000+ Chrome extensions. Analyze extensions for security risks, malicious behavior, and privacy concerns.

curl -H "Authorization: Bearer crx_your_api_key" "https://crx.michaelhaag.org/api/v1/extensions/{extension_id}"
chrome-extensions security-api ai threat-detection +1
Active 2025-01-12

MITRE ATT&CK MCP

MCP server providing AI assistants with instant access to the complete MITRE ATT&CK framework - techniques, tactics, groups, software, and mitigations.

npx -y mitre-attack-mcp
mcp mitre-attack threat-intelligence ai +1
Active 2025-01-10

Security Detections MCP

MCP server that lets AI assistants query 6,500+ security detection rules from Sigma, Splunk ESCU, and Elastic. Detection engineer harder and smarter with AI.

npx -y security-detections-mcp
mcp detection-engineering sigma splunk +2
Active 2024-12-31

ClickGrab

Finding ClickFix and FakeCAPTCHA like it's 1999. Detection and hunting tools for clipboard hijacking attacks.

Visit https://mhaggis.github.io/ClickGrab/ or git clone https://github.com/MHaggis/ClickGrab.git
clickfix fakecaptcha detection hunting +1
Active 2024-12-28

NEBULA

Interactive PowerShell framework for testing WMI, COM, LOLBAS, and persistence techniques. Built for red team testing and defense validation.

git clone https://github.com/MHaggis/NEBULA.git && Import-Module .\NEBULA.psm1 && Invoke-NEBULA
powershell red-team wmi lolbas +2
Active 2024-12-01

Atomics on a Friday

Weekly YouTube show exploring atomic tests, detection engineering, and security research. Live demonstrations and deep dives into attack techniques.

Subscribe at youtube.com/@atomicsonafriday
youtube atomic-red-team detection education +1
Active 2024-12-01

LOLDrivers

Living Off The Land Drivers - A curated list of Windows drivers used by adversaries to bypass security controls. The definitive resource for vulnerable driver detection.

curl -s https://www.loldrivers.io/api/drivers.json | jq
drivers byovd detection windows +2
Active 2024-12-01

PowerShell-Hunter

PowerShell tools to help defenders hunt smarter, hunt harder. A collection of scripts, queries, and techniques for threat hunting using PowerShell.

git clone https://github.com/MHaggis/PowerShell-Hunter.git && cd PowerShell-Hunter && Import-Module .\PSHunter.psm1
powershell hunting defense triage +2
Active 2024-11-15

Sysmon-DFIR

Sources, configuration and how to detect evil things utilizing Microsoft Sysmon. A comprehensive collection of Sysmon configurations, documentation, and detection resources.

git clone https://github.com/MHaggis/sysmon-dfir.git && sysmon64.exe -accepteula -i sysmon-dfir\sysmonconfig.xml
sysmon detection dfir windows +2
Active 2024-11-01

LOLRMM

Living Off The Land Remote Monitoring & Management - A curated list of RMM tools abused by adversaries for persistence and lateral movement.

Visit https://lolrmm.io/ to explore RMM tools and detection strategies
rmm detection persistence lateral-movement +1
Active 2024-10-20

CBR-Queries

Collection of useful, up to date, Carbon Black Response Queries for threat hunting and detection.

git clone https://github.com/MHaggis/CBR-Queries.git
carbon-black edr hunting queries +1
Active 2024-10-01

Bootloaders.io

A curated list of known malicious bootloaders for various operating systems. Track and catalog bootloader threats with detection rules and hash prevention.

curl -s https://www.bootloaders.io/api/bootloaders.json | jq
bootloader bootkit detection defense +1
Active 2024-08-05

ScriptHostTest

Windows Script Host testing framework for validating script execution defenses and detection capabilities.

git clone https://github.com/MHaggis/notes.git && cd notes/utilities/ScriptHostTest && .\Run-Tests.ps1
wsh wscript cscript windows +1
Active 2024-06-18

ShellSweep

ShellSweeping the evil. PowerShell/Python/Lua tool to detect potential web shells using entropy analysis, machine learning, and YARA rules.

git clone https://github.com/splunk/ShellSweep.git && .\ShellSweep\ShellSweep.ps1
webshell detection hunting entropy +2
Active 2024-04-14

ASRGEN

ASR Configurator, Essentials and Atomic Testing. Configure and test Attack Surface Reduction rules.

Visit https://asrgen.streamlit.app/ or git clone https://github.com/MHaggis/ASRGEN.git
asr defender windows hardening +2
Active 2024-02-24

SequelEyes

SQL, IIS, Oh My... Detection and hunting tools for SQL Server and IIS security.

git clone https://github.com/MHaggis/SequelEyes.git && Import-Module .\SequelEyes.psm1
sql iis windows detection +1
Active 2024-01-13

SDDLMaker

The home of the SDDLMaker. Parse, create, and understand SDDL strings.

git clone https://github.com/MHaggis/SDDLMaker.git && pip install -r requirements.txt
sddl windows permissions security
Active 2024-11-24

Package-Inferno

A Public Package Scanner for The Community. Scan npm packages for supply chain threats.

git clone https://github.com/MHaggis/Package-Inferno.git && pip install -r requirements.txt
npm supply-chain scanner security
Experimental 2024-11-04

HeapLeakDetection

Heap leak detection utilities for security research and analysis.

git clone https://github.com/MHaggis/HeapLeakDetection.git
memory heap detection research +1
Active 2024-10-30

NPM-Threat-Emulation

Helping defenders learn and validate npm supply-chain detections with safe atomic tests.

git clone https://github.com/MHaggis/NPM-Threat-Emulation.git
npm supply-chain detection atomic-testing +1
Active 2024-10-15

Mandatory Profile Persistence

Windows Mandatory Profile persistence testing toolkit - validating detection coverage for this stealthy persistence technique.

git clone https://github.com/MHaggis/notes.git && cd notes/utilities/MandatoryProfilePersistence
persistence windows profiles red-team +1
Active 2024-09-15

Hunt-Detect-Prevent

Lists of sources and utilities utilized to hunt, detect and prevent evildoers. A curated collection of security resources.

git clone https://github.com/MHaggis/hunt-detect-prevent.git
resources hunting detection prevention +1
Active 2024-09-01

Warp Pipe Tester

Network tunnel and port forwarding testing utility for validating connectivity and data exfiltration paths.

curl -O https://raw.githubusercontent.com/MHaggis/notes/master/utilities/warp_pipe_tester.py && python3 warp_pipe_tester.py
networking tunneling port-forwarding python +1
Active 2024-08-25

AppLockerGen

AppLocker Policy Generator. Create and manage AppLocker policies programmatically.

Visit https://applockergen.streamlit.app/ or git clone https://github.com/MHaggis/AppLockerGen.git
applocker windows policy hardening +1
Active 2024-08-25

MSIXBuilder

MSIX Building Made Easy for Defenders. Create MSIX packages for testing and analysis.

git clone https://github.com/MHaggis/MSIXBuilder.git && Import-Module .\MSIXBuilder.psm1
msix windows packaging defense
Active 2024-08-10

Notes

Full of public notes and utilities. A collection of technical notes, scripts, and security research documentation.

git clone https://github.com/MHaggis/notes.git
notes documentation utilities research
Active 2024-07-20

Sysmon Splunk App

A Splunk app for visualizing and analyzing Sysmon data. Dashboards and saved searches for effective Sysmon analysis.

Download the app package and install via Splunk > Apps > Install from File
splunk sysmon visualization siem +1
Active 2024-07-10

SQLSSTT

SQL Server Security Testing Toolkit - comprehensive SQL Server security assessment and exploitation framework.

git clone https://github.com/MHaggis/notes.git && cd notes/utilities/SQLSSTT
sql-server database-security pentesting mssql +1
Active 2024-06-15

S3 Open Access Check

Comprehensive AWS S3 bucket security assessment tool that checks for common misconfigurations and data exposure risks.

curl -O https://raw.githubusercontent.com/MHaggis/notes/master/utilities/AWS/S3OpenAccessCheck.sh && chmod +x S3OpenAccessCheck.sh && ./S3OpenAccessCheck.sh
aws s3 cloud-security bash +1
Experimental 2024-05-10

AtomicLua

A combination of OffensiveLua and Learning Lua - By Defenders, for Defenders.

git clone https://github.com/MHaggis/AtomicLua.git
lua scripting defense learning
Active 2024-05-10

Apache PHP Build

Automated Apache and PHP compilation and installation toolkit for building custom web server environments from source.

git clone https://github.com/MHaggis/notes.git && cd notes/utilities/ApachePHPBuild && ./build.sh
apache php build-automation web-server +1
Active 2024-04-20

Fancy NTLM Relay

Advanced NTLM relay attack toolkit for testing authentication security in Windows environments.

git clone https://github.com/MHaggis/notes.git && cd notes/utilities/FancyNTLMRelay
ntlm relay windows authentication +1
Active 2024-03-15

IIS Builder

Automated IIS web server deployment and configuration toolkit for Windows environments.

git clone https://github.com/MHaggis/notes.git && cd notes/utilities/IISBuilder && .\Install-IIS.ps1
iis windows web-server automation +1
Active 2023-12-05

sigZap

SigZap is a Streamlit application designed to facilitate the search across multiple network signature sets at once.

git clone https://github.com/MHaggis/sigZap.git && pip install -r requirements.txt && streamlit run app.py
snort signatures network search +1
Experimental 2023-11-07

LLM Tools

LLM tools and toys for security research and experimentation.

git clone https://github.com/MHaggis/LLM.git
llm ai tools research