Fortinet NSE7_SOC_AR-7.6 Practice Test Questions and Exam Dumps Part9 Q161-180

View Full Fortinet NSE7_SOC_AR-7.6 Exam Dumps and Practice Test Dumps.


Q161. What does a false negative represent in SOC detection operations?

  1. A benign event incorrectly identified as malicious
  2. An incident correctly classified as malicious
  3. A security control generating duplicate alerts
  4. Malicious activity that occurs but is not detected by the security control

Correct Answer: 4. Malicious activity that occurs but is not detected by the security control

Explanation:

A false negative occurs when genuinely malicious activity takes place but the detection system does not identify or alert on it. False negatives are particularly dangerous because attackers may remain active without attracting SOC attention. They can result from missing telemetry, overly restrictive correlation logic, poor parsing, inadequate coverage, or novel attacker behavior. A false positive is the opposite situation: benign activity is incorrectly flagged as suspicious. SOC teams should review incidents, threat-hunting findings, and detection gaps to improve rules and data coverage while balancing sensitivity against excessive alert noise.

Q162. Why is chain of custody important when preserving evidence from a serious security incident?

  1. It increases FortiSIEM event ingestion speed
  2. It documents who collected, handled, transferred, and controlled evidence over time
  3. It automatically verifies that every artifact is malicious
  4. It assigns FortiSOAR incidents to analysts

Correct Answer: 2. It documents who collected, handled, transferred, and controlled evidence over time

Explanation:

Chain of custody provides a documented history of how evidence was collected, handled, stored, transferred, and accessed. This helps demonstrate that evidence remained controlled and was not altered improperly. The requirement can be especially important for incidents involving legal, regulatory, disciplinary, or forensic considerations. Chain of custody does not determine whether an artifact is malicious; analysts still need technical analysis. It also does not manage SIEM performance or SOAR workload. Evidence handling procedures should be defined before an incident so responders know how to preserve important data appropriately.

Q163. What is the BEST reason to track mean time to detect (MTTD) in a SOC?

  1. It helps measure how quickly security incidents are identified after malicious activity begins
  2. It determines FortiSOAR connector permissions
  3. It measures only the length of analyst shifts
  4. It specifies FortiSIEM log retention

Correct Answer: 1. It helps measure how quickly security incidents are identified after malicious activity begins

Explanation:

Mean time to detect is an operational metric that helps a SOC evaluate how quickly it identifies suspicious or malicious activity. A long detection interval can give adversaries more opportunity to establish persistence, move laterally, steal credentials, or exfiltrate data. MTTD should be interpreted carefully because incident types and visibility vary, but trends can reveal whether improved detections, telemetry, or processes are shortening attacker dwell time. It is separate from connector authorization, retention policies, and analyst scheduling. Metrics are most useful when they drive meaningful operational improvements rather than serving only as reporting numbers.

Q164. What is the BEST reason to measure mean time to respond or remediate security incidents?

  1. To determine how many logs FortiSIEM can parse
  2. To calculate threat-intelligence reputation
  3. To evaluate how efficiently the SOC moves from detection through containment and resolution
  4. To assign IP addresses to affected endpoints

Correct Answer: 3. To evaluate how efficiently the SOC moves from detection through containment and resolution

Explanation:

Response-time metrics help organizations understand how long it takes to investigate, contain, remediate, and resolve security incidents after detection. Long response times can increase business impact even when detection happens quickly. Analysts can use these measurements to identify delays caused by manual handoffs, unclear escalation, unavailable system owners, or inefficient technical processes. FortiSOAR automation, queues, shifts, tasks, and playbooks can help reduce unnecessary delays when used appropriately. Response metrics should be evaluated alongside incident complexity and quality so teams do not sacrifice careful investigation merely to improve a numerical target.

Q165. A FortiSIEM correlation rule detects activity that is valid only during a scheduled maintenance window. What is the BEST tuning strategy?

  1. Disable the rule permanently
  2. Apply a narrowly defined exception or condition that accounts for the approved maintenance activity
  3. Stop collecting events during maintenance
  4. Mark every future incident from the rule as benign

Correct Answer: 2. Apply a narrowly defined exception or condition that accounts for the approved maintenance activity

Explanation:

Rule tuning should remove predictable benign activity without creating unnecessary blind spots. If a particular behavior is expected only during an approved maintenance period, the rule can incorporate time, source, asset, or other contextual criteria that distinguish legitimate maintenance from suspicious activity. Permanently disabling the rule would lose detection coverage outside the maintenance window, while stopping collection would remove useful evidence. Broadly dismissing every future alert is also unsafe. Good FortiSIEM rule design focuses on the behavior that matters while incorporating enough environmental context to keep incident volume actionable.

Q166. A FortiSIEM rule is designed to identify one source attempting authentication against many different accounts. Which behavior is it MOST likely intended to detect?

  1. Data exfiltration
  2. Normal patch deployment
  3. DNS tunneling
  4. Password spraying or broad credential-guessing activity

Correct Answer: 4. Password spraying or broad credential-guessing activity

Explanation:

Password spraying typically involves attempting one or a small number of passwords across many different accounts rather than trying numerous passwords against one account. A useful detection might group failed authentication events by source and count distinct usernames within a defined time window. This behavior can help an attacker avoid account-lockout thresholds that focus only on repeated failures for one user. Analysts should still consider vulnerability scanners, authentication tests, or other legitimate sources before confirming malicious intent. FortiSIEM correlation rules can model these multi-event relationships using appropriate grouping and thresholds.

Q167. A FortiSIEM query returns events from hundreds of systems, but the investigation concerns only database servers. What is the BEST refinement?

  1. Add relevant asset or destination criteria that restrict the results to the database-server population
  2. Remove all existing query filters
  3. Expand the search to all historical data
  4. Replace the query with a FortiSOAR queue

Correct Answer: 1. Add relevant asset or destination criteria that restrict the results to the database-server population

Explanation:

Queries should reflect the investigation question as closely as possible. If the analyst only needs activity involving database servers, using asset attributes, destination identifiers, groups, or other reliable fields can reduce irrelevant events significantly. This improves efficiency without deleting or suppressing underlying data. The analyst can broaden the scope later if evidence suggests additional systems may be involved. Removing filters or expanding the entire time range would usually increase noise. Fortinet’s official exam objectives specifically include building FortiSIEM event-log queries, making precise filtering an important operational skill.

Q168. What is the main benefit of pivoting from a compromised user account to all systems accessed by that account?

  1. It proves every destination is compromised
  2. It automatically resets the account password
  3. It can reveal the scope of unauthorized access and possible lateral movement
  4. It prevents FortiSIEM from creating incidents

Correct Answer: 3. It can reveal the scope of unauthorized access and possible lateral movement

Explanation:

Once an account is suspected or confirmed to be compromised, analysts need to understand where that identity was used. Searching for authentication, remote access, administrative activity, and network sessions associated with the account can identify additional systems that may require investigation. This can expose lateral movement or show that the compromise was limited to one asset. The presence of an authentication event does not prove the destination is compromised, so endpoint and network evidence should also be reviewed. Pivoting is an investigative technique for expanding context and scope based on known evidence.

Q169. A threat hunter suspects attackers are using newly created local administrator accounts for persistence. What should the hunter search for?

  1. Only failed DNS queries
  2. Local account-creation events combined with privilege assignment and subsequent logon activity
  3. FortiSOAR shift changes
  4. Backup completion messages only

Correct Answer: 1. Local account-creation events combined with privilege assignment and subsequent logon activity

Explanation:

The hypothesis concerns creation and use of privileged local accounts, so the hunt should search for evidence representing that behavior. Relevant telemetry can include account creation, group membership changes, administrative privilege assignments, and later authentication or process activity using those identities. Asset context and change-management information can help distinguish authorized administrator activity from persistence. Looking only at unrelated DNS or backup events would not meaningfully test the hypothesis. Effective hunting begins with a clearly defined behavior and searches for evidence that supports or disproves it across available telemetry.

Q170. What is the MOST useful outcome when a threat hunt discovers a previously undetected malicious technique?

  1. Delete the hunting query immediately
  2. Close all active incidents
  3. Stop collecting the data source
  4. Investigate the finding and consider creating or improving continuous detection for that behavior

Correct Answer: 4. Investigate the finding and consider creating or improving continuous detection for that behavior

Explanation:

Threat hunting can reveal behaviors that existing detection rules miss. The SOC should investigate the finding, determine its scope, respond if malicious activity is confirmed, and evaluate whether the behavior can be converted into a reliable detection rule or other control. This turns one manual discovery into improved future coverage. The team may also identify missing telemetry or process improvements. Hunting should therefore feed continuous improvement rather than operate as an isolated activity. Fortinet’s official scope includes both threat-hunting analysis and FortiSIEM rule configuration, making this relationship especially relevant.

Q171. What is the MAIN purpose of setting an incident owner in FortiSOAR?

  1. To increase the incident severity automatically
  2. To change FortiSIEM parsing behavior
  3. To establish clear responsibility for progressing and coordinating the case
  4. To disable playbook execution

Correct Answer: 3. To establish clear responsibility for progressing and coordinating the case

Explanation:

Ownership clarifies who is responsible for ensuring that an incident continues to progress. The owner may investigate the case directly, coordinate other analysts, create tasks, communicate with system owners, or escalate when necessary. Clear ownership reduces situations where everyone assumes someone else is handling the incident. Ownership works alongside queues, shifts, tasks, and war-room collaboration and may change as a case escalates between teams. It does not automatically modify severity or SIEM parsing. Effective case management requires both technical evidence and clear human responsibility.

Q172. When should an incident be reassigned from a Tier 1 queue to a specialist team?

  1. Whenever the incident is older than one minute
  2. When the investigation requires expertise, authority, or remediation capabilities handled by the specialist team
  3. Every time a playbook completes successfully
  4. Only after the incident is closed

Correct Answer: 2. When the investigation requires expertise, authority, or remediation capabilities handled by the specialist team

Explanation:

Escalation and reassignment should follow the SOC’s operational model. Tier 1 may handle initial validation and triage, while malware specialists, identity teams, network responders, or senior analysts may take over cases requiring deeper expertise or greater authority. The goal is to move work to the team best equipped to resolve it without creating unnecessary handoffs. Age alone is usually insufficient reason for reassignment unless it triggers an established service target. FortiSOAR queues and shifts support this structured workload-management approach.

Q173. A FortiSOAR playbook should enrich an IP address only when the incident contains a valid IP value. What is the BEST design?

  1. Validate the field before calling the enrichment connector
  2. Run the connector even when the field is blank
  3. Delete incidents without IP addresses
  4. Disable connector authentication

Correct Answer: 4. Validate the field before calling the enrichment connector

Explanation:

A connector should be called only when the playbook has the input required for a meaningful operation. Conditional validation can check whether the field exists, is not null, and meets an expected IP-address format before attempting enrichment. This prevents unnecessary API errors and keeps execution history cleaner. Incidents can contain different indicator types, so absence of an IP address is not itself a reason to delete the record. Robust playbooks validate data before acting on it, especially when that data comes from multiple detection sources with different schemas.

Q174. Why might a playbook use a manual approval step before disabling a privileged account?

  1. To verify the high-impact action is justified before potentially disrupting critical administrative access
  2. To prevent incident enrichment
  3. To increase FortiSIEM storage
  4. To force every incident into the same queue

Correct Answer: 1. To verify the high-impact action is justified before potentially disrupting critical administrative access

Explanation:

Disabling a privileged account can stop attacker activity quickly, but it can also disrupt critical business or administrative operations if the detection is incorrect. A manual approval step allows an analyst to review the evidence, confirm the account’s importance, and decide whether containment is justified. Other low-risk steps, such as threat-intelligence enrichment, can remain fully automated. SOAR design should match human oversight to the potential impact and reversibility of each action. Fortinet’s training includes containment actions through connectors, making safeguards around disruptive response an important design consideration.

Q175. A connector begins returning HTTP rate-limit errors during a high-volume incident. What is the BEST response strategy?

  1. Increase the number of requests immediately
  2. Ignore the errors and mark every action successful
  3. Implement appropriate retry/backoff or workload control based on the external service’s limits
  4. Disable all FortiSOAR incidents

Correct Answer: 2. Implement appropriate retry/backoff or workload control based on the external service’s limits

Explanation:

External APIs often limit how many requests a client can send within a defined interval. When those limits are exceeded, repeatedly sending more requests can worsen the problem. A resilient workflow should recognize rate-limit responses and use an appropriate retry delay, backoff strategy, queueing mechanism, or reduced request volume according to the external service’s guidance. The playbook should not report success when the connector action failed. Connector configuration and troubleshooting are official Security Operations Architect objectives, so understanding dependencies on external services is important.

Q176. What is the purpose of using Jinja to join multiple values from a list into one formatted string?

  1. To prepare the data in the format expected by a downstream action, notification, or connector
  2. To change FortiSIEM retention
  3. To grant administrative permissions to a connector
  4. To assign analyst shifts

Correct Answer: 3. To prepare the data in the format expected by a downstream action, notification, or connector

Explanation:

Playbook data often needs transformation between steps. A connector might return multiple values as a list, while an email, ticket, API parameter, or incident field expects one formatted string. Jinja can manipulate and join values into the required representation. This improves interoperability among different playbook components. Developers should verify separators, data types, empty values, and downstream expectations. Jinja does not change external permissions or workforce configuration. Fortinet explicitly includes manipulating data using Jinja filters as an official playbook-development exam objective.

Q177. A playbook condition compares the text “90” with the number 80 and behaves unexpectedly. What should the developer verify?

  1. Whether the values need type conversion before a numeric comparison
  2. FortiSIEM database storage
  3. The incident queue color
  4. The analyst’s browser version

Correct Answer: 2. Whether the values need type conversion before a numeric comparison

Explanation:

Data type matters when playbooks evaluate conditions. A value returned as a string may not behave like a numeric value when compared against an integer threshold. The developer should inspect the runtime data and convert or normalize the value appropriately before performing the comparison. Similar issues can occur with Boolean values, lists, nulls, and dictionaries. FortiSOAR debugging should focus on actual step outputs rather than assumptions about their type. Jinja transformations can often resolve these mismatches. Fortinet includes both Jinja manipulation and playbook debugging in the exam scope.

Q178. Why is step-level logging valuable when troubleshooting a complex FortiSOAR playbook?

  1. It guarantees connector uptime
  2. It prevents all logic errors
  3. It replaces testing
  4. It helps identify what data and outcome occurred at each stage before the failure**

Correct Answer: 4. It helps identify what data and outcome occurred at each stage before the failure

Explanation:

Complex workflows can contain many transformations, conditions, connector calls, and branches. Step-level execution information allows developers to trace how the playbook progressed and inspect the data present immediately before an unexpected result. This can reveal a missing variable, incorrect type, failed connector action, unexpected condition, or skipped branch. Logging does not prevent failures, but it makes them far easier to diagnose. Fortinet explicitly lists debugging and troubleshooting FortiSOAR playbooks as an official Security Operations Architect exam objective.

Q179. A playbook quarantines an endpoint and later verifies that remediation has succeeded. What should an appropriate recovery workflow do next?

  1. Release the host from quarantine according to approved recovery criteria and continue monitoring
  2. Delete the incident immediately without documentation
  3. Disable security monitoring on the host
  4. Permanently quarantine the endpoint regardless of recovery

Correct Answer: 1. Release the host from quarantine according to approved recovery criteria and continue monitoring

Explanation:

Containment is intended to control risk while the threat is investigated and removed; it is not necessarily permanent. Once remediation is complete and the organization verifies that recovery criteria have been met, the endpoint can be released from quarantine through a controlled process. Continued monitoring is advisable to detect recurrence or incomplete eradication. Fortinet’s current Security Operations Architect training explicitly includes eradicating artifacts from compromised hosts and releasing compromised hosts from quarantine after recovery.

Q180. What is the BEST reason to review both successful and failed playbook executions during periodic automation maintenance?

  1. To delete successful executions
  2. To identify trends, hidden errors, changing dependencies, and opportunities to improve workflow reliability
  3. To disable all connectors that have ever failed
  4. To replace incident records with execution logs

Correct Answer: 3. To identify trends, hidden errors, changing dependencies, and opportunities to improve workflow reliability

Explanation:

Automation maintenance should not focus only on obvious failures. Successful executions can reveal inefficient branches, unnecessary API calls, excessive manual approvals, or external dependencies that are becoming slower. Failed runs can expose expired credentials, API changes, missing data, rate limits, or logic defects. Reviewing execution history over time allows developers to improve reliability and adapt playbooks as the environment changes. Fortinet’s current course specifically includes management of playbook history logs, while the official exam includes playbook debugging and troubleshooting.