312-50V11 · Question #724
Which of the following statements is FALSE with respect to Intrusion Detection Systems?
The correct answer is A. Intrusion Detection Systems can easily distinguish a malicious payload in an encrypted traffic. IDS systems cannot inspect the contents of encrypted traffic, making the claim that they can 'easily distinguish' malicious payloads in encrypted streams a false statement.
Question
Which of the following statements is FALSE with respect to Intrusion Detection Systems?
Options
- AIntrusion Detection Systems can easily distinguish a malicious payload in an encrypted traffic
- BIntrusion Detection Systems can examine the contents of the data in context of the network
- CIntrusion Detection Systems can be configured to distinguish specific content in network packets
- DIntrusion Detection Systems require constant update of the signature library
How the community answered
(40 responses)- A90% (36)
- B5% (2)
- C3% (1)
- D3% (1)
Why each option
IDS systems cannot inspect the contents of encrypted traffic, making the claim that they can 'easily distinguish' malicious payloads in encrypted streams a false statement.
Network-based IDS relies on deep packet inspection and signature matching against payload content. When traffic is encrypted (TLS/SSL), the payload is ciphertext and is opaque to the IDS engine. Without performing SSL/TLS interception or decryption, the IDS cannot read or match signatures against the data, making this statement false and the correct answer.
This is true - IDS can examine packet contents within the context of entire network sessions and flows, which is a core capability.
This is true - IDS can absolutely be configured with specific content signatures or rules (such as Snort rules) to match particular strings or byte patterns in unencrypted packets.
This is true - signature-based IDS requires continuous signature library updates to detect newly discovered attack patterns and malware.
Concept tested: IDS limitations with encrypted network traffic
Source: https://www.cisco.com/c/en/us/td/docs/security/ips/7-0/configuration/guide/idm/idmguide7/idm_overview.html
Topics
Community Discussion
No community discussion yet for this question.