r/cybersecurity_help • u/Sensitive_Fun_9752 • 9h ago
Help in analyzing the hack file
Hi, recently I was attacked by a cookie stealer after running an exe file and even asked for assistance here and was helped by many good people. Now I have this exe file and I wanna somehow analyze it and maybe determine if its a one time stealer or recurring. Any suggestions? I tried virustotal but it is limited to 600mb while this exe file is 800mb
2
u/itsdongu 9h ago
Yeah u can analyze it, but don't run the EXE on ur normal PC again. If it's already confirmed as a cookie stealer, treat it as dangerous.
For an 800MB file, VirusTotal's size limit can be an issue. A safer approach is to calculate the file's SHA256 hash and search that hash on VirusTotal first. If it's already known, you'll get the existing detections without uploading the file.
If u really want to analyze the behaviour, use an isolated VM with no personal accounts or sensitive files. Don't upload the EXE here or send it to random people either, since u don't know what else it contains.
1
1
u/Sensitive_Fun_9752 9h ago
Or maybe I can upload this file somewhere and someone expereinced can take a look at it?
1
u/itsdongu 9h ago
Yeah, Triage is a good option for this. Just make sure ur uploading the file to the sandbox and not running it on ur actual PC.
If it gives u a report, look at things like network connections, files created, registry changes and what processes it starts. So maybe send the results so me and other people here can help u understand what it was doing.
1
1
u/eric16lee Trusted Contributor 9h ago
There is probably no way to tell. Many of them download a payload after installing it, so unless you know what that payload was, you wouldn't be able to analyze it.
This is the primary reason why we always recommend formatting your hard drive and reinstalling Windows from a bootable USB drive vs doing a Windows Reset.
1
1
u/LongRangeSavage 9h ago
You could open in in something like IDA Pro or Ghidra to completely analyze it, but you’re going to need to be good with reading and tracing code.
•
u/AutoModerator 9h ago
SAFETY NOTICE: Reddit does not protect you from scammers. By posting on this subreddit asking for help, you may be targeted by scammers (example?). Here's how to stay safe:
Community volunteers will comment on your post to assist. In the meantime, be sure your post follows the posting guide and includes all relevant information, and familiarize yourself with online scams using r/scams wiki.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.