156-215.80 · Question #260
What happens when you run the command: fw sam -J src [Source IP Address]?
The correct answer is A. Connections from the specified source are blocked without the need to change the Security. The 'fw sam -J src' command dynamically blocks all connections originating from a specified source IP address at the kernel level without requiring a Security Policy change or reinstall.
Question
What happens when you run the command: fw sam -J src [Source IP Address]?
Options
- AConnections from the specified source are blocked without the need to change the Security
- BConnections to the specified target are blocked without the need to change the Security Policy.
- CConnections to and from the specified target are blocked without the need to change the Security
- DConnections to and from the specified target are blocked with the need to change the Security
How the community answered
(31 responses)- A87% (27)
- B3% (1)
- C3% (1)
- D6% (2)
Why each option
The 'fw sam -J src' command dynamically blocks all connections originating from a specified source IP address at the kernel level without requiring a Security Policy change or reinstall.
The fw sam (Suspicious Activity Monitor) tool operates independently of the installed Security Policy by injecting blocking rules directly into the Check Point kernel. The '-J' flag activates blocking, and the 'src' keyword scopes the block to traffic originating from the given source IP address. This allows immediate response to threats without the delay of a policy compilation and installation cycle.
The 'src' keyword targets connections by their source IP address, not their destination; blocking by destination requires the 'dst' keyword instead.
Blocking traffic both to and from a target requires different syntax; 'src' only applies the block to connections where the specified IP is the source.
The primary purpose of fw sam is to block traffic without requiring a Security Policy change - requiring a policy change would defeat its purpose as a rapid-response tool.
Concept tested: Check Point fw sam command dynamic source IP blocking
Source: https://support.checkpoint.com/results/sk/sk101073
Topics
Community Discussion
No community discussion yet for this question.