You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- My problem is that I have no influence which reader is going to be used, I have to filter out the potential malicious files before they reach the target pc.arc_lupus– arc_lupus2015-05-05 12:58:23 +00:00Commented May 5, 2015 at 12:58
- An upstream anti-virus scan is your best bet so answer such a requirement. But, you would be right to think that it will not be able to filter everything, all known and unknown threats (despite some of their claims...). That's why you need to implement in-depth defense and have some security implemented on the end-user desktop environment too.WhiteWinterWolf– WhiteWinterWolf2015-05-05 13:03:57 +00:00Commented May 5, 2015 at 13:03
- No internet connection available, that is my second problem (otherwise I would have used the virustotal access).arc_lupus– arc_lupus2015-05-05 13:13:27 +00:00Commented May 5, 2015 at 13:13
- I meant an anti-virus installed on a machine which will be in measure to scan the file before it is available to the end-user (installed on the mail or file server for instance). If there is no Internet access, a special care should be taken to apply offline signature database updates to the anti-virus.WhiteWinterWolf– WhiteWinterWolf2015-05-05 17:36:54 +00:00Commented May 5, 2015 at 17:36
- 1@WhiteWinterWolf I only use Chrome PDF to read pdfs do you think this is dangerous ? Could you clarify why one should not use browsers built-in PDF readers? At least on chrome it is sandboxed and can't touch your PC, and you can see PDFs from web without needing to download them in first placeFreedo– Freedo2015-05-06 02:40:59 +00:00Commented May 6, 2015 at 2:40
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you