On February 11, 2025, Unit42 researchers Shu Wang, Daiping Liu, and Fan Fei published a timely threat intelligence report highlighting a surge in newly registered domains (NRDs) tied to sports-themed cryptocurrency scams.
These domains were identified in the two weeks leading up to the 2025 Super Bowl, a period often exploited by cybercriminals due to heightened public interest and online activity.
The report revealed that scammers are leveraging fraudulent meme coins and pump-and-dump crypto schemes to exploit unsuspecting victims.
By using sports-themed branding, celebrity imagery, misleading tokenomics, and aggressive marketing tactics, these scams aim to lure individuals into investing in worthless or fraudulent cryptocurrencies.
The primary tools employed by these malicious actors include:
To protect against such scams, individuals should:
Unit42’s timely threat intel underscores the importance of vigilance during major events like the Super Bowl.
By identifying and exposing these fraudulent domains early, cybersecurity experts can help mitigate risks and protect potential victims from falling prey to crypto scams.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…