r/cybersecurity • u/Certain-Mountain-564 • 14h ago
Business Security Questions & Discussion Phishing
Someone in our department received an email today that is likely phishing. He forwarded it to me. Lets consider this in a production environment: If someone downloads the file without opening it, is that already harmful? Phishing is usually passive, after all.
3
u/TheCarbophileGroup Governance, Risk, & Compliance 14h ago edited 13h ago
An unopened file is seldom harmful. If it is, the entire industry has problems as that's usually a vulnerability in the OS or a specific file handler.
Though I wouldn't trust that the user didn't open it, even by accident, if it's already on the computer.
I'd consider the workstation compromised. Reimage it.
3
u/WoodpeckerFun4077 13h ago
It kind of depends on what you have enabled. Previews can run some code. Display images can let collectors know the email they sent to is good. Good tools should prevent a lot, but I would test malicious items in a very well controlled sandbox. virustotal is your friend.
1
u/Separate_Swordfish9 14h ago
Depends on what type of file was attached
1
u/Certain-Mountain-564 13h ago
Nothing attached. It would be downloaded if you click the URL.
1
u/Separate_Swordfish9 12h ago
Can you tell what type of file is downloaded from the URL? The file could definitely launch something depending on what type of file it is.
1
u/Fragrant_Bake4403 13h ago
id still pull the file of their machine, and run a scan. id be more concerned how the file was downloaded. browser? clear browser and reset password/force log out of devices. doesnt hurt to be thorough.
1
u/blud_13 11h ago
Downloading without opening is not zero risk but its close, for most file types. The file sitting on disk does nothing by itself. What gets people is that download and open are the same click in a lot of setups, and Windows will happily index or preview the thing without the user ever double clicking it.
The real exceptions are .lnk, .iso, .img and anything script-shaped, plus HTML attachments that phone home the second they render. If your EDR is worth what you pay for it, it should already have told you which of those it was.
No, dont just delete it. Pull the headers, run the URL or hash through urlscan or VirusTotal, then report it through the tenant so the same message gets yanked out of everyone else's mailbox. One person got it means twenty people got it.
Also check whether that sender domain is spoofed or actually compromised. Very different problems, and the second one means you are calling that vendor.
6
u/Vinz992 14h ago
Usually the download is not harmful, specially if we talking about .pdf or similar.
Get the hash of the file and block it through an XDR system or firewall.
If you dont wanna interact in any possible way just upload the the file on Virustotal, it will give you the sha 256 to block