cookie based c2

About this tag
Cookie-based C2 refers to a command-and-control technique where malware uses HTTP cookies to communicate with its operator, blending malicious traffic with legitimate web activity. On WindowsForum, a detailed breakdown of the BazarLoader campaign shows how attackers abused the Windows App Installer (ms-appinstaller/AppInstaller.exe) to deliver AppX packages that installed BazarBackdoor. The malware then used cookie-based C2 traffic to profile the host and maintain persistence, while leveraging living-off-the-land binaries like regsvr32, PowerShell, and msedge to execute payloads. This approach bypassed simple file-based detection and highlighted security gaps in how digital signatures and AppX packages are validated on Windows systems.
  1. BazarLoader Attack via Windows App Installer: Stealthy AppX Delivery and Cookie C2

    The BazarLoader “call me back” campaign weaponized a little-known Windows 10 installation pathway — the ms-appinstaller/AppInstaller.exe flow — to deliver AppX packages that silently installed BazarBackdoor, abused legitimate Windows tooling for execution, and relied on cookie-based...