INTERFACE: eth0 (PROMISC)SNIFFING
dashboardmodule-04
CRITICAL

Multi-Vector Persistence

Interactive simulation and visual analysis of the attack vector.

01Registry Run Keys

The simplest and most common form of Windows persistence. Malware writes its file path to HKCU\Software\Microsoft\Windows\CurrentVersion\Run so it executes every time the user logs in.

Registry Editor
Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
  • HKEY_CLASSES_ROOT
  • HKEY_CURRENT_USER
  • HKEY_LOCAL_MACHINE
    • Software
      • Microsoft
        • Windows
          • CurrentVersion
            • Run
            • RunOnce
  • HKEY_USERS
NameTypeData
(Default)REG_SZ(value not set)
SecurityHealthREG_EXPAND_SZ%windir%\system32\SecurityHealthSystray.exe

02WMI & Scheduled Tasks

For deeper lateral persistence, malware weaponizes Windows Management Instrumentation (WMI) event subscriptions or the Task Scheduler to trigger fileless payloads upon system boot or inactivity.

Windows Task Scheduler (Weaponized)
Task Scheduler Library
NameStatusTriggersNext Run TimeAction
Adobe Acrobat UpdateReadyEvery day at 12:00 PM12:00:00 PMC:\Program Files\...
GoogleUpdateTaskReadyAt log on of any userN/AC:\Program Files (x86)\...

03Service Hijacking

Advanced malware with Administrator privileges installs itself as a background Windows Service. This guarantees it runs immediately on boot and executes as 'NT AUTHORITY\SYSTEM', the highest privilege level.

root@kali:~# msfconsole
meterpreter > shell
Process 8102 created.
Channel 1 created.

Services (Local)
NameDescriptionStatusStartup TypeLog On As
Windows AudioManages audio for Windows...RunningAutomaticLocal Service
Windows DefenderHelps protect your computer...RunningAutomaticLocal System