Xloader - //top\\

XLoader: The Persistent Malware-as-a-Service Successor to Formbook

In the shadowy world of cybercrime, few tools have demonstrated the longevity and adaptability of XLoader. Emerging in 2020 as the direct successor to the infamous Formbook information stealer, XLoader quickly established itself as a dominant force in the Malware-as-a-Service (MaaS) ecosystem. Its creators marketed it aggressively on underground forums as a faster, more stable, and more feature-rich evolution of its predecessor, making advanced cyber attacks accessible even to low-skilled criminals.

Network Indicators

Host-Based Detection (YARA Rule Snippet)

rule XLoader_Windows_Loader 
    meta:
        description = "Detects XLoader dropper based on embedded RC4 key"
    strings:
        $rc4_key =  4D 61 72 6B 65 74 69 6E 67  // "Marketing"
        $xor_loop =  80 34 08 01 41 80 3C 08 00  // XOR + counter
    condition:
        uint16(0) == 0x5A4D and ($rc4_key or $xor_loop)

What XLoader is

5. Command & Control (C2) Communication

The malware uses HTTP/HTTPS to communicate with its C2 server. It obfuscates its traffic to blend in with normal web requests. The stolen data is compressed, encrypted (often using XOR or RC4 algorithms), and exfiltrated to the attacker’s server. xloader

For Organizations: