I wrote a program (not a virus) on my computer. Windows deleted the exe immediately after I compiled it because it was “an unverified application from an unknown source”.
It didn’t bother deleting the batch script I downloaded from an email that would delete all files if run. Apparently that one was fine.
What language was it written in? I read that Microsoft Defender likes to flag the baked-in runtime of some languages as malware because they commonly shows up in actual nalware.
It relies on the .NET runtime already existing on the system, so it can’t even be excused as a false positive mistaking an embedded language runtime as malware.
I wrote a program (not a virus) on my computer. Windows deleted the exe immediately after I compiled it because it was “an unverified application from an unknown source”.
It didn’t bother deleting the batch script I downloaded from an email that would delete all files if run. Apparently that one was fine.
What language was it written in? I read that Microsoft Defender likes to flag the baked-in runtime of some languages as malware because they commonly shows up in actual nalware.
C#. The language made by Microsoft.
That is incredibly ironic.
It relies on the .NET runtime already existing on the system, so it can’t even be excused as a false positive mistaking an embedded language runtime as malware.
Well that script was ran on enough other computers, so the magic algorithm decided if everyone else ran it, it must be fine.
The script was from a verified source.