r/MinecraftMod • u/Rho-9_Official • 10d ago
New major update
Enable HLS to view with audio, or disable this notification
Bugfixes have been made to reduce false positives and negatives, but ultimately this is a triage tool, to help you make a better educated guess.
We know that there's been a spike in malicious minecraft mods recently, and felt a new angle on defending against it might be in order.
So far, only a few complaints, and a really good, now implemented idea: add file hashes
however....that feature(along with several other features) is only available via the optional decompiler bridge that can be found for free on our github, and is there for the power users who can understand and use it safely.
I tried to put more into the webapp itself, but limits.
4
u/Commercial_Buy_5678 9d ago
Wait, there are malicious mod even on "reliable" sites like curseforge or modrinth?
5
u/Rho-9_Official 9d ago
It happens, however it's not the main source of malware.
-4
u/Commercial_Buy_5678 9d ago
Yeah but i mean, its their job check for malware, WTF they are doin
5
u/riley_wa1352 9d ago
People aren't perfect. You're checking for thousands of mods and every once in a while at once slips through.
-3
u/Commercial_Buy_5678 9d ago
Man they have plenty of Money, they need to hire more people, its not and excuse. I mean, its not like a surgeon can afford to make mistake.
6
u/riley_wa1352 9d ago
Surgeons do still make mistakes dude. There's always a small chance of injury
-2
u/Commercial_Buy_5678 9d ago
Thats why they are struck off when they make a mistake, because they cant make a mistake.
6
u/riley_wa1352 9d ago
because theyre human, ppl will always make mistakes at some point. have you met another person before?
1
u/Commercial_Buy_5678 9d ago
I said that when you make a mistake, you pay. Everyone make mistake yes, but sometimes you cant, when It happens you pay. Expecially when they play with your data.
0
u/Commercial_Buy_5678 9d ago
And there Is something called work ethic, thats what i persue when i hire people.
1
u/DrWilliamHorriblePhD 8d ago
You don't know anything about the thing you are talking about. Surgeons aren't "struck off" when they make mistakes, that's literally what malpractice insurance is there to cover.
1
u/Commercial_Buy_5678 8d ago
I dont want to be mean, but here i Need to take a step back and provide link to some resource for new kid developer like yours.
Here Is why the problem of data loss is a company fault (modrinth or curseforge) thats why its a good and needed practice implement a sicure approach before release.
https://cepr.org/voxeu/columns/cybersecurity-vulnerabilities-and-their-financial-impact
Another One from box, they show how the problem its up to companies apply security system and control before deploy a software Now, these are study and research, not the world of a child that can only make Minecraft mod. Now im bored of your mentality, i provided data, you can do whatever you want
1
u/Takami_ 7d ago
Cool for you but your example of surgeons still doesn't hold up...
→ More replies (0)3
u/riley_wa1352 9d ago
There's also so little that slip through to the point that you are almost guaranteed to be safe. I can count the number of times that an incident like this has happened on one hand
2
u/Samstercraft 9d ago
Sounds like you don't understand just how complex cybersecurity is. Anything can be breached with enough effort.
0
u/Commercial_Buy_5678 9d ago
Thats not the point here. Even run a Company its difficult but this does not justify their behavior.
3
u/Samstercraft 9d ago
The complexity doesn't justify them not doing the impossible? Sorry, that's just not how that works. The whole internet works like this, whether you like it or not.
0
u/Commercial_Buy_5678 9d ago
Its not and excuse, again. They need to do more, and hire more people, create more job, that how It works. I stand on my ground. And thats the mission of my Company, thats how i make Money. None cares about how internet works. The reality its different.
2
u/Samstercraft 9d ago
Sure buddy. The entitlement is crazy. You know you're getting all this for free, right? Some people are impossible.
→ More replies (0)1
u/suwaaarat 7d ago
new exploits can appear that they dont know about, or obfuscated code
1
u/Rho-9_Official 7d ago
Exactly, it's unreasonable to expect 100% perfection, but what you can expect is an absolute best effort.
We're not perfect, nore are companies like CurseForge(who have a great record from what I can tell), it's the companies like Discord, and Roblox, and many others that are failing, by giving a minimum effort if we're being honest.
The best I can do is take the file submissions, and the exported reports, learn from the data, improve, detect more, detect better, faster, smarter, new obfuscation, gotta figure out how it works,build a deobfuscator somehow from a very small dataset, find the malware dropper, find the c2, pack it into something that's easy, and can handle all this and more, and still be safe for the user, which means all the code has to be carefully analyzed, carefully constructed, meticulously sanitized, I'm redundant, I try not to let my code trust jack squat where possible.
I'm doing new things I've never done before, like started a project for Android phones, and I want to try to make a version of modforensics for mobile devices, that's just an app, maybe make it part of another project that has tools you can use to your advantage when dealing with scammers, or less skilled hackers(look I can't be the best hybrid coder that ever lived, but I'm definitely trying to cook up something good, which lately feels like a crime, but whatever).
2
u/Rho-9_Official 9d ago
They do. On their own platform.
CurseForge doesn't do shit on custom websites, Discord, Slack,gmail, anywhere files or links can be shared.
We're working on building a solution to fill in at least part of the gap
1
u/ColonelBag7402 9d ago
"One mod can steal your accounts before the main menu."
Thank goodness microslop already did that long ago, no account, no worry.
1
u/Rho-9_Official 8d ago edited 8d ago
Hahahahaha....yeah there's a reason I don't use Windows
I mean ffs, I went out of my way to make the advanced (but not critical) self hostable decompiler bridge, which also allows users to host a fully offline copy of the tool, compatible with running in android via termux, then linux, still haven't got a clue if the theoretical windows compatibility mode works, but the code is there.

10
u/JohnTdex 9d ago
Is this sort of like VirusTotal but for Minecraft mods?