Which of the following is considered best practice for preventing e-mail spoofing?
Which of the following is considered best practice for preventing e-mail spoofing?
A. Cryptographic signature
B. Uniform Resource Locator (URL) filtering
C. Spam filtering
D. Reverse Domain Name Service (DNS) lookup
This question appears to be straight forward. They have A as the answer. In my opinion A cannot be the answer. According to NIST 800 SP 45:
Because most email messages are protected individually by digitally signing and optionally encrypting
them, this section focuses on the use of these methods. The most widely used standards for signing
messages and encrypting message bodies are Open Pretty Good Privacy (OpenPGP) and
Secure/Multipurpose Internet Mail Extensions (S/MIME).8
Both are based in part on the concept of
public key cryptography, which involves a user having a pair of related keys: a public key that anyone can
hold, and a private key that is held exclusively by its owner. Because public key cryptography is so
computationally intense, it is used sparingly in email security; symmetric key cryptography, which is
much more efficient, is much more heavily used.
B- is also not the answer ( This is just a content filter)
C- seems reasonable. C seems to be a combination of C and D.
D- Reverse DNS is a method that commonly used in spam filter software. So although this is true C takes D into account
Is my logic flawed?