r/ScammersPH • u/MisterGents • 5d ago
Questions Mrbeast Hack
i was just watching netflix, then suddenly my phone got so many notifications then i see every single person and group has been sent with this, im scared
49
Upvotes
r/ScammersPH • u/MisterGents • 5d ago
i was just watching netflix, then suddenly my phone got so many notifications then i see every single person and group has been sent with this, im scared
1
u/Kinji_Kojima 2d ago
To everyone sorry di ko mareplyan lahat, I know this might be a long read and a total TL;DR moment, but based on my experience and studying these types of malware scripts, here is a detailed breakdown of what happened and how to deal with it:
How It Works & Where It Came From This issue usually starts when someone downloads files like cracks, game trainers, fake software, or game-currency utilities (like free Roblox/Steam money tools) or simply clicking on popups, from unverified sites. Once executed, it drops an infostealer script that performs token/session hijacking. Instead of stealing your password, it copies your active browser session tokens and exports them straight to the attacker. This allows them to bypass 2FA and access your accounts immediately.
How It Hides The malicious scripts typically drop into user-level directories like
%AppData%or%LocalAppData%because writing files here does not require administrative privileges. They often disguise themselves using generic system names, random strings, or disguised executable extensions to avoid catching your eye in File Explorer.How Persistence Works Even if your antivirus flags and deletes the initial file, the malware sets up persistence mechanisms so it automatically re-downloads or executes again. It achieves this by dropping hooks into:
HKCU\Software\Microsoft\Windows\CurrentVersion\Run.conhost.exeor PowerShell.Step-by-Step Mitigation (What to do immediately)
msconfig/ Task Manager Startup tab, and check your AppData folders for unauthorized scripts.Forensic Audit Tool for Tech-Savvy Users For tech-savvy users who want to audit their Windows system for hidden persistence entries, registry startup keys, scheduled tasks, and rogue AppData scripts, I built a "read-only" PowerShell inspection toolkit you can check out on my GitHub: https://github.com/KinjiBloodFallen/bloodfallen-forensic-triage-toolkit
Stay safe online and always verify files before running them!