EGodly Cybercrime Group: Ties to DOGE Staffer and Cybercriminal Activities

Listen to this Post

The cybercrime group EGodly, linked to Edward Coristine (a teenage DOGE staffer), has been involved in phone hijacking, law enforcement email breaches, and cryptocurrency theft. The group leaked personal details of an FBI agent, including his phone number, home photos, and a prank call recording. Reuters verified some claims, though the FBI agent (now retired) confirmed EGodly’s ties to swatting—hoax calls to trigger armed police responses.

Key Cybercriminal Tactics Used by EGodly

1. Phone Hijacking (SIM Swapping)

  • Attackers social-engineer telecom providers to transfer victim numbers to their SIMs.
  • Mitigation: Enable multi-factor authentication (MFA) not tied to SMS.

2. Law Enforcement Email Breaches

  • Likely via phishing or credential stuffing.
  • Mitigation: Use Yubikey or TOTP-based MFA.

3. Cryptocurrency Theft

  • Stolen via exchange hacks or wallet compromises.
  • Mitigation: Store crypto in cold wallets (e.g., Ledger, Trezor).

4. Doxing & Swatting

  • Leaked personal data to harass targets.
  • Mitigation: Minimize public data exposure (e.g., Have I Been Pwned).

You Should Know: Practical Cybersecurity Commands & Steps

1. Detect SIM Swap Attempts (Linux/Windows)

  • Linux: Check carrier logs via `journalctl -u NetworkManager`
  • Windows: Audit SIM changes via PowerShell:
    Get-WinEvent -LogName "Security" | Where-Object {$_.Id -eq 4720} 
    

2. Secure Email Accounts