QuestionQ481
Intrusion Detection System RulesWhich statement best characterizes the string-matching method used in signature analysis?
- A String matching searches specific strings that may indicate an attack.
- B String matching examines multiple fields from different protocols, such as source address, destination port, or TCP flags.
- C In string matching, each packet is wrapped in predefined layers of different protocols.
- D In string matching, an incoming packet is compared, byte by byte, with a single signature, a string of code.
Community Discussion