Dracula | Logger Exe

By monitoring USB device plug-ins, PowerShell command history, and unusual logon hours, Dracula Logger acts as a host-based intrusion detection system (HIDS).

sits at the intersection of Gothic lore and modern cyber-espionage, a piece of malware designed not to destroy, but to drain. Like its namesake, it is a creature of the dark, operating in the unseen corners of a system’s memory, quietly siphoning the lifeblood of the modern era: The Digital Vampire Dracula Logger exe

: Modern email security platforms can identify BEC attempts by analyzing deviations from typical user profiles, such as unusual login times or geolocations. version: 3

version: 3.2 logger: mode: "agent" # can be 'standalone', 'agent', or 'server' storage: path: "./logs" max_size_mb: 500 encrypt: true monitoring: processes: - "chrome.exe" - "powershell.exe" - "*" # asterisk means all processes exclude_processes: - "Dracula Logger exe" file_paths: - "C:\\Windows\\System32\\drivers\\etc\\hosts" - "C:\\Users\\*\\AppData\\Local\\Temp\\*" network: capture_outbound: true capture_inbound: false suspicious_ports: [4444, 1337, 31337] alerts: on_new_process: true on_file_change: true email: "admin@yourdomain.com" By monitoring USB device plug-ins

Scroll to Top