2026年最新のに更新されたのはCCFH-202bテストエンジンとPDFで完全版無料問題集保証! [Q35-Q59]

Share

2026年最新のに更新されたのはCCFH-202bテストエンジンとPDFで完全版無料問題集保証!

最新のCrowdStrike Falcon Certification Program CCFH-202b実際の無料試験問題


CrowdStrike CCFH-202b 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • ATT&CK Frameworks: This domain covers understanding the cyber kill chain and using the MITRE ATT&CK Framework to model threat actor behaviors and communicate findings to non-technical audiences.
トピック 2
  • Detection Analysis: This domain focuses on analyzing Host and Process Timelines in Falcon to understand events and detections, and pivoting to additional investigative tools.
トピック 3
  • Hunting Methodology: This domain covers conducting active hunts, performing outlier analysis, testing hunting hypotheses, constructing queries, and investigating process trees.
トピック 4
  • Reports and References: This domain covers using built-in Hunt and Visibility reports and leveraging Events Full Reference documentation for event information.

 

質問 # 35
Which structured analytic technique contrasts different hypotheses to determine which is the best leading (prioritized) hypothesis?

  • A. Key assumptions check
  • B. Competitive analysis
  • C. Analysis of competing hypotheses
  • D. Model hunting framework

正解:C

解説:
Analysis of competing hypotheses is a structured analytic technique that contrasts different hypotheses to determine which is the best leading (prioritized) hypothesis. It involves listing all the possible hypotheses, identifying the evidence and assumptions for each hypothesis, evaluating the consistency and reliability of the evidence and assumptions, and rating the likelihood of each hypothesis based on the evidence and assumptions.


質問 # 36
In the Powershell Hunt report, what does the filtering condition of commandLine! ="*badstring* " do?

  • A. Highlights only the command lines containing "badstring"
  • B. Prevents command lines containing "badstring" from being displayed
  • C. Displays only the command lines containing "badstring"
  • D. Highlights "badstring" in all command lines in the output

正解:B

解説:
In the Powershell Hunt report, the filtering condition of commandLine! ="badstring " prevents command lines containing "badstring" from being displayed. The ! operator is used to negate or exclude a condition from the search results. The * operator is used as a wildcard to match any number of characters before or after the specified string. Therefore, commandLine! ="badstring " means to filter out any command line that has "badstring" anywhere in it. The other options are not correct, as they do not describe what the filtering condition does.


質問 # 37
Which of the following is an example of actor actions during the RECONNAISSANCE phase of the Cyber Kill Chain?

  • A. Discovering internet-facing servers
  • B. Loading a malicious payload into a common DLL
  • C. Emailing the intended victim with a malware attachment
  • D. Installing a backdoor on the victim endpoint

正解:A

解説:
Discovering internet-facing servers is an example of actor actions during the RECONNAISSANCE phase of the Cyber Kill Chain. The RECONNAISSANCE phase is where the adversary researches and identifies targets, vulnerabilities, and attack vectors. Discovering internet-facing servers is a way for the adversary to find potential entry points or weaknesses in the target network.


質問 # 38
What information is provided when using IP Search to look up an IP address?

  • A. Internal IPs only
  • B. Both internal and external IPs
  • C. External IPs only
  • D. Suspicious IP addresses

正解:C

解説:
IP Search is an Investigate tool that allows you to look up information about external IPs only. It shows information such as geolocation, network connection events, detection history, etc. for each external IP address that has communicated with your hosts. It does not show information about internal IPs, suspicious IPs, or both internal and external IPs.


質問 # 39
You need details about key data fields and sensor events which you may expect to find from Hosts running the Falcon sensor. Which documentation should you access?

  • A. Events Data Dictionary
  • B. Hunting and Investigation
  • C. Streaming API Event Dictionary
  • D. Event stream APIs

正解:A

解説:
The Events Data Dictionary found in the Falcon documentation is useful for writing hunting queries because it provides a reference of information about the events found in the Investigate > Event Search page of the Falcon Console. The Events Data Dictionary describes each event type, field name, data type, description, and example value that can be used to query and analyze event data. The Streaming API Event Dictionary, Hunting and Investigation, and Event stream APIs are not documentation that provide details about key data fields and sensor events.


質問 # 40
To view Files Written to Removable Media within a specified timeframe on a host within the Host Search page, expand and refer to the _______dashboard panel.

  • A. Suspicious File Activity
  • B. Command Line and Admin Tools
  • C. Processes and Services
  • D. Registry, Tasks, and Firewall

正解:A

解説:
To view Files Written to Removable Media within a specified timeframe on a host within the Host Search page, you need to expand and refer to the Suspicious File Activity dashboard panel. The Suspicious File Activity dashboard panel shows information such as files written to removable media, files written to system directories by non-system processes, files written to startup folders, etc. The other dashboard panels do not show files written to removable media.


質問 # 41
You would like to search for ANY process execution that used a file stored in the Recycle Bin on a Windows host. Select the option to complete the following EAM query.

  • A. ^$Recycle.Bin%^
  • B. *$Recycle Bin^
  • C. *$Recycle Bin*
  • D. ^$Recycle Bin*

正解:C

解説:
This option is the correct one to complete the following EAM query:
event_simpleName=ProcessRollup2 FileName=$Recycle Bin
This query would search for any process execution that used a file stored in the Recycle Bin on a Windows host, as the asterisk (*) is a wildcard character that matches any number of characters before or after the specified string. The other options are not correct, as they use different wildcard characters that do not match the desired pattern.


質問 # 42
What elements are required to properly execute a Process Timeline?

  • A. Agent ID (AID) only
  • B. Hostname and Local Process ID
  • C. Agent ID (AID) and Target Process ID
  • D. Target Process ID only

正解:C

解説:
The Agent ID (AID) and the Target Process ID are the elements that are required to properly execute a Process Timeline. The Agent ID (AID) is a unique identifier for each host that has a Falcon sensor installed. The Target Process ID is the decimal representation of the process identifier for the process that you want to investigate. These two elements are used to query the cloud for the events related to the process on the host. The Agent ID (AID) only, the Hostname and Local Process ID, and the Target Process ID only are not sufficient to execute a Process Timeline.


質問 # 43
What Investigate tool would you use to allow an analyst to view all events for a specific host?

  • A. Host Timeline
  • B. Host Search
  • C. Bulk Timeline
  • D. Process Timeline

正解:A

解説:
The Host Timeline is the Investigate tool that you would use to allow an analyst to view all events for a specific host. The Host Timeline shows a graphical representation of all events that occurred on a host within a specified time range. It allows an analyst to zoom in and out, filter by event type or name, and drill down into event details. The Bulk Timeline, the Host Search, and the Process Timeline are not Investigate tools that you would use to view all events for a specific host.


質問 # 44
Which of the following is a suspicious process behavior?

  • A. PowerShell launching a PowerShell script
  • B. An Internet browser (eg, Internet Explorer) performing multiple DNS requests
  • C. Non-network processes (eg, notepad exe) making an outbound network connection
  • D. PowerShell running an execution policy of RemoteSigned

正解:C

解説:
Non-network processes are processes that are not expected to communicate over the network, such as notepad.exe. If they make an outbound network connection, it could indicate that they are compromised or maliciously used by an adversary. PowerShell running an execution policy of RemoteSigned is a default setting that allows local scripts to run without digital signatures. An Internet browser performing multiple DNS requests is a normal behavior for web browsing. PowerShell launching a PowerShell script is also a common behavior for legitimate tasks.


質問 # 45
When performing a raw event search via the Events search page, what are Event Actions?

  • A. Event Actions contains the summary of actions taken by the Falcon sensor such as quarantining a file, prevent a process from executing or taking no actions and creating a detection only
  • B. Event Actions are pivotable workflows including connecting to a host, pre-made event searches and pivots to other investigatory pages such as host search
  • C. Event Actions is the field name that contains the event name defined in the Events Data Dictionary such as ProcessRollup, SyntheticProcessRollup, DNS request, etc
  • D. Event Actions contains an audit information log of actions an analyst took in regards to a specific detection

正解:B

解説:
When performing a raw event search via the Events search page, Event Actions are pivotable workflows that allow you to perform various tasks related to the event or the host. For example, you can connect to a host using Real Time Response, run pre-made event searches based on the event type or name, or pivot to other investigatory pages such as host search, hash search, etc. Event Actions do not contain audit information log, summary of actions taken by the Falcon sensor, or the event name defined in the Events Data Dictionary.


質問 # 46
Where would an analyst find information about shells spawned by root, Kernel Module loads, and wget/curl usage?

  • A. Sensor Health report
  • B. Linux Sensor report
  • C. Mac Sensor report
  • D. Sensor Policy Daily report

正解:B

解説:
The Linux Sensor report is where an analyst would find information about shells spawned by root, Kernel Module loads, and wget/curl usage. The Linux Sensor report is a pre-defined report that provides a summary view of selected activities on Linux hosts. It shows information such as process execution events, network connection events, file write events, etc. that occurred on Linux hosts within a specified time range. The Sensor Health report, the Sensor Policy Daily report, and the Mac Sensor report do not provide the same information.


質問 # 47
Which of the following is a way to create event searches that run automatically and recur on a schedule that you set?

  • A. Scheduled Searches
  • B. Scheduled Reports
  • C. Workflows
  • D. Event Search

正解:A

解説:
Scheduled Searches are a way to create event searches that run automatically and recur on a schedule that you set. You can use Scheduled Searches to monitor your environment for specific conditions or patterns, generate reports or alerts, or enrich your data with additional fields or tags. Workflows, Event Search, and Scheduled Reports are not ways to create event searches that run automatically and recur on a schedule.


質問 # 48
Refer to Exhibit.

Falcon detected the above file attempting to execute. At initial glance; what indicators can we use to provide an initial analysis of the file?

  • A. File path, hard disk volume number, and IOC Management action
  • B. Local prevalence, IOC Management action, and Event Search
  • C. VirusTotal, Hybrid Analysis, and Google pivot indicator lights enabled
  • D. File name, path, Local and Global prevalence within the environment

正解:D

解説:
The file name, path, Local and Global prevalence are indicators that can provide an initial analysis of the file without relying on external sources or tools. The file name can indicate the purpose or origin of the file, such as if it is a legitimate application or a malicious payload. The file path can indicate where the file was located or executed from, such as if it was in a temporary or system directory. The Local and Global prevalence can indicate how common or rare the file is within the environment or across all Falcon customers, which can help assess the risk or impact of the file.


質問 # 49
The Falcon Detections page will attempt to decode Encoded PowerShell Command line parameters when which PowerShell Command line parameter is present?

  • A. -Hidden
  • B. -e
  • C. -Command
  • D. -nop

正解:C

解説:
The Falcon Detections page will attempt to decode Encoded PowerShell Command line parameters when the -Command parameter is present. The -Command parameter allows PowerShell to execute a specified script block or string. If the script block or string is encoded using Base64 or other methods, the Falcon Detections page will try to decode it and show the original command. The -Hidden, -e, and -nop parameters are not related to encoding or decoding PowerShell commands.


質問 # 50
The Process Timeline Events Details table will populate the Parent Process ID and the Parent File columns when the cloudable Event data contains which event field?

  • A. ContextProcessld_decimal
  • B. RpcProcessld_decimal
  • C. RawProcessld_decimal
  • D. ParentProcessld_decimal

正解:D

解説:
The ParentProcessld_decimal event field is what the Process Timeline Events Details table will populate the Parent Process ID and the Parent File columns with when the cloudable Event data contains it. The ParentProcessld_decimal event field is the decimal representation of the process identifier for the parent process of the target process. It can be used to trace the process ancestry and identify potential malicious activity. The ContextProcessld_decimal, RawProcessld_decimal, and RpcProcessld_decimal event fields are not used to populate the Parent Process ID and the Parent File columns.


質問 # 51
Lateral movement through a victim environment is an example of which stage of the Cyber Kill Chain?

  • A. Actions on Objectives
  • B. Exploitation
  • C. Delivery
  • D. Command & Control

正解:D

解説:
Lateral movement through a victim environment is an example of the Command & Control stage of the Cyber Kill Chain. The Cyber Kill Chain is a model that describes the phases of a cyber attack, from reconnaissance to actions on objectives. The Command & Control stage is where the adversary establishes and maintains communication with the compromised systems and moves laterally to expand their access and control.


質問 # 52
Which of the following is TRUE about a Hash Search?

  • A. The Hash Search provides Process Execution History
  • B. Wildcard searches are not permitted with the Hash Search
  • C. The Hash Search is available on Linux
  • D. Module Load History is not presented in a Hash Search

正解:A

解説:
The Hash Search is an Investigate tool that allows you to search for a file hash and view its process execution history across all hosts in your environment. It shows information such as process name, command line, parent process name, parent command line, etc. for each execution of the file hash. Wildcard searches are permitted with the Hash Search, as long as they are at least four characters long. The Hash Search is available on Linux, as well as Windows and Mac OS X. Module Load History is presented in a Hash Search, along with other information such as File Write History and Detection History.


質問 # 53
Which pre-defined reports offer information surrounding activities that typically indicate suspicious activity occurring on a system?

  • A. Sensor reports
  • B. Timeline reports
  • C. Scheduled searches
  • D. Hunt reports

正解:D

解説:
Hunt reports are pre-defined reports that offer information surrounding activities that typically indicate suspicious activity occurring on a system. They are based on common threat hunting use cases and queries, and they provide visualizations and summaries of the results. Hunt reports can help threat hunters quickly identify and investigate potential threats in their environment.


質問 # 54
What information is provided when using IP Search to look up an IP address?

  • A. Internal IPs only
  • B. Both internal and external IPs
  • C. External IPs only
  • D. Suspicious IP addresses

正解:C

解説:
IP Search is an Investigate tool that allows you to look up information about external IPs only. It shows information such as geolocation, network connection events, detection history, etc. for each external IP address that has communicated with your hosts. It does not show information about internal IPs, suspicious IPs, or both internal and external IPs.


質問 # 55
What do you click to jump to a Process Timeline from many pages in Falcon, such as a Hash Search?

  • A. Process ID or Parent Process ID
  • B. PID
  • C. CID
  • D. Process Timeline Link

正解:D

解説:
The Process Timeline Link is what you click to jump to a Process Timeline from many pages in Falcon, such as a Hash Search. The Process Timeline Link is an icon that looks like three horizontal bars with dots on them. It appears next to each process name or ID on various pages in Falcon, such as Hash Search results, Detection details, Event Search results, etc. Clicking on it will open a new tab with the Process Timeline for that process. The PID, the Process ID or Parent Process ID, and the CID are not what you click to jump to a Process Timeline.


質問 # 56
What Search page would help a threat hunter differentiate testing, DevOPs, or general user activity from adversary behavior?

  • A. IP Search
  • B. Domain Search
  • C. User Search
  • D. Hash Search

正解:C

解説:
User Search is a search page that allows a threat hunter to search for user activity across endpoints and correlate it with other events. This can help differentiate testing, DevOPs, or general user activity from adversary behavior by identifying anomalous or suspicious user actions, such as logging into multiple systems, running unusual commands, or accessing sensitive files.


質問 # 57
To find events that are outliers inside a network,___________is the best hunting method to use.

  • A. time-based
  • B. machine learning
  • C. searching
  • D. stacking

正解:D

解説:
Stacking (Frequency Analysis) is the best hunting method to use to find events that are outliers inside a network. Stacking involves grouping events by a common attribute and counting their frequency, then sorting them by ascending or descending order to identify rare or common events. This can help find anomalies or deviations from normal behavior that could indicate malicious activity. Time-based searching, machine learning, and searching are not specific hunting methods to find outliers.


質問 # 58
What information is shown in Host Search?

  • A. Processes and Services
  • B. Intel Reports
  • C. Quarantined Files
  • D. Prevention Policies

正解:A

解説:
Processes and Services is one of the information that is shown in Host Search. Host Search is an Investigate tool that allows you to view events by category, such as process executions, network connections, file writes, etc. Processes and Services is one of the categories that shows information such as process name, command line, parent process name, parent command line, etc. for each process execution event on a host. Quarantined Files, Prevention Policies, and Intel Reports are not shown in Host Search.


質問 # 59
......

CCFH-202b問題集には更新された練習テストと62独特な問題:https://www.jpntest.com/shiken/CCFH-202b-mondaishu

最新の100%試験合格率爆上がり CCFH-202b問題集PDF:https://drive.google.com/open?id=1fGnOq28YpJxjy4vF3duomXjuPmdJRy7C

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡