Earlier quoted context omitted.
False detection is a nightmare in the corporate world and this IT worker bashes his head every time he runs across it. Nirsoft tools? Bam, "virus" and "malware". How dare you! Tailscale website? Uh-oh, ZScaler thinks that's a "remote access tool" so you're being given a click-through formal warning! The Framework website? Uh-oh, .work is a bad TLD! Can't browse to that, it could be evil!
I mean - Tailscale is a remote access tool...
NFCGate flagged as malware even after multiple followups saying it isn't
11–17 of 17 posts
Re: NFCGate flagged as malware even after multiple followups saying it isn't
#12This reminds me of may of one of my favourite piece of software, Mail PassView, which is (AFAIK) considered Malware bei Windows/Defender because it shows you the passwords you entered yourself in Outlook (but forgot to write down somehwere). Flagging Malware is hard, and research/dev tools are always behaving at least similar to Malware (because we want to get data/do stuff regular users won't do).
False detection is a nightmare in the corporate world and this IT worker bashes his head every time he runs across it. Nirsoft tools? Bam, "virus" and "malware". How dare you! Tailscale website? Uh-oh, ZScaler thinks that's a "remote access tool" so you're being given a click-through formal warning! The Framework website? Uh-oh, .work is a bad TLD! Can't browse to that, it could be evil!
Re: NFCGate flagged as malware even after multiple followups saying it isn't
#13This reminds me of may of one of my favourite piece of software, Mail PassView, which is (AFAIK) considered Malware bei Windows/Defender because it shows you the passwords you entered yourself in Outlook (but forgot to write down somehwere). Flagging Malware is hard, and research/dev tools are always behaving at least similar to Malware (because we want to get data/do stuff regular users won't do).
But the main characteristic of malware is that it works for someone other than the user, no? Research software works for the user themselves.
Re: NFCGate flagged as malware even after multiple followups saying it isn't
#14Re: NFCGate flagged as malware even after multiple followups saying it isn't
#15Earlier quoted context omitted.
And something using keystroke injection to abuse the exception?
Is called an automation tool. Like Powershell, or Microsoft Automate or Tosca, who can all run keystroke injection, but aren't flagged.
Then, when the exception has to be revoked, the backlash is massive. Look up the recent example of the driver FanControl used to issue SMBus commands being blacklisted.
Re: NFCGate flagged as malware even after multiple followups saying it isn't
#16Earlier quoted context omitted.
Is called an automation tool. Like Powershell, or Microsoft Automate or Tosca, who can all run keystroke injection, but aren't flagged.
My question was rhetorical and intended to point out that granting an exception for 'good' software to do a bad thing is just allowing bad actor to do the bad thing. Then, when the exception has to be revoked, the backlash is massive. Look up the recent example of the driver FanControl used to issue SMBus commands being blacklisted.
It has been the norm since we first started automating processes designed more for people than automation. It will remain the norm for as long as that exists.
Re: NFCGate flagged as malware even after multiple followups saying it isn't
#17I have the same problem because my installer uses NSIS. And once my DLL also was flagged as a virus / malware even though it's completely legit :/ , everything is signed properly. Anyone knows how to improve this situation ?