nerdexam
Check_Point

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.

Security Gateway Troubleshooting

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)
  • A
    87% (27)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (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.

AConnections from the specified source are blocked without the need to change the SecurityCorrect

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.

BConnections to the specified target are blocked without the need to change the Security Policy.

The 'src' keyword targets connections by their source IP address, not their destination; blocking by destination requires the 'dst' keyword instead.

CConnections to and from the specified target are blocked without the need to change the Security

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.

DConnections to and from the specified target are blocked with the need to change the Security

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

#fw sam#suspicious activity monitoring#source blocking#CLI commands

Community Discussion

No community discussion yet for this question.

Full 156-215.80 Practice