-
Use a website like RatRater2 and drag in the mod you want to download. If it says it’s a RAT, don’t run it. If it says it’s obfuscated, it’s most likely a RAT unless it’s a paid mod (it can still be a RAT). Note that RAT checkers may not always detect the RAT.
-
You can also use a tool like JavaDecompiler to look through the code. If you find methods like
player.getSession().getSessionIdorMethod_310when compiled, or if it tries to access files likeC:\Users\*yourusername*\.lunarclient\settings\game/accounts.jsonor%appdata%/feather/accounts.json, it’s trying to steal your client token. If it tries to contact an API likehttps://ipapi.co/or if it has a Discord webhook that looks likehttps://discord.com/api/webhooks/xxxxx/xxxx, or a remote server using public IP address that can looks like74.125.xxx.xxx, it is likely malicious.
The Discord verify scam is common in Hypixel-Skyblock. It usually relies on a person inviting you to a Discord server advertised as a place for help, giveaways, etc. A Discord bot may ask you to verify your Minecraft account with your username and email. It will send a reset password or access request to your email, asking for an OTP (one-time password) or session ID, allowing them to log into your Minecraft account or even steal your entire Microsoft account.
Use a VPN or proxy with a VM like VMware. Refer to this video for guidance. Use an alternative account or software like TLauncher to prevent them from getting your Session-ID for Minecraft. It may seem safe to run it offline, but it may set itself to autostart, allowing them to start the RAT as soon as you boot your computer.
Some advanced malware may have anti-debug features that check for programs like Process Hacker or ProcMon. It may also check for specific usernames, IP addresses, HWID, disk names, etc. Consider using software like "Dolus." Watch this video for more information.
If it is on websites or software like Modrinth or CurseForge, it’s most likely not a RAT because they check through the code to ensure it’s not malware and verify that the person you are trusting is not impersonating someone else.
- Fogma: Creating the repo and writing all the content.
- 3000IQPlay: Some of the content comes from him. GitHub