Arsenal

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

Status:
Capabilities:
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-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-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-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
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 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