If "yes", which one would you recommend to use ?
If "no", why ?
If "no", why ?
I beg to differ. I use FreeBSD as a desktop and I have found many PDF's with embedded JS.You never really "need" antivirus software.
An anti virus scanner can only protect you against what it knows, so has signatures for it. For the time frame from release in the wild until first virus signature creation you are unprotected.(for many years I use antivirus on Linux...and I believed that it protects me in the browser (at least))
How would that javascript ever get executed?I have found many PDF's with embedded JS.
As do I for decades and in my web dev company but I have never had a virus problem.I should use my machine as a Server and as a Desktop.
Yes, I understand this. I would like to know FreeBSD's practice related to antivirus.An anti virus scanner can only protect you against what it knows, so has signatures for it. For the time frame from release in the wild until first virus signature creation you are unprotected.
There is no "official policy". Largely because viruses like big numbers of dumb people or one specific well known OS.I would like to know FreeBSD's practice related to antivirus.
There's a special place in hell for the developer that came up with the brilliant plan to embed active content in an otherwise benign format. PDFs used to be safe.I have found many PDF's with embedded JS.
There's a special place in hell for the developer that came up with the brilliant plan to embed active content in an otherwise benign format.
YUP!jwz invented HTML e-mail
oh...no comment.Also think about such stories:
The implication of that (at least to me) is a knob in the PDF rendering application/library that would "play" the active content. If the knob is off by default, that is a good start, but the user can always turn it on or off as desired.There's a special place in hell for the developer that came up with the brilliant plan to embed active content in an otherwise benign format. PDFs used to be safe.
Absolutely. I'm sticking to PDF/A.If the rendering has no mechanism to play the content, it doesn't matter if the content is there.
Other key elements to PDF/A conformance include:[10][11][12]
Audio and video content are forbidden.
JavaScript and executable file launches are forbidden.
PDF/A - Wikipedia
en.wikipedia.org
I am not a hacker but here it goes. PDF has the payload and when you visit a website browser javacript runs the embedded code.How would that javascript ever get executed?
Uhhhh... It was researchers at Kaspersky who uncovered the Stuxnet virus back in 2010's. To build an effective defense against a virus or a DDoS - it does take a bit of knowledge of how it even works, and what's targeted.oh...no comment.
I tried to use Kaspersky only once - in late 90s. On Windows. It broke my MS Word. After that I never used it anymore.
In Linux I used DrWeb.
To make the "P" part of "PDF" irrelevant, incorrect, and obsolete.Flip side. Why would anybody embed a script inside a portable document file if not malicious.
That goes directly to my point about what is actually doing rendering of the document. Most browsers have a knob that lets you disable automatic execution of javascript, of course doing that can break a lot of websites.I am not a hacker but here it goes. PDF has the payload and when you visit a website browser javacript runs the embedded code.
Agreed. On the flip side of virus scanning is ensuring none of your critical O/S (and app) files have not been altered. This is where tripwire and aide can help out. Of course tripwire and aide are not a silver bullet. You simply can't install and forget them. Each needs a comprehensive change management strategy to work properly. Otherwise it's just noise.No. Not for a FreeBSD desktop system. Not for a server either. But you might want to add a virusscanner inline with your mailserver though. Or add one on a fileserver. Those are primarily intended to catch virusses for other systems like your Windows clients that use those services. Windows is still the primary target for 99% of the malware going around. De facto standard virusscanner in this case is security/clamav.
You do need to watch out for web applications though. These could get infected through bad or incorrectly handled code. FreeBSD servers can just as easily be infected that way as any other Linux or Windows server that runs that broken web application. Then your server may be prone to become part of a botnet. But a virusscanner isn't going to protect you here, most virusscanners aren't able to detect those attacks, so they add nothing and will only give you a false sense of security.