Solved This seems to be a huge security flaw in Edge and MS Defender.

Microsoft Edge is clearly inconsistent in blocking all EICAR tests from the OP except for the phishing test.
Anyway, the postulate from the OP ( "This seems to be a huge security flaw in Edge and MS Defender") is untrue, especially when Microsoft has its own testground website:
Untrue?

Well maybe its just the way my mind works. I know this is a test sight, and you guys know it is too. But my computer and software do not.

What I mean is... I go to the test site, the owners of the site say "You should NOT be able to see this page. If you can see it something is wrong (my words not theirs).

So I don't panic, because we all know this is a test page, but if my software for security doesn't stop this test page, then what happens when I accidently land on the real deal, will my software stop that?

In my mind, just using the logic, of knowing one page was allowed, then maybe all will be allowed. Thus I am in trouble.
 
In my mind, just using the logic, of knowing one page was allowed, then maybe all will be allowed.

Unfortunately, this logic has nothing to do with antiphishing effectiveness. You have to include the probabilities in your logic.
For example, when testing a highly counterfeit coin that has a 99% probability of showing a tail, the first head can occur on the first throw with a probability similar to that on the 10th throw (the difference is very small).
 
Last edited:
Here we go with statistics 🥳

I am afraid so.:)
This problem is visible in the AV testing reports (several AVs tested against the same samples). The information on whether the missed sample was the first tested, the 10th, or the 400th does not affect the AV effectiveness, so it is skipped.
 
Last edited:
IF this comment is true, yikes.....

Just last week I found even easier way how to bypass whole windows security. Create crappy app, put it on Microsoft store, later release update with malware. All 3rd party antivirus starts screaming, but not Windows defender because it was legitimately downloaded via microsoft store. Even when I was trying to get to flagged file with local admin privileges, Windows won't let me. I was not even able to delete folder via cmd. The only way how to uninstall it was with user account originally used for install.
 
IF this comment is true, yikes.....

Just last week I found even easier way how to bypass whole windows security. Create crappy app, put it on Microsoft store, later release update with malware. All 3rd party antivirus starts screaming, but not Windows defender because it was legitimately downloaded via microsoft store. Even when I was trying to get to flagged file with local admin privileges, Windows won't let me. I was not even able to delete folder via cmd. The only way how to uninstall it was with user account originally used for install.

This can happen, but such an attack vector is not effective in the wild due to the reputation filters.
Which crappy app did you have in mind?
 
This can happen, but such an attack vector is not effective in the wild due to the reputation filters.
Which crappy app did you have in mind?
Sorry for not giving more details Andy. I don't think the "commentor" left many details he just made the author; (PC Security Channel) aware that he had done so.

The video where the comment was made is here:
 
@annaegorov

Thanks. (y)
Although abusing the Microsoft Store is possible, the malware examples in the video do not use the Microsoft Store in any way.
The first is related to scripting and uses fileless methods. The second uses an MSI file as a payload.

In the wild, the first malware was also executed via malicious BAT files, which are still detected by only three AVS (Google, Varist, Kaspersky).
As the author of the video mentioned, such malware is poorly detected by standard AVs:

"And this is a classic example of how modern malware detonates and how it infects you without Windows Defender or antivirus picking it up ..."

In many cases, modern attacks end before signatures detect them, so the detection on Virus Total cannot be a reliable indicator of the AV effectiveness.
Anyway, in the second example (MSI payload), Microsoft Defender could block the attack as a 0-day, at the final stage, if the ASR rules were activated (AddInProcess32.exe blocked in an unusual location). Some AVs could mitigate the first (fileless) attack via the web shield or Network Protection.
At home, the recommended protection would be restricting scripts, at least by blocking outbound connections of PowerShell and some other LOLBins.

Edit.
The first malware was also included in the archive "Projeto Imobiliario Informacoes Precos ....rar" (actively used in malware campaigns originating from or targeting Brazil). The malicious archive is detected by 16 vendors on VT (including Microsoft Defender).
 
Last edited:
  • Like
Reactions: Divine_Barakah
The first (fileless) malware used the Rouki obfuscator, which was recently used to Target Thailand’s Healthcare Sector:

1786924282196.png


The infection chain is very similar to one from the video and ends with running a Python script.
It seems that most AVs (including MD) poorly detect BAT scripts used in the attack; however, they can block the part related to the Python tool required to run the final Python script (hash: 523388567630e4fbdc359f75232bf2ad82671a680d4bfdce0237fc30dfec4c80).
 
Last edited:
  • +Reputation
Reactions: Parkinsond