Advertisement

YaraHunter : A Comprehensive Malware Scanning Tool

0
YaraHunter, developed by Deepfence, is a versatile malware scanner designed for cloud-native environments. It leverages YARA rulesets to detect indicators of compromise (IOCs) in...

Stuxnet : The Blueprint Of Modern WMI-Based Cyber Threats

0
Stuxnet, a groundbreaking cyberweapon first discovered in 2010, targeted Iran's nuclear facilities, marking a significant evolution in cyber warfare. It exploited four zero-day vulnerabilities...

WhacAMole : A Comprehensive Malware Analysis Tool

0
WhacAMole (WAM) is a cutting-edge tool designed for in-depth memory and process analysis to detect, investigate, and document anomalies caused by malware. It offers...

Relocatable : A Tool For Position Independent Code

0
Relocatable is an innovative tool designed to simplify the creation of Position Independent Code (PIC) in C. This tool enables developers to write C...

StoneKeeper C2 : A Research-Oriented Command-And-Control Framework For EDR Evasion

0
The StoneKeeper C2 is an experimental command-and-control (C2) framework designed for research purposes, focusing on modern Windows malware tactics and Endpoint Detection and Response...

LitterBox : The Ultimate Sandbox Environment For Malware Testing And Red Team Operations

0
Your malware's favorite sandbox - where red teamers come to bury their payloads. A sandbox environment designed specifically for malware development and payload testing. This Web...

Minegrief : Unpacking A Crafty Minecraft Malware

0
Self-spreading to other Minecraft servers using an extendable, module-based lateral movement system. Crafty Controller Auth'd RCE - undisclosed, unpatched, intentional(?) Auth'd RCE in Crafty Controller,...

HellBunny : Advanced Shellcode Loader For EDR Evasio

0
HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect syscalls for evading EDR hooks. It can be built...

hrtng IDA Plugin : Elevating IDA’s Capabilities For Advanced Malware Analysis

0
hrtng IDA plugin is a collection of tools, ideas and experiments from different sources I've found interesting and useful in my reversing work. A practical...

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

0
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections. Each section is encrypted individually using its own 16-byte...
MCP

Understanding the Model Context Protocol (MCP) and How It Works

0
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open standard that enables AI applications, such as large language models,...
file command

 The file Command – Quickly Identify File Contents in Linux

0
While file extensions in Linux are optional and often misleading, the file command helps decode what a file truly is. This powerful utility analyzes the actual...
touch command

How to Use the touch Command in Linux

0
The touch command is one of the quickest ways to create new empty files or update timestamps for existing files in Linux. It’s widely used by...
find command

How to Search Files and Folders in Linux Using the find Command

0
Handling large numbers of files is routine for Linux users, and that’s where the find command shines. It’s a dynamic tool that helps you search for...
mv command

How to Move and Rename Files in Linux with the mv Command

0
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy to relocate or rename items without hassle. Whether organizing...