Verified & Latest 156-587 Dump Q&As with Correct Answers [Q38-Q62]

Share

Verified & Latest 156-587 Dump Q&As with Correct Answers

Latest 156-587 dumps - Instant Download PDF

NEW QUESTION # 38
Which of these packet processing components stores Rule Base matching state-related information?

  • A. Handlers
  • B. Classifiers
  • C. Manager
  • D. Observers

Answer: D

Explanation:
The Terraform Registry allows any user to publish and share modules. Published modules support versioning, automatically generate documentation, allow browsing version histories, show examples and READMEs, and more. Public modules are managed via Git and GitHub, and publishing a module takes only a few minutes. Once a module is published, releasing a new version of a module is as simple as pushing a properly formed Git tag1.
Reference = The information can be verified from the Terraform Registry documentation on Publishing Modules provided by HashiCorp Developer1.


NEW QUESTION # 39
Which Daemon should be debugged for HTTPS inspection related issues?

  • A. WSTLSD
  • B. HTTPD
  • C. FWD
  • D. VPND

Answer: A

Explanation:
The WSTLSD daemon is responsible for handling HTTPS Inspection related issues on the Security Gateway. It performs SSL/TLS termination and re-encryption, certificate validation and generation, and URL categorization for HTTPS traffic1. The WSTLSD daemon can be debugged using the command wstlsd debug on TDERROR_ALL_ALL=52. The debug file is located in $FWDIR/log/wstlsd.elg2. The other daemons, such as FWD, HTTPD, and VPND, are not directly related to HTTPS Inspection, but rather to policy installation, web server, and VPN, respectively. References: 1: sk65144: HTTPS Inspection Architecture 2:
sk83520: How to debug the WSTLSD daemon


NEW QUESTION # 40
Which Daemon should be debugged for HTTPS Inspection related issues?

  • A. WSTLSD
  • B. HTTPD
  • C. FWD
  • D. VPND

Answer: A


NEW QUESTION # 41
In some scenarios it is very helpful to use advanced Linux commands for troubleshooting purposes. Which command displays information about resource utilization for running processes and shows additional information for core utilization and memory?

  • A. vmstat
  • B. top
  • C. mpstat
  • D. cptop

Answer: B

Explanation:
The top command is a Linux command that displays information about resource utilization for running processes and shows additional information for core utilization and memory. The top command provides a dynamic real-time view of the system, showing the processes that are consuming the most CPU, memory, and other resources. The top command also shows the total number of processes, the system load average, the uptime, and the CPU usage by user, system, and idle. The top command can be customized by using various options and interactive commands to change the display, sort the processes, filter the output, and kill processes.
The other commands are incorrect because:
* B. vmstat is a Linux command that displays information about the virtual memory, CPU, disk, and system activity. It does not show information about individual processes or core utilization.
* C. cptop is a Check Point command that displays information about the firewall kernel activity, such as the number of connections, packets, drops, and rejects. It does not show information about other processes or memory usage.
* D. mpstat is a Linux command that displays information about the CPU utilization by each processor or core. It does not show information about processes or memory usage.
References:
* top(1) - Linux manual page
* vmstat(8) - Linux manual page
* cptop - Check Point Software
* mpstat(1) - Linux manual page


NEW QUESTION # 42
Where do you enable log indexing on the SMS?

  • A. SMS object under "Other"
  • B. SMS object under "Advanced"
  • C. SMS object under "General Properties"
  • D. SMS object under "Logs"

Answer: D

Explanation:
Log indexing is a feature that enables faster and more efficient log searches in SmartLog and SmartEvent. To enable log indexing on the Security Management Server (SMS), you need to edit the SMS object in SmartConsole and go to the "Logs" tab. There you can configure the log indexing settings, such as the index location, the index size, the index frequency, and the index retention123. Reference:
1: CCTE Courseware, Module 2: Advanced Logs and Monitoring, Slide 9
2: Check Point R81 Logging and Monitoring Administration Guide, Chapter 2: Log Indexing, Page 17
3: Check Point R81 Logging and Monitoring Administration Guide, Chapter 2: Log Indexing, Page 18


NEW QUESTION # 43
What are the three main component of Identity Awareness?

  • A. Identity Source Identity Server (POP) and Identity Enforcement (PEP)
  • B. User, Active Directory and Access Role
  • C. Client, SMS and Secure Gateway
  • D. Identity Awareness Blade on Security Gateway, User Database on Security Management Server and Active Directory

Answer: A


NEW QUESTION # 44
What is the name of the VPN kernel process?

  • A. VPND
  • B. FWK
  • C. VPNK
  • D. CVPND

Answer: A


NEW QUESTION # 45
What is correct about the Resource Advisor (RAD) service on the Security Gateways?

  • A. RAD is completely loaded as a kernel module that looks up URL in cache and if not found connects online for categorization There is no user space involvement in this process
  • B. RAD functions completely in user space The Pattern Matter (PM) module of the CMI looks up for URLs in the cache and if not found, contact the RAD process in user space to do online categorization
  • C. RAD has a kernel module that looks up the kernel cache notifies client about hits and misses and forwards a-sync requests to RAD user space module which is responsible for online categorization
  • D. RAD is not a separate module, it is an integrated function of the 'fw' kernel module and does all operations in the kernel space

Answer: C

Explanation:
The Resource Advisor (RAD) service on the Security Gateways is responsible for online categorization of URLs and resources for Application Control and Threat Prevention blades. RAD has two components: a kernel module and a user space module. The kernel module looks up the kernel cache for URLs and resources, notifies the client about hits and misses, and forwards asynchronous requests to the user space module. The user space module handles the communication with the Check Point online web service and updates the kernel cache with the results. RAD can operate in three modes: hold, background, and custom, depending on the configuration of the blades and the policy. Reference:
Check Point Processes and Daemons - Section: Security Gateway Software Blades and Features - Subsection: URL Filtering Blade Solved: Re: RAD's high utilization - Post by @PhoneBoy Check Point Certified Troubleshooting Expert (CCTE) - Exam Topics - Module 5: Advanced Access Control


NEW QUESTION # 46
What is the name of the VPN kernel process?

  • A. FWK
  • B. VPNK
  • C. CVPND
  • D. VPND

Answer: A


NEW QUESTION # 47
Which of these packet processing components stores Rule Base matching state-related information?

  • A. Classifiers
  • B. Observers
  • C. Manager
  • D. Handlers

Answer: D


NEW QUESTION # 48
For Identity Awareness, what is the PDP process?

  • A. Log Sifter
  • B. Identity server
  • C. Captive Portal Service
  • D. UserAuth Database

Answer: B

Explanation:
The PDP process is the Identity server, which is a component of the Identity Awareness blade on the Security Gateway. The PDP process is responsible for collecting and managing identity information from various sources, such as Active Directory, Identity Agents, Captive Portal, Terminal Servers, and RADIUS. The PDP process also communicates with the PEP process, which is the Policy Enforcement Point, to enforce identity- based policies on the traffic passing through the Security Gateway1. The other options, such as Log Sifter, Captive Portal Service, and UserAuth Database, are either not related to Identity Awareness or not processes, but rather files or services. References: 1: sk93046: Identity Awareness - How to Configure


NEW QUESTION # 49
How can you start debug of the Unified Policy with all possible flags turned on?

  • A. fw ctl debug -m UP
  • B. fw ctl debug -m fw + UP
  • C. fw ctl debug -m UP all
  • D. fw ctl debuq -m UnifiedPolicv all

Answer: C


NEW QUESTION # 50
You are using the Identity Collector with Identity Awareness in large environment. Users report that they cannot access resources on Internet. You identify that the traffic is matching the cleanup rule instead of the proper rule with Access Roles using the IDC. How can you check if IDC is working?

  • A. ad query | debug on
  • B. pdp connections idc
  • C. pep debug idc on
  • D. pdp debug set IDP all all

Answer: B


NEW QUESTION # 51
What process monitors terminates, and restarts critical Check Point processes as necessary?

  • A. FWM
  • B. CPM
  • C. CPWD
  • D. FWD

Answer: C

Explanation:
CPWD (Check Point WatchDog) is the process that monitors, terminates (if necessary), and restarts critical Check Point processes (e.g., FWD, FWM, CPM) when they stop responding or crash.
CPM (Check Point Management process) is a process on the Management Server responsible for the web-based SmartConsole connections, policy installations, etc.
FWD (Firewall Daemon) handles logging and communication functions in the Security Gateway.
FWM (FireWall Management) is an older reference to the management process on the Management Server for older versions.
Therefore, the best answer is CPWD.
Check Point Troubleshooting Reference
sk97638: Check Point WatchDog (CPWD) process explanation and commands.
R81.20 Administration Guide - Section on CoreXL, Daemons, and CPWD usage.
sk105217: Best Practices - Explains system processes, how to monitor them, and how CPWD is utilized.


NEW QUESTION # 52
What function receives the AD log event information?

  • A. ADLOG
  • B. FWD
  • C. PEP
  • D. CPD

Answer: A

Explanation:
The ADLOG function receives the AD log event information from the Domain Controllers. The ADLOG function is part of the Identity Awareness feature that enables the Security Gateway to identify users and machines in the network and enforce Access Control policy rules based on their identities. The ADLOG function uses the AD Query (ADQ) method to connect to the Active Directory Domain Controllers using WMI and subscribe to receive Security Event logs that are generated when users perform login. The ADLOG function then extracts the user and machine information that maps to an IP address from the event logs and sends it to the PEP function, which enforces the policy based on the identity information.
Reference:
1: Identity Awareness AD Query - Check Point Software
2: Identity Logging - Frequently Asked Questions - Check Point Software
3: Support, Support Requests, Training ... - Check Point Software


NEW QUESTION # 53
What information does the doctor-log script supply?

  • A. Logging errors. Exceptions, Repair options
  • B. Repair options. Logging Rates, Logging Directories
  • C. Logging rates, Logging Directories, List of troubleshooting tips
  • D. Current and daily average logging rates. Indexing status, Size

Answer: D

Explanation:
The doctor-log script is a tool that provides information about the logging system and helps to identify and troubleshoot common issues. The script runs automatically every night and generates a report that contains the following information:
Current and daily average logging rates: This shows how many logs are being generated and received by the log server per second. It can help to monitor the logging performance and identify any spikes or drops in the logging rate.
Indexing status: This shows the status of the log indexing process, which enables faster and more efficient log searches. It can help to identify any issues with the indexing system, such as delays, failures, or errors.
Size: This shows the size of the log files and the disk space used by the logging system. It can help to manage the disk space and plan for log rotation and backup.
The doctor-log script also provides some troubleshooting tips and repair options for common logging issues, such as corrupted log files, missing log indexes, or low disk space. The script can be run manually or scheduled to run at a specific time. The script output can be viewed in the SmartConsole or in the log server file system.


NEW QUESTION # 54
Which command is used to write a kernel debug to a file?

  • A. fw ctl debug -S -t > debug.txt
  • B. fw ctl kdebug -T -I > debug.txt
  • C. fw ctl debut -T -f > debug.txt
  • D. fw ctl kdebug -T -f > debug.txt

Answer: D


NEW QUESTION # 55
What are the main components of Check Point's Security Management architecture?

  • A. Management server. Security Gateway. Multi-Domain Server. SmartEvent Server
  • B. Management server, Log server. Gateway server. Security server
  • C. Management server. Log Server, LDAP Server, Web Server
  • D. Management server, management database, log server, automation server

Answer: D


NEW QUESTION # 56
You were asked by security team to debug Mobile Access VPN. What processes will you debug?

  • A. IKED
  • B. HTTPD and CPVND
  • C. SNX daemon
  • D. VPND and IKED

Answer: B


NEW QUESTION # 57
Which process is responsible for the generation of certificates?

  • A. fwm
  • B. cpca
  • C. dbsync
  • D. cpm

Answer: B


NEW QUESTION # 58
What does CMI stand for in relation to the Access Control Policy?

  • A. Content Matching Infrastructure
  • B. Context Management Infrastructure
  • C. Context Manipulation Interface
  • D. Content Management Interface

Answer: B

Explanation:
CMI stands for Context Management Infrastructure, which is a component of the Access Control Policy that enables the Security Gateway to inspect traffic based on the context of the connection. Context includes information such as user identity, application, location, time, and device. CMI allows the Security Gateway to apply different security rules and actions based on the context of the traffic, and to dynamically update the context as it changes. CMI consists of three main elements: Unified Policy, Identity Awareness, and Content Awareness.


NEW QUESTION # 59
What is the kernel process for Content Awareness that collects the data from the contexts received from the CMI and decides if the file is matched by a data type?

  • A. cntawmod
  • B. dlpu
  • C. dlpda
  • D. cntmgr

Answer: C

Explanation:
Content Awareness process dlpda collects the data from those contexts and decides if the file is matched by some Data Type.
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails
=&solutionid=sk119715


NEW QUESTION # 60
You receive reports from multiple users that they cannot browse Upon further discovery you identify that Identity Awareness cannot identify the users properly and apply the configuredAccess Roles What commands you can use to troubleshoot all identity collectors and identity providers from the command line?

  • A. on the gateway: pdp debug set AD all and IDC all
  • B. on the management: pdp debug set all
  • C. on the gateway: pdp debug set IDC all IDP all
  • D. on the management: pdp debug on IDC all

Answer: C

Explanation:
To troubleshoot Identity Awareness issues related to user identification and Access Role application, you need to enable debugging for both Identity Collectors (IDC) and Identity Providers (IDP). The command pdp debug set IDC all IDP all on the gateway achieves this.
Here's why this is the correct answer and why the others are not:
A . on the gateway: pdp debug set IDC all IDP all: This correctly enables debugging for all Identity Collectors and Identity Providers, allowing you to see detailed logs and messages related to user identification and Access Role assignment. This helps pinpoint issues with user mapping, authentication, or authorization.
B . on the gateway: pdp debug set AD all and IDC all: This command only enables debugging for Active Directory (AD) as an Identity Provider and all Identity Collectors. It might miss issues related to other Identity Providers if they are in use.
C . on the management: pdp debug on IDC all: This command has two issues. First, it should be executed on the gateway, not the management server, as the gateway is responsible for user identification and policy enforcement. Second, it only enables debugging for Identity Collectors, not Identity Providers.
D . on the management: pdp debug set all: While this command might seem to enable debugging for everything, it's not specific enough for Identity Awareness troubleshooting. It might generate excessive logs unrelated to the issue and make it harder to find the relevant information.
Check Point Troubleshooting Reference:
Check Point Identity Awareness Administration Guide: This guide provides detailed information about Identity Awareness components, configuration, and troubleshooting.
Check Point sk113963: This article explains how to troubleshoot Identity Awareness issues using debug commands and logs.
Check Point R81.20 Security Administration Guide: This guide covers general troubleshooting and debugging techniques, including the use of pdp debug commands.


NEW QUESTION # 61
You modified kernel parameters and after rebooting the gateway, a lot of production traffic gets dropped and the gateway acts strangely What should you do"?

  • A. run fw unloadlocal to remove parameters from kernel
  • B. Run command fw ctl set int fw1_kernel_all_disable=1
  • C. Remove all kernel parameters from fwkem.conf and reboot
  • D. Restore fwkem.conf from backup and reboot the gateway

Answer: D

Explanation:
If you have modified kernel parameters (in fwkern.conf, for example) and the gateway starts dropping traffic or behaving abnormally after a reboot, the best practice is to restore the original or a known-good configuration from backup. Then, reboot again so that the gateway loads the last known stable settings.
Option A (fw ctl set int fw1_kernel_all_disable=1) is not a standard or documented method for "undoing" all kernel tweaks.
Option B (Restore fwkem.conf from backup and reboot the gateway) is the correct and straightforward approach.
Option C (fw unloadlocal) removes the local policy but does not revert custom kernel parameters that have already been loaded at boot.
Option D (Remove all kernel parameters from fwkem.conf and reboot) might help in some cases, but you risk losing other beneficial or necessary parameters if there were legitimate custom settings. Restoring from a known-good backup is safer and more precise.
Hence, the best answer:
"Restore fwkem.conf from backup and reboot the gateway."
Check Point Troubleshooting Reference
sk98339 - Working with fwkern.conf (kernel parameters) in Gaia OS.
sk92739 - Advanced System Tuning in Gaia OS.
Check Point Gaia Administration Guide - Section on kernel parameters and system tuning.
Check Point CLI Reference Guide - Explanation of using fw ctl, fw unloadlocal, and relevant troubleshooting commands.


NEW QUESTION # 62
......

The Ultimate CheckPoint 156-587 Dumps PDF Review: https://www.dumpsreview.com/156-587-exam-dumps-review.html

Updated Verified 156-587 Downloadable Printable Exam Dumps: https://drive.google.com/open?id=1yY4XY1D2Gb12s3pT5HwfGh0iJ6XMPz8u