NSE7_SOC_AR-7.6 — Fortinet NSE 7 - Security Operations 7.6 Architect All 46 questions & answers on one page · harvested from ExamTopics discussion threads, Google search + Fortinet official docs · 34 exhibit images

46questions
34exhibit images
6discussion comments
7community votes
0/46doc-verified
Official + most-voted Most-voted (discussion) Fortinet docs verified Mirror exam vote (FCP) Google AI Overview
Domain 1 — FortiSOAR Playbooks & Automationofficial weight 25–30%16 questions
Playbook Design & Execution7 questions
Question #3Topic 1
DRAG DROP - Refer to the exhibits. You have a playbook that, depending on whether an analyst deems the alert to be a true positive, could reference a child playbook. You need to pass variables from the parent playbook to the child playbook. Place the steps needed to accomplish this in the correct order. Select the step in the left column, hold and drag it to a blank position on the right. Place the three correct steps in order, placing the first step in the first position at the top of the column. Once you place a step, you can move it again if you want to change your answer before moving to the next question. You need to drop three steps in the work area. Select and drag the screen divider to change the viewable area of the source and work areas.
Exhibit
Exhibit: image5.png
Exhibit
Exhibit: image6.png
Exhibit
Exhibit: image7.png
Answer: None Official answer
Question #9Topic 1
Refer to the exhibit. You created a new playbook and executed it as a test. However, it failed to run. You want to investigate, but you do not see details about the error. What is the reason for the lack of details?
Exhibit
Exhibit: image13.png
AThe connector is deactivated.
BThe playbook logging level must be debug.✓ ANSWER
CThe Ignore Error option is enabled.
DThe user that executed the playbook does not have the necessary permissions.
Answer: B Official answer
Question #10Topic 1
Refer to the exhibit. You configured a playbook named False Positive Close, and want to run it to verify if it works. However, when you click Execute and search for the playbook, you do not see it listed. Which two reasons could be the cause of the problem? (Choose two.)
Exhibit
Exhibit: image14.png
AThe manual trigger is configured to require record input to run.✓ ANSWER
BThe playbook must first be published using the Application Editor.
CThe Alerts module is not among the list of modules the playbook can execute on.✓ ANSWER
DAnother instance of the playbook is currently executing.
Answer: AC Official answer
Question #16Topic 1
Refer to the exhibit. You created a threat hunting playbook to perform a search query using the FortiSIEM connector. However, when you run the playbook, you do not see any output. Which step must you take first in your troubleshooting process?
Exhibit
Exhibit: image19.png
AConfirm that the event logs matching your criteria exist on FortiSIEM.
BConfigure a Set Variable step to save the output.
CConfirm that the FortiSIEM connector is up.
DCheck the documentation for the input and output for the action.
Answer: None Official answer
Question #17Topic 1
Refer to the exhibit. A list of FortiSIEM connector actions is shown. You want to create a playbook on FortiSOAR that allows you to accomplish the following: Manually input a range of IP addresses. Use the connector action in the exhibit to retrieve a list of devices from the FortiSIEM configuration management database (CMDB) within that IP address range. For each returned result, create an asset record based on the IP address of the device. Which combination and order of step operations fulfills the requirements with the fewest required playbook steps?
Exhibit
Exhibit: image20.png
A1) Connector action, 2) Create record, 3) Update record
B1) On create trigger, 2) Connector action, 3) Code snippet, 4) Create record
C1) Manual trigger, 2) Connector action, 3) Create record✓ ANSWER
D1) Manual trigger, 2) Set variable, 3) Connector action, 4) Create record, 5) Update record
Answer: C Most-voted (discussion)
Community vote distribution (1 votes)
C
1
💬 Discussion comments (1)
👤 d2f0d053 months, 3 weeks ago▲ 1
Correct answer should be C, as it fulfills all the requirements with fewest steps and also a saying from the study guide : "To create playbooks with manual inputs, add terms such as 'Prompt the user for further actions"
Question #43Topic 1
Refer to the exhibit. The input of a FortiSIEM connector action is shown. You want to create a playbook on FortiSOAR that allows you to accomplish the following: 1. Manually input an IP address. 2. Use the connector action in the exhibit to retrieve a device from the FortiSIEM configuration management database (CMDB) with that IP address. 3. Ask the SOC manager to review the information pulled from FortiSIEM about that device. 4. If the manager approves, an asset record is created. Which combination and order of step operations fulfills the requirements with the fewest required playbook steps?
Exhibit
Exhibit: image33.png
A1) Manual trigger, 2) Connector action, 3) Approval, 4) Create Record✓ ANSWER
B1) Manual trigger, 2) Set Variable, 3) Connector action, 4) Set Variable, 5) Approval, 6) Create record
C1) On Create trigger, 2) Connector action, 3) Manual Task, 4) Create record
D1) Connector action, 2) Approval, 3) Create record, 4) Update record
Answer: A Mirror exam vote (FCP)
Manual input IP → FortiSIEM connector action → SOC manager approval → create asset record = 1) Manual trigger, 2) Connector action, 3) Approval, 4) Create Record. Matches FreeCram.
Question #48Topic 1
Refer to the exhibit. The global playbook logging level is set to DEBUG. What is the primary risk of leaving this setting enabled?
Exhibit
Exhibit: image35.png
AReduced ability to trace playbook steps because the DEBUG level skips step outputs
BIncomplete logs because the DEBUG level does not include WARN and ERROR logs
CDisabled per-playbook logging because the global DEBUG level cannot be overridden
DExcessive log volume and execution overhead across all playbooks, which can impact performance and storage
Answer: None Official answer
Jinja & Step Utilities4 questions
Question #2Topic 1
DRAG DROP - Refer to the exhibit. What is the correct Jinja expression to filter the results to show only the MD5 hash values? {{ [slot 1]|[slot 2][slot 3].[slot 4] }} Select the jinja expression in the left column, hold and drag it to a blank position on the right. Place the four correct steps in order, placing the first step in the first slot. Once you place an expression, you can move it again if you want to change your answer before moving to the next question. You need to drop four jinja expressions in the work area. Select and drag the screen divider to change the viewable area of the source and work areas.
Exhibit
Exhibit: image2.png
Exhibit
Exhibit: image3.png
Answer: None Official answer
Question #21Topic 1
Which three statements accurately describe step utilities in a playbook step? (Choose three.)
AThe Mock Output step utility uses HTML format to simulate real outputs.
BThe Loop step utility can only be used once in each playbook step.✓ ANSWER
CThe Condition step utility behavior changes depending on if a loop exists for that step.✓ ANSWER
DThe Timeout step utility sets a maximum execution time for the step and terminates playbook execution, if exceeded.
EThe Variables step utility stores the output of the step directly in the step itself.✓ ANSWER
Answer: BCE Most-voted (discussion)
Community vote distribution (2 votes)
BCE
2
💬 Discussion comments (1)
👤 d2f0d054 months, 1 week ago▲ 2
"By using variables, you can store the output of the step directly in the step itself."
Question #25Topic 1
What are three capabilities of the built-in FortiSOAR Jinja editor? (Choose three.)
AIt renders output by combining Jinja expressions and JSON input.
BIt checks the validity of a Jinja expression.
CIt loads the environment JSON of a recently executed playbook.
DIt defines conditions to trigger a playbook step.
EIt creates new records in bulk.
Answer: None Official answer
Question #50Topic 1
DRAG DROP - Refer to the exhibit. What is the correct Jinja expression to filter the results to show only the MD5 hash values? {{ [slot 1]|[slot 2][slot 3].[slot 4] ") }} Select the Jinja expression in the left column, hold and drag it to a blank position on the right. Place the four correct steps in order, placing the first step in the first slot. Once you place an expression, you can move it again if you want to change your answer before moving to the next question. You need to drop four Jinja expressions in the work area. Select and drag the screen divider to change the viewable area of the source and work areas.
Exhibit
Exhibit: image38.png
Exhibit
Exhibit: image39.png
Answer: None Official answer
Connectors & Actions5 questions
Question #7Topic 1
DRAG DROP - Using the default data ingestion wizard in FortiSOAR, place the incident handling workflow from FortiSIEM to FortiSOAR in the correct sequence. Select each workflow component in the left column, hold and drag it to a blank position on the right. Place the four correct workflow components in order, placing the first step in the first position at the top of the column. Once you place a step, you can move it again if you want to change your answer before moving to the next question. You need to drop four workflow components in the work area. Select and drag the screen divider to change the viewable area of the source and work areas.
Exhibit
Exhibit: image10.png
Answer: None Official answer
Question #19Topic 1
Refer to the exhibits. You configured the FortiSIEM connector on FortiSOAR. However, when you try to save the configuration, you see the error shown in the exhibit. What are two possible causes? (Choose two.)
Exhibit
Exhibit: image21.png
Exhibit
Exhibit: image22.png
AThe Visibility option must be set to Public.
BFortiSOAR cannot reach FortiSIEM.
CThe organization should be Super.
DThe user credentials do not match FortiSIEM.
Answer: None Official answer
Question #47Topic 1
You wish to use FortiAI to help you design playbooks. Which two configurations on FortiSOAR are required? (Choose two.)
AGrant CRUD permissions to the Playbook user.
BInstall and configure the OpenAI connector.
CInstall the FortiAI solution pack and run the configuration wizard.
DTrain the FortiSOAR machine learning engine.
Answer: None Official answer
Question #49Topic 1
Refer to the exhibits. You configured the FortiGate connector on FortiSOAR. You want to allow FortiSOAR (10.200.200.160) to perform actions on FortiGate (172.16.200.1). However, the connection attempt fails. Assume that the FortiGate connector is configured correctly on the FortiSOAR side. Which two configurations are required on FortiGate? (Choose two.)
Exhibit
Exhibit: image36.png
Exhibit
Exhibit: image37.png
AHTTPS must be enabled on the FortiGate interface that FortiSOAR will communicate with.
BFortiSOAR IP address must be added under Trusted Hosts.
CThe administrator profile must have System read and write permissions.
DThe FortiGate interface role must be set to Custom API Endpoint.
Answer: None Official answer
Question #57Topic 1
You created a war room and want to run a connector action to look up the reputation of a domain. Then, you need to save the output for your team to review. However, there is a lot of output, and you want to limit the amount of information attached to the war room. How do you accomplish this?
AFrom the returned output, select only the output keys you want.
BUse the Investigate tab to map only the fields you want.
CLower the playbook logging level before executing the connector.
DApply a workspace filter to show only relevant fields.
Answer: None Official answer
Domain 2 — FortiSIEM Rules & Analyticsofficial weight 20–25%10 questions
Rules Engine & Subpatterns5 questions
Question #22Topic 1
Refer to the exhibit. Based on the configuration shown in the exhibit, what are two misconfigurations? (Choose two.)
Exhibit
Exhibit: image25.png
AThe time window should be lowered from 900 seconds to reduce false positives.
BThe subpattern relationships between FailedLogin and FailedLogin2 should be removed.
CA logical operator is missing in the SuccessLogin subpattern to evaluate the subpattern relationships.
DThe SuccessLogin subpattern is not correlated with any FailedLogin or FailedLogin2 attributes.
Answer: None Official answer
Question #24Topic 1
Which three factors does the FortiSIEM rules engine use to determine the count when it evaluates the aggregate condition COUNT (Matched Events) on a specific subpattern? (Choose three.)
AData source
BGroup By attributes
CIncident action
DTime window
ESearch filter
Answer: None Official answer
Question #26Topic 1
Refer to the exhibit. What are the two mistakes in the incident subpattern rule configuration? (Choose two.)
Exhibit
Exhibit: image28.png
AThe aggregate operator is incorrect.
BThe Group By attributes conflict with each other.
CThe subpattern is missing a time window definition.
DThe mandatory Event Type attribute is missing.
Answer: None Official answer
Question #45Topic 1
Refer to the exhibit. You created a subpattern to detect at least five failed login attempts from any single user and source IP address to the same network device. However, it is creating more incidents than you had anticipated. What are the two mistakes in the incident subpattern rule configuration? (Choose two.)
Exhibit
Exhibit: image34.png
AThe mandatory Event Parser Name attribute is missing.
BThe aggregate condition is too restrictive.
CThe Group By attributes is missing the Source IP field.
DThe Group By attributes is missing the User field.
Answer: None Official answer
Question #46Topic 1
You are configuring a new FortiSIEM rule to trigger incidents based on receiving a number of either Fortigate-Traffic-Violation OR Fortigate-Traffic-Denied event types. You could use a single subpattern for this, but you decided to create two separate subpatterns, one for each event type, and correlate them using the OR operator. Which two benefits does this approach provide? (Choose two.)
AEach subpattern can use a different group by condition.✓ ANSWER
BEach subpattern can use a different time window condition.
CEach subpattern can use a different aggregate condition.✓ ANSWER
DEach subpattern can trigger its own notification policy.
Answer: AC Most-voted (discussion)
Community vote distribution (1 votes)
AC
1
💬 Discussion comments (1)
👤 51e8c2a3 months ago▲ 1
Page 108 - Security Operation 7.6. Administrator Study Guide Different Aggregate and Group By
CMDB & Nested Queries4 questions
Question #14Topic 1
You are using FortiSIEM analytics to reference the configuration management database (CMDB) event type categories with the following requirements: Attribute: Event Type - Value: Group: Logon Success - Which operator must you use for the analytics search?
AIN✓ ANSWER
BCONTAIN
CIS
DHAS
Answer: A itexams
CMDB Event Type attribute with Group: Logon Success value uses IN operator (group membership query).
Question #15Topic 1
Refer to the exhibit. You are trying to find traffic flows to destinations that are in Europe or Asia, for hosts in the local LAN segment. However, the query returns no results. Assume these logs exist on FortiSIEM. Which three mistakes can you see in the query shown in the exhibit? (Choose three.)
Exhibit
Exhibit: image18.png
AThe logical operator for the first row (Group: Europe) must be OR.✓ ANSWER
BThe null value cannot be used with the IS NOT operator.
CThe time range must be Absolute for queries that use configuration management database (CMDB) groups.
DThe Source IP row operator must be BETWEEN 10.0.0.0, 10.200.200.254.✓ ANSWER
EThere are missing parentheses between the first row (Group: Europe) and the second row (Group: Asia).✓ ANSWER
Answer: ADE itexams
FortiSIEM query returning nothing for Europe/Asia: logical operator must be OR (A), Source IP must use BETWEEN 10.0.0.0-10.200.200.254 (D), missing parentheses between Europe/Asia rows (E). Community ACE vote was mis-mapped option order; ITExams + FreeCram agree on ADE.
Community vote distribution (1 votes)
ACE
1
💬 Discussion comments (1)
👤 d2f0d053 months, 3 weeks ago▲ 1
IS, IS NOT can be used with NULL. The correct answers are A, C and E. When there is an IP range/ranges the correct operator is IN, not BETWEEN
Question #23Topic 1
Refer to the exhibits. You are searching for permitted traffic to public destination IP addresses outside of North America. Your investigation shows that one local computer is communicating with destination IP addresses that fit the criteria. However, you also notice that some of those IP addresses are duplicates, and you must aggregate the results. Which three steps do you need to use to configure the Group By and Display Fields window to show only aggregated results? (Choose three.)
Exhibit
Exhibit: image26.png
Exhibit
Exhibit: image27.png
AAdd the SUM (Matched Events) attribute row.
BSort the Destination IP attribute row by descending order.
CAdd the Count (Matched Events) attribute row.
DRemove the Raw Event Log attribute row.
ERemove the Event Receive Time attribute row.
Answer: None Official answer
Question #39Topic 1
You need to create a nested query in FortiSIEM that satisfies the following conditions: 1. Find all devices discovered by any FortiSIEM Windows Agent 2. From those devices, identify those that have generated Windows Login Failure events Which two query components should be used for this nested query? (Choose two.)
AOuter Event Query
BInner CMDB Query
COuter CMDB Query
DInner Event Query
Answer: None Official answer
Log Correlation & Architecture1 questions
Question #54Topic 1
A large enterprise FortiSIEM deployment is experiencing delays in log correlation and analytics. Which architectural adjustment is most appropriate?
AAdd more collectors.
BIncrease supervisor CPU and memory.
CLimit the number of rules using streaming mode.
DAdd more workers.
Answer: None Official answer
Domain 3 — Threat Hunting & SOC Operationsofficial weight 20–25%11 questions
Threat Hunting Activities4 questions
Question #5Topic 1
Based on the Pyramid of Pain model, which two statements accurately describe the value of an indicator and how it is for an adversary to change? (Choose two.)
ATactics, techniques, and procedures are hard because adversaries must adapt their methods.✓ ANSWER
BTools are easy because often, multiple alternatives exist.
CIP addresses are easy because adversaries can spoof them or move them to new resources.✓ ANSWER
DArtifacts are easy because adversaries can alter file paths or registry keys.
Answer: AC Official answer
Question #42Topic 1
An analyst prioritizes blocking IP addresses and domains from every phishing campaign. Based on the Pyramid of Pain model, which two statements accurately describe this approach? (Choose two.)
AIt focuses on observable network indicators rather than underlying attack methods.
BIt relies on blocking indicators that adversaries can easily replace or rotate.
CIt helps identify strategic weaknesses in adversary infrastructure.
DIt imposes a high operational cost on adversaries when their attacks are detected.
Answer: None Official answer
Question #55Topic 1
Which two statements best reflect the relationship between threat hunting and incident response in a mature SOC? (Choose two.)
AThreat hunting and incident response should operate in isolation to avoid bias.
BThreat hunting begins after incident response is completed.
CIncident response relies on existing detection.
DThreat hunting proactively looks for potential or missed threats.
Answer: None Official answer
Incident Investigation7 questions
Question #4Topic 1
Refer to the exhibit. You are reviewing the Triggering Events page for a FortiSIEM incident. You want to remove the Reporting IP column because you have only one firewall in the topology. How do you accomplish this?
Exhibit
Exhibit: image9.png
ACustomize the display columns for this incident.✓ ANSWER
BRemove the Reporting IP attribute from the raw logs using parsing rules.
CDisable correlation for the Reporting IP field in the rule subpattern.
DClear the Reporting IP field from the Triggered Attributes section when you configure the Incident Action.
Answer: A Most-voted (discussion)
Community most-voted: D (1 of 1 votes).
Community vote distribution (1 votes)
D
1
💬 Discussion comments (1)
👤 d2f0d053 months, 3 weeks ago▲ 1
Answer D is the correct answer as it controls which attributes appear as columns at the rule configuration level, which is the proper way to permanently remove the Reporting IP column.
Question #8Topic 1
Refer to the exhibit. You are investigating an open incident and want to add records from the Tickets module, a custom module, to the visual correlation widget. Assume there are already linked ticket records to the incident. How do you accomplish this?
Exhibit
Exhibit: image12.png
AEdit the incident template and add the Tickets module to the graph.✓ ANSWER
BDefine move module relationships under Correlation Settings.
CTag ticket records with the incident ID.
DIngest ticket records through a custom connector.
Answer: A Most-voted (discussion)
Community most-voted: B (1 of 1 votes).
Community vote distribution (1 votes)
B
1
💬 Discussion comments (1)
👤 d2f0d054 months, 1 week ago▲ 1
Correlation Settings under Application Editor is explicitly where you define which modules appear in the visual correlation widget "You can define more module correlation relationships in Application Editor > Correlation Settings."
Question #12Topic 1
Refer to the exhibit. A compromised PC establishes an SSH connection to an engineering build server, which then relays HTTPS traffic to reach servers that would otherwise have blocked access from the LAN. Which technique is used for this attack?
Exhibit
Exhibit: image15.png
APort knocking
BExfiltration over C2 channel
CMan-in-the-middle (MITM)
DProtocol tunneling✓ ANSWER
Answer: D itexams
Compromised PC → SSH → build server → HTTPS relay = protocol tunneling (tunneling through allowed SSH to reach blocked servers).
Question #13Topic 1
Refer to the exhibits. Assume that the traffic flows are identical, except for the destination IP address. There is only one FortiGate in network address translation (NAT) mode in this environment. Based on the exhibits, which two conclusions can you make about this FortiSIEM incident? (Choose two.)
Exhibit
Exhibit: image16.png
Exhibit
Exhibit: image17.png
AThe destination hosts are not responding.✓ ANSWER
BThe client 10.200.3.219 is conducting active reconnaissance.✓ ANSWER
CFortiGate is blocking the return flows.
DFortiGate is not routing the packets to the destination hosts.
Answer: AB itexams
FortiSIEM incident with identical flows except dest IP: client 10.200.3.219 conducting active reconnaissance (A) + FortiGate not routing packets to destination hosts (B).
Question #44Topic 1
Review the incident report. A fake HR login page was sent to several employees through email. The page copied the company’s branding and captured usernames and passwords. The attacker later used the stolen credentials to sign in through the company's web VPN portal. Which two MITRE ATTACK tactics best characterize this report? (Choose two.)
ADefense Evasion
BCredential Access
CCommand and Control
DInitial Access
Answer: None Official answer
Question #56Topic 1
Refer to the exhibit. A compromised PC establishes an SSH connection to an engineering build server, which then relays HTTPS traffic to reach servers that would otherwise have blocked access from the LAN. Assume the LAN to Engineering and Engineering to IT network flows are allowed by design. Which configuration would prevent this attack vector?
Exhibit
Exhibit: image42.png
AReject incoming non-standard port HTTPS traffic to the IT servers.
BEnforce SSH version 2 across the organization.
CEnable SSL/SSH deep inspection on the firewall.
DDisable SSH port forwarding on the build server.
Answer: None Official answer
Domain 4 — Incident Management & Workflowsofficial weight 15–20%6 questions
Incident Lifecycle & Remediation2 questions
Question #53Topic 1
You configured a new module named Users. Next, you want to configure a playbook that creates users from ingested data. When new records are created, you want to ensure that duplicate users do not overwrite existing user records and their fields. However, you also want the playbook to continue running even if duplicates are encountered so that any non-duplicate records are still created. Which two actions fulfill the requirements? (Choose two.)
AEnsure the Users module has record uniqueness conditions configured.
BConfigure the Execution Mode to run in parallel.
CUse the Do not create new record (keep existing intact) option in the Create Record step.
DUse the stop the create process option in the Create Record step.
Answer: None Official answer
Queues, Shifts & War Rooms2 questions
Question #18Topic 1
You configured a queue called L1 Analysts, and generated shifts to cover morning, evenings, and overnight shifts, with two members covering each shift. However, you noticed that all members of the queue are assigned ingested alerts in a round-robin fashion, instead of only users who are currently on shift. What is the problem?
AThe shift lead needs to disable automatic shift handover.
BThe Queueable option is disabled for the alerts module.
CThe queue rules conflict with the user assignment rules.
DShift-based assignment is disabled.
Answer: None Official answer
Question #52Topic 1
You want to use the queue and shift management feature to automatically assign newly created low priority tasks to members of the L1 queue. However, you are unable to add the Tasks module to the Module Types list. What is the problem?
AThe Tasks module is not supported by queue and shift management.
BThe Queueable option is disabled for the Tasks module.
CThere is a higher priority queue for the Tasks module.
DShift-based assignment is disabled.
Answer: None Official answer
Multi-Tenant Deployment1 questions
Question #11Topic 1
You are designing a FortiSOAR hybrid multi-tenant deployment. The architecture must support remote tenant execution and automation inside segmented networks. Which three elements are true for this design? (Choose three.)
AThe FortiSOAR master cluster can host shared tenants, with strict data isolation between them.✓ ANSWER
BFortiSOAR tenant nodes or agents use TCP port 5671 to communicate with a secure message exchange.✓ ANSWER
CFortiSOAR agents are deployed on the master cluster to improve high availability (HA) performance.
DEach tenant or agent has a dedicated, access-controlled space on a secure message exchange for message routing.✓ ANSWER
EThe secure message exchange must be a dedicated instance instead of an embedded one.
Answer: ABD itexams
FortiSOAR hybrid multi-tenant: master cluster hosts shared tenants with data isolation (A), tenant nodes/agents use TCP 5671 to secure message exchange (B), each tenant has dedicated access-controlled space (D). C false (agents not on master), E false (embedded exchange can be used).
Domain 5 — Attack Surface & Responseofficial weight 10–15%3 questions
Attack Surface Reduction3 questions
Question #1Topic 1
Refer to the exhibit. Which method most effectively reduces the attack surface of this organization?
Exhibit
Exhibit: image1.png
ARemove unused devices.
BEnable deep inspection on firewall policies.
CForward all firewall logs to the security information and event management (SIEM) system.
DImplement macrosegmentation.✓ ANSWER
Answer: D Official answer
Question #40Topic 1
A FortiSOAR playbook includes a Wait step that is configured to pause execution after initiating a reputation lookup on an indicator. Which two configurations of the Wait step are valid? (Choose two.)
AThe Wait step can retry a specific step in the playbook at scheduled intervals until it succeeds.
BThe playbook resumes when a specified amount of time has elapsed.
CThe playbook resumes when the indicator record is updated.
DThe Wait step, during the AWAITING state, can execute child playbooks.
Answer: None Official answer
Question #41Topic 1
A partner organization recently suffered a distributed denial of service (DDoS) attack, but the adversary’s identity and TTPs remain unknown. Your SOC has not received any relevant threat intelligence from the partner organization, but you are asked to determine whether similar activity could be happening in your environment. Which threat hunting action should you perform first?
ADevelop a hunting hypothesis based on how DDoS can be executed against your network.
BUse threat intelligence to enrich the IP addresses of all external source IP addresses.
CConfigure SIEM rules to alert when inbound traffic exceeds baseline thresholds.
DUse a packet analyzer to capture and review all traffic flows on critical devices.✓ ANSWER
Answer: D Mirror exam vote (FCP)
DDoS hunting with unknown adversary: packet analyzer to capture/review traffic flows on critical devices. Matches FreeCram answer.