FakeNet - Windows Network Simulation Tool for Malware Analysis
FakeNet is a tool that aids in the dynamic analysis of malicious software. The tool simulates a network so that malware interacting with a remote host continues to run allowing the analyst to observe the malware's network activity from within a safe environment.
Features:
- Supports DNS, HTTP, and SSL
- HTTP server always serves a file and tries to serve a meaningful file; if the malware request a .jpg then a properly formatted .jpg is served, etc. The files being served are user configurable.
- Ability to redirect all traffic to the localhost, including traffic destined for a hard-coded IP address.
- Python extensions, including a sample extension that implements SMTP and SMTP over SSL.
- Built-in ability to create a capture file (.pcap) for packets on localhost.
- Dummy listener that will listen for traffic on any port, auto-detect and decrypt SSL traffic and display the content to the console.
FakeNet uses a variety of Windows and third-party libraries. It uses a custom HTTP and DNS server to respond to those request. It uses OpenSSL to wrap any connection with SSL. It uses a Winsock Layered Service Provider (LSP) to redirect traffic to the localhost and to listen for traffic on new ports. It uses python 2.7 for the python extensions. And, it creates the .pcap file by reconstructing a packet header based on the traffic from send/recv calls.
You might also like:
- NIELD - Network Interface Events Logging Daemon
- IgorWare Hasher - Tool For Verifying The Integrity Of Downloaded Files
- BlackArch Linux - Penetration Testing Distribution
- AIEngine - An Artificial Intelligent Intrusion Detection System Engine
- GoldenEye - Denial of Service (DoS) Attack Tool
- Simple Packet Sender - A Linux Packet Crafting Tool
- Windbgshark - Windbg Extension for VM Traffic Manipulation & Analysis
- ExifTool - Tool For Reading, Writing and Editing Meta Information In Files
- XSS Shell - XSS Backdoor & Zombie Manager
- DAVOSET - Tool For Performing DDoS Attacks Via Other Sites
- Router Password Kracker - Tool For Cracking Router/Modem/Website Passwords
- Memoryze - Memory Forensics Tool
- Xplico - Network Forensic Analysis Tool
- Srm - Command-line Tool For Deleting Files Permanently
- CIAT - Crypto Implementations Analysis Toolkit
- Proxyp - Multithreaded Proxy Enumeration Utility
from Effect Hacking full article here