GCED · Question #3
Why would the pass action be used in a Snort configuration file?
The correct answer is A. The pass action simplifies some filtering by specifying what to ignore. The pass action is defined because it is sometimes easier to specify the class of data to ignore rather than the data you want to see. This can cut down the number of false positives and help keep down the size of log data. False positives occur because rules failed and…
Question
Why would the pass action be used in a Snort configuration file?
Options
- AThe pass action simplifies some filtering by specifying what to ignore.
- BThe pass action passes the packet onto further rules for immediate analysis.
- CThe pass action serves as a placeholder in the snort configuration file for future rule updates.
- DUsing the pass action allows a packet to be passed to an external process.
- EThe pass action increases the number of false positives, better testing the rules.
How the community answered
(52 responses)- A92% (48)
- B2% (1)
- C4% (2)
- D2% (1)
Explanation
The pass action is defined because it is sometimes easier to specify the class of data to ignore rather than the data you want to see. This can cut down the number of false positives and help keep down the size of log data. False positives occur because rules failed and indicated a threat that is really not one. They should be minimized whenever possible. The pass action causes the packet to be ignored, not passed on further. It is an active command, not a placeholder.
Topics
Community Discussion
No community discussion yet for this question.