-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Symantec Endpoint Protection detects virus Heur.AdvML.D in latest shims #5730
Comments
Were you using the develop branch? |
Yes, I am using the develop branch. It actually does not matter, what app I am installing. If scoop install or scoop reset creates a shim, the shim executable is detected as virus. A colleague of mine already sent an exemplary executable to Symantec, I am curios what they say. I created this issue in case somebody else is having the same problem. |
I had a similar detection (Heur.AdvML.D) when I installed packages which themselves had false positives in them. |
This is related to #5559 which modifies shims subsystem. The modified shim is reported as a false positive. |
I would like to say that antiviruses generally flag You can look at the VT reports of various shim binaries:
Now, no VT report had Symantec Endpoint Protection flagging the shim as malware. I would also like to point out that, there isn't much difference between the compiled and the patched shims. For instance, using % radiff2 .\shim-patched.exe .\shim-gui.exe # differ by 20 bytes
0x00000088 485dabb6 => 825c948c 0x00000088 # difference in timestamp
0x000012f8 efb84aaa45fe8e49b7b7ad065d37aef5 => 44f7cdf184e8b2438e14e7cf656214f2 0x000012f8 # some hash If #5559 was only the issue, the console shims should work fine, shouldn't they?
I think we are missing some detail in the issue. |
Hi, sorry for my late reply. I installed 7zip, totalcommander and sysinternals. All GUI shims were put into quarantine by our company's SEP installation. A colleague from IT sent an examplary GUI shim together with some information about how they are created to Broadcom. They confirmed the false positive and whitelisted the signature of the current GUI shim. After updating the virus definitions via life update the problem was gone for me and all my colleagues. |
Bug Report
Current Behavior
Scoop is currently not usable at my company due to (maybe) false positives of Symantec Endpoint Security. Newly created shims are detected as virus. So no apps can be installed/updated.
Expected Behavior
Shims shall work on PC's with Simantec Endpoint Protection.
Additional context/output
Possible Solution
System details
Windows version: 10
OS architecture: 64bit
PowerShell version: default 5.1
Additional software: Symantec Endpoint Protection
The text was updated successfully, but these errors were encountered: