Courseiva

CCNA Incident Detection And Triage Questions

57 questions · Incident Detection And Triage · All types, answers revealed

1
MCQhard

In a SIEM, what is the role of a 'Parser'?

A.To print reports.
B.To encrypt log files.
C.To scan for viruses.
D.To extract fields and normalize log data.
AnswerD

Parsing creates the structure needed for correlation.

Why this answer

Parsers normalize raw log data into a structured format with defined fields.

2
MCQmedium

You are investigating a SIEM alert and identify a false positive caused by a system administrator's legitimate activity. How should you document this?

A.Document the exception in the SIEM's rule documentation.
B.Delete the user account.
C.Disable the user's access entirely.
D.Ignore the alert and proceed.
AnswerA

Proper documentation prevents repeated false positives.

Why this answer

Updating the rule's documentation ensures future analysts understand why the activity is allowed.

3
MCQhard

You are configuring a SIEM and need to import a list of malicious IPs. What is the correct feature to use?

A.Threat Intelligence Feed or Lookup Table.
B.Global Rule Deletion.
C.Log Rotation Policy.
D.System Backup.
AnswerA

These features are specifically designed to enrich alerts with external data.

Why this answer

Lookups or Threat Intelligence feeds are the standard ways to import external lists of IoCs.

4
MCQhard

You are writing a SIEM query to detect unauthorized access. The query is too slow. What can you do to optimize it?

A.Use wildcard searches on all fields.
B.Add more fields to the search result.
C.Restrict the search to a specific time range and relevant indexes.
D.Increase the search timeout.
AnswerC

Reducing the data set size significantly improves performance.

Why this answer

Filtering by time range and limiting fields are standard practices to optimize SIEM performance.

5
Multi-Selectmedium

Which THREE of the following are common attributes used to prioritize security alerts during the triage process?

Select 3 answers
A.The color scheme of the SIEM dashboard
B.Number of affected systems
C.The time of day the alert was generated
D.Asset Value/Business Criticality
E.Threat Intelligence Reputation Score
AnswersB, D, E

Scope increases severity and priority.

Why this answer

Business criticality, threat intelligence context, and the number of affected hosts are fundamental metrics for determining the priority of an incident.

6
MCQmedium

An analyst receives an alert for 'Possible SQL Injection'. The payload contains harmless strings. How should the analyst proceed?

A.Reimage the database server.
B.Close the alert as 'Benign'.
C.Block the source IP on the edge firewall.
D.Investigate the destination server's logs to see if the attack succeeded.
AnswerD

Analyzing the impact confirms the severity of the alert.

Why this answer

Triage involves confirming the intent and success of the attack, not just the signature match.

7
Multi-Selecthard

When designing correlation rules for an organization, which TWO of the following practices are recommended to minimize false positives?

Select 2 answers
A.Set the alert severity to 'Low' for all rules.
B.Implement baseline behavioral profiling for users and entities.
C.Use cross-correlation across different data sources (e.g., EDR + Firewall).
D.Avoid using 'Time Window' constraints in rules.
E.Include only a single condition in the rule logic.
AnswersB, C

Knowing 'normal' helps filter out 'abnormal' noise.

Why this answer

Baseline behavioral profiling and using multiple conditions (cross-correlation) help reduce noise by ensuring that only significant deviations trigger an alert.

8
MCQmedium

You are configuring a correlation rule in IBM QRadar to detect brute-force attacks. You need to ensure that the rule only triggers when a user fails to authenticate five times within a 60-second window across any three distinct source IP addresses. Which building block or configuration approach is most efficient?

A.Use a simple threshold rule set to trigger only on the 5th failure without defining distinct source IP criteria.
B.Configure an Offense rule using the 'when the event matches any of these building blocks' condition and apply a 'count of unique Source IP is greater than or equal to 3' filter within the temporal window.
C.Create a rule using the 'when the event matches any of these building blocks' condition combined with an 'and when at least 5 events are seen with the same username in 1 minute' filter.
D.Enable the 'Flow-based Anomaly' detection setting in the system configuration to automatically detect brute-force patterns.
AnswerB

This specifically targets the unique IP count requirement within the QRadar rule engine.

Why this answer

Using a Building Block (BB) allows for reusable logic. Combining a threshold condition with a 'unique count' filter on source IP addresses ensures the rule only fires when the specific cross-IP threshold is met.

9
MCQeasy

A SOC analyst is reviewing alerts in Microsoft Sentinel. They want to filter the 'SecurityAlert' table to only show alerts with a 'High' severity that originated from a specific resource provider. Which KQL operator should be used?

A.summarize
B.project
C.find
D.where
AnswerD

The where operator is the correct filter mechanism in KQL.

Why this answer

The 'where' operator is the standard KQL command for filtering table results based on specific column criteria.

10
MCQhard

When tuning a correlation rule in IBM QRadar, what is the role of the 'Building Block'?

A.To delete logs from the storage.
B.To reuse common logic in multiple rules.
C.To backup the configuration.
D.To generate reports automatically.
AnswerB

Building blocks simplify maintenance and rule design.

Why this answer

Building blocks allow you to reuse common logic (e.g., 'Internal IPs') across multiple rules.

11
Multi-Selecthard

Which THREE of the following represent 'Contextual Data' that can enrich a SIEM alert?

Select 3 answers
A.User identity and department information.
B.Asset criticality and ownership.
C.The weather in the data center.
D.Threat intelligence reputation scores.
E.The lunch menu of the security team.
AnswersA, B, D

Identity tells you who is involved.

Why this answer

Asset info, threat intel, and user identity add meaning to raw logs.

12
MCQeasy

Which component of a SIEM is responsible for identifying patterns in real-time?

A.Log parser.
B.Correlation engine.
C.Reporting module.
D.Storage engine.
AnswerB

This is the core engine for detection logic.

Why this answer

The correlation engine evaluates incoming events against defined logic to trigger alerts.

13
Multi-Selecthard

Which THREE of the following factors should be considered when designing a new SIEM use case?

Select 3 answers
A.The physical weight of the server.
B.Data availability and quality.
C.The color scheme of the SIEM dashboard.
D.Complexity of the detection logic.
E.Business risk and threat modeling.
AnswersB, D, E

Without good data, you cannot detect threats.

Why this answer

Data availability, business risk, and rule complexity are essential considerations.

14
MCQmedium

You are performing alert triage on a potential data exfiltration attempt. The SIEM shows 50GB of data transferred to a known cloud storage IP address. What is the most important next step in your triage process?

A.Block the cloud storage IP address on the corporate firewall.
B.Immediately disable the user account in Active Directory.
C.Check the asset's 'Business Criticality' and 'Owner' in the CMDB to see if the activity is a scheduled backup.
D.Re-image the affected host immediately.
AnswerC

Verification against CMDB data is the standard first step in triage to rule out authorized activity.

Why this answer

Validating the legitimacy of the activity is critical. Checking if the user is authorized for cloud backups or if the machine is a known server/backup agent prevents false escalation.

15
MCQeasy

Which of the following is a key advantage of utilizing a centralized SIEM platform?

A.Hardware reduction in the datacenter.
B.Unified visibility across disparate security layers.
C.Elimination of all false positives.
D.Automatic remediation of all threats.
AnswerB

Centralization provides the holistic view required for detection.

Why this answer

A unified view allows for correlation across disparate security layers, which is impossible with siloed tools.

16
MCQeasy

What is a 'log source' in the context of a SIEM?

A.The database storing the logs.
B.The SIEM administrator's computer.
C.A physical cable.
D.Any device or application generating security logs.
AnswerD

Log sources are the data contributors to a SIEM.

Why this answer

Any device or application that generates logs (firewalls, servers, databases) is a log source.

17
MCQmedium

What does the 'False Positive' rate of a SIEM rule indicate?

A.The speed of alert generation.
B.The number of logs ingested.
C.The percentage of blocked attacks.
D.The ratio of legitimate activity flagged as malicious.
AnswerD

This is the definition of a false positive.

Why this answer

High false positive rates degrade SOC efficiency and lead to analyst burnout.

18
MCQmedium

You are managing a SIEM and notice a massive spike in 'false positive' alerts originating from a legacy vulnerability scanner. What is the best practice for tuning these alerts without losing visibility into the scanner's activity?

A.Permanently disable the ingestion of logs from the vulnerability scanner.
B.Create an exclusion rule for the specific scanner IP address and vulnerability signatures within the SIEM policy.
C.Change the log source protocol from Syslog to SNMP.
D.Increase the threshold for the correlation rule to a point where the scanner no longer triggers it.
AnswerB

Exclusions allow for surgical tuning while maintaining log ingestion.

Why this answer

Creating a suppression rule or an exclusion filter based on the scanner's IP address and specific signature IDs allows you to silence known noise while keeping the events in the logs for audit purposes.

19
MCQhard

You are investigating a SIEM alert in Splunk that indicates a potential data exfiltration. The alert uses a threshold of 500MB. How can you improve the accuracy of this alert?

A.Only alert on weekend traffic.
B.Calculate a baseline of normal traffic volume and alert on deviations.
C.Disable alerts for file servers.
D.Lower the threshold to 50MB.
AnswerB

Baselines reduce false positives from routine backups or updates.

Why this answer

Baseline behavior provides a reference point, reducing false positives caused by expected high-volume traffic.

20
MCQmedium

You are configuring a correlation rule in Splunk Enterprise Security. An analyst reports that too many false positives are triggered for 'Multiple Failed Login Attempts'. What is the most effective way to tune this rule?

A.Delete the correlation rule and recreate it.
B.Enable packet capture on all domain controllers.
C.Change the rule severity to 'Informational'.
D.Increase the threshold for the number of failed attempts within the lookback window.
AnswerD

Increasing the threshold effectively filters out noise while still capturing high-volume attacks.

Why this answer

Risk-based alerting and threshold tuning are standard practices to reduce noise in SIEM correlation rules.

21
MCQeasy

What is the purpose of 'Dashboards' in a SIEM?

A.To block network traffic.
B.To install software patches.
C.To visualize data and monitor trends.
D.To store all log data.
AnswerC

Visualization is the primary role of dashboards.

Why this answer

Dashboards visualize data to help analysts identify trends and monitor health.

22
MCQmedium

An analyst is investigating an alert regarding an outbound connection to a known malicious IP. Which step should be taken first according to standard triage procedures?

A.Isolate the host immediately.
B.Verify if the connection was successful or blocked by the firewall.
C.Reimage the affected workstation.
D.Contact the user's manager.
AnswerB

If blocked, the alert is likely a low-priority 'attempted' event.

Why this answer

Verifying if the connection was successful is essential to confirm if a threat exists.

23
Multi-Selecthard

Which THREE of the following are essential for effective incident response within a SIEM?

Select 3 answers
A.Automated playbooks or runbooks.
B.Unlimited coffee supply.
C.Clearly defined triage procedures.
D.Integration with ticketing systems.
E.A large collection of desk chairs.
AnswersA, C, D

Playbooks ensure consistent response.

Why this answer

Documentation, playbooks, and integration are critical for response.

24
MCQeasy

Which of the following is an example of an 'Indicator of Compromise' (IoC)?

A.A known malicious IP address.
B.The SIEM administrator's name.
C.The server name.
D.The company's office address.
AnswerA

IoCs are specific artifacts of an attack.

Why this answer

A malicious IP or file hash is a classic IoC.

25
MCQmedium

What is the purpose of a 'Lookback Window' in a SIEM correlation rule?

A.Defines the time period for analyzing events.
B.Selects the log source vendor.
C.Determines the color of the alert.
D.Sets the alert expiration date.
AnswerA

The window determines the scope of the correlation logic.

Why this answer

The lookback window defines the timeframe for analyzing historical events to detect a pattern.

26
MCQhard

You are designing a rule in a SIEM to detect brute force attacks. What is the most important factor when choosing the time window for the rule?

A.The number of log sources in the SIEM.
B.The time of day the rule runs.
C.The rate of attempts compared to the attacker's potential speed.
D.The disk space available in the SIEM.
AnswerC

Matching the window to the attack methodology ensures detection.

Why this answer

The time window must be long enough to capture slow-and-low attacks but short enough to avoid excessive false positives.

27
Multi-Selectmedium

Which TWO of the following are valid reasons for an analyst to escalate a SIEM incident?

Select 2 answers
A.The user likes the alert's name.
B.Confirmed evidence of malicious intent or unauthorized access.
C.The alert was generated by a junior analyst.
D.The alert involves a critical production server.
E.The SIEM license is expiring soon.
AnswersB, D

Confirmed threats must be handled immediately.

Why this answer

High-impact assets and confirmed malicious activity are primary escalation criteria.

28
Multi-Selecthard

Which THREE of the following are common steps during the 'Alert Triage' process?

Select 3 answers
A.Determining the business impact of the affected asset.
B.Rebuilding the entire network.
C.Replacing all passwords in the company.
D.Gathering context from threat intelligence.
E.Verifying the alert's veracity.
AnswersA, D, E

Impact dictates the escalation priority.

Why this answer

Triage involves verification, context gathering, and determining impact.

29
MCQeasy

Which of these is a common SIEM data ingestion protocol?

A.ICMP.
B.HTTP.
C.Syslog.
D.DHCP.
AnswerC

Syslog is the universal standard for log shipping.

Why this answer

Syslog is the most common and standard protocol for log transmission.

30
MCQmedium

You are tasked with tuning a SIEM rule that is triggering on legitimate internal vulnerability scanners. What is the best course of action?

A.Disable the rule entirely.
B.Upgrade the vulnerability scanner.
C.Increase the rule threshold.
D.Add the vulnerability scanner's IP to an exclusion list (whitelist).
AnswerD

Excluding known assets is the standard way to reduce false positives.

Why this answer

Excluding known-good assets prevents alert fatigue and ensures SOC focus on real threats.

31
Multi-Selectmedium

Which TWO of the following are standard log types ingested into a SIEM?

Select 2 answers
A.Microwave oven event logs.
B.Firewall logs.
C.Digital clock sync logs.
D.Coffee machine telemetry.
E.Authentication/Login logs.
AnswersB, E

Essential for network traffic analysis.

Why this answer

Firewall and Authentication logs are fundamental security data.

32
MCQmedium

When building a new SIEM use case, what is the first phase of the development lifecycle?

A.Requirement gathering and scoping.
B.Writing the correlation query.
C.Testing the alert in production.
D.Documenting the playbook.
AnswerA

You must understand the business need before building the rule.

Why this answer

Defining requirements is always the starting point for SIEM use case design.

33
MCQmedium

During alert triage, why is it important to check the 'source' of an alert?

A.To identify the physical location of the server.
B.To see how much storage the source uses.
C.To determine the confidence level of the detection.
D.To check the manufacturer's warranty.
AnswerC

Security tools have different confidence levels than custom application logs.

Why this answer

Identifying if the source is a security tool or an application helps determine the reliability of the detection.

34
Multi-Selectmedium

Which TWO of the following are key components of a successful SIEM use case development process?

Select 2 answers
A.Automating the deletion of all logs after 24 hours.
B.Testing the rule against historical data before moving to production.
C.Mapping the use case to a specific MITRE ATT&CK technique.
D.Disabling all firewall logging to save disk space.
E.Assigning the development task to the marketing team.
AnswersB, C

Backtesting validates the rule logic.

Why this answer

Aligning to threat frameworks (like MITRE ATT&CK) and testing against historical data are the pillars of effective use case engineering.

35
MCQmedium

You receive an alert for 'Account Lockout'. You check the logs and see 10 failures in 1 second. What does this suggest?

A.The server is overheating.
B.A user is having a bad day.
C.An automated process or script is likely involved.
D.The SIEM is broken.
AnswerC

Human typing cannot produce 10 failures per second.

Why this answer

Rapid-fire failures usually indicate a script or bot, rather than a human user.

36
Multi-Selectmedium

Which TWO of the following are primary components of a SIEM architecture?

Select 2 answers
A.Desktop Firewall.
B.Email Gateway.
C.Network Router.
D.Log Collector.
E.SIEM Management/Analytics Engine.
AnswersD, E

Collectors ingest data.

Why this answer

Collectors and the central analytics engine are core components.

37
MCQmedium

You are reviewing a SIEM alert and see a 'Successful login' from an unusual location. What is the next logical action?

A.Contact the user to verify if they are traveling.
B.Disable the user's account immediately.
C.Reformat the user's laptop.
D.Shut down the entire domain.
AnswerA

Direct verification is the most efficient triage step.

Why this answer

Verifying with the user is a quick way to confirm if the login was legitimate.

38
MCQeasy

A SOC analyst is tasked with reducing 'alert fatigue' by categorizing alerts based on their MITRE ATT&CK technique mapping. Which phase of the incident response lifecycle is the analyst performing?

A.Alert Triage and Prioritization
B.Vulnerability Assessment
C.Correlation Rule Development
D.Incident Eradication
E.Log Retention Analysis
AnswerA

Categorizing alerts by technique is a standard triage activity.

Why this answer

Triage and prioritization involve categorizing and assessing the urgency of alerts to focus on the most critical threats.

39
MCQmedium

You suspect an attacker is using a specific user account to log in from multiple geographic locations simultaneously. Which SIEM capability allows you to detect this?

A.Correlation rule using user and location attributes.
B.Vulnerability scanning.
C.Log compression.
D.Full packet capture.
AnswerA

Comparing geographic data for a single user is a classic use case.

Why this answer

User Entity Behavior Analytics (UEBA) and correlation rules are designed to detect impossible travel or multiple concurrent logins.

40
MCQhard

In IBM QRadar, you notice that a specific log source is not contributing to offense creation. Upon checking the 'Log Activity' tab, you see events are being parsed but are not mapped to any QID. What is the next logical step?

A.Create a custom DSM and map the event IDs to existing QIDs.
B.Increase the storage allocation for the log source.
C.Upgrade the firmware on the log source.
D.Restart the Event Processor service.
AnswerA

Correct mapping is required for the correlation engine to interpret the logs.

Why this answer

QID mapping ensures that normalized events are correctly classified for correlation.

41
MCQhard

You are designing a correlation rule in an ArcSight ESM environment. You need to aggregate events based on a 'SessionID' field, but the 'SessionID' is not explicitly parsed in the incoming CEF logs. What must you do first?

A.Create a new 'Active List' to store the unparsed data.
B.Use the 'regex' operator within the rule condition itself.
C.Enable 'Event Forwarding' on the ESM manager.
D.Modify the device-side agent parser or the FlexConnector map file to extract the 'SessionID' field.
AnswerD

Parsing must occur at the ingest/agent level before the field is available for rule logic.

Why this answer

Before a field can be used in a correlation rule, it must be mapped to a Common Event Format (CEF) field or a custom FlexConnector mapping must be defined to parse it from the raw log.

42
MCQeasy

What is the purpose of normalizing logs in a SIEM?

A.To compress log size for storage efficiency.
B.To hide sensitive information.
C.To increase the ingestion speed.
D.To provide a common format for cross-vendor correlation.
AnswerD

Normalization is essential for querying multiple data sources uniformly.

Why this answer

Normalization creates a common schema, allowing for cross-vendor correlation.

43
MCQhard

In ArcSight, a correlation rule is failing to trigger despite matching event patterns. You verify the filter logic is correct. What is the most likely cause?

A.The parser is disabled.
B.The user interface is loading slowly.
C.The aggregation window is configured incorrectly.
D.The license has expired.
AnswerC

If the aggregation window is too small, events may not be counted correctly.

Why this answer

Event aggregation settings can prevent rules from firing if the conditions are too restrictive.

44
Multi-Selectmedium

Which TWO of the following are effective methods for reducing alert volume in a SIEM?

Select 2 answers
A.Renaming the alert labels.
B.Changing the password of the SIEM admin.
C.Increasing alert thresholds.
D.Deleting all historical logs.
E.Suppression of known-safe, noisy activity.
AnswersC, E

Thresholding removes low-confidence events.

Why this answer

Suppression and threshold tuning are primary reduction methods.

45
MCQeasy

Which of the following describes 'Event Correlation' in a SIEM?

A.Linking related events to identify security threats.
B.Compressing logs for storage.
C.Generating reports for management.
D.Updating the SIEM software.
AnswerA

Correlation provides the 'story' behind individual events.

Why this answer

Correlation relates disparate events to identify a security threat.

46
MCQmedium

You are reviewing a high-severity alert. Which information is critical to gather during the initial triage?

A.The time taken to generate the alert.
B.The hardware vendor of the firewall.
C.The SIEM software version.
D.Source IP, destination host, and the involved user account.
AnswerD

These are the fundamental entities of any security incident.

Why this answer

Context like the source, destination, and user activity is required to assess risk.

47
MCQhard

You are configuring a SIEM alert and need to ensure it only triggers during business hours. Where is this configuration typically applied?

A.In the user permission settings.
B.In the log ingestion configuration.
C.In the alert's schedule or suppression settings.
D.In the dashboard settings.
AnswerC

Scheduling restricts when the rule evaluates data.

Why this answer

Time-based scheduling is a core feature for managing alert relevance in SIEMs.

48
Multi-Selecthard

Which THREE of the following are common challenges in SIEM correlation rule development?

Select 3 answers
A.High rates of false positives.
B.The SIEM is too colorful.
C.The SIEM is too small to fit in a rack.
D.Poor log data quality.
E.Difficulty in finding skilled SIEM engineers.
AnswersA, D, E

Noise is the biggest challenge in SIEM.

Why this answer

Noise, data quality, and skill requirements are major challenges.

49
MCQmedium

You are reviewing a SIEM alert for a 'Brute Force Attack'. You notice the source IP is from a cloud provider. How should you classify this during triage?

A.Check threat intelligence feeds to see if the IP is flagged as malicious.
B.Escalate to the ISP immediately.
C.Disable the rule for all cloud traffic.
D.Ignore the alert as cloud IPs are always false positives.
AnswerA

Context from threat intel is vital for triage.

Why this answer

Cloud-based IPs are often legitimate proxies or malicious botnets; context is key.

50
MCQmedium

Which SIEM feature is used to group related events into a single incident?

A.Log rotation.
B.Event correlation logic.
C.Dashboard visualization.
D.Data ingestion.
AnswerB

Correlation links disparate events into meaningful incidents.

Why this answer

Correlation engines or incident management modules group events based on shared attributes.

51
MCQhard

You are using a SIEM and notice that logs from a critical Windows server are missing. You verify the agent is running and the network is clear. What is the next step?

A.Reinstall the OS on the server.
B.Increase the server CPU.
C.Check the SIEM ingestion error logs for agent authentication issues.
D.Delete the server from the SIEM asset list.
AnswerC

Errors in logs will point to the root cause (e.g., certificate expiry).

Why this answer

Checking the SIEM ingestion logs or agent logs is the logical step to identify why the data is not reaching the SIEM.

52
MCQeasy

What is the primary function of a SIEM collector?

A.Gather and forward logs to the SIEM processing engine.
B.Analyze logs for malware.
C.Encrypt stored logs.
D.Block malicious traffic.
AnswerA

Collectors act as the ingestion point for the SIEM.

Why this answer

Collectors gather data from various sources and forward it to the main processing engine.

53
MCQhard

When configuring log ingestion for a cloud service in a SIEM, you notice high latency in alert generation. What is the most likely cause?

A.The SIEM storage is full.
B.The polling interval for the API is set too high.
C.The cloud provider is down.
D.The SIEM license limit is reached.
AnswerB

Frequent polling is required for near-real-time alerts.

Why this answer

API polling intervals are the most common source of latency in cloud log ingestion.

54
MCQeasy

What is the primary benefit of 'Threat Intelligence' integration in a SIEM?

A.Increases the log ingestion rate.
B.Provides real-time context to alerts.
C.Replaces the need for a SOC team.
D.Automates all incident response.
AnswerB

Context allows analysts to make informed decisions.

Why this answer

Threat intelligence provides context (IP reputation, malware hashes) to events.

55
MCQmedium

You are designing a correlation rule in Microsoft Sentinel to detect lateral movement. You decide to use KQL to join 'SecurityEvent' and 'SigninLogs'. What is the primary benefit of using a join over a union in this scenario?

A.Unions only support structured data.
B.Joins allow matching records between two datasets based on a common field.
C.Joins consume less memory than unions.
D.Unions cannot be used in detection rules.
AnswerB

Joins are essential for correlating disparate data sources.

Why this answer

Joins allow for the association of different data types based on common entities like IP addresses or hostnames.

56
Multi-Selectmedium

Which TWO of the following are considered best practices when configuring SIEM alerts to minimize false positives?

Select 2 answers
A.Implementing Risk-Based Alerting (RBA).
B.Disabling all alerts during off-hours.
C.Using wildcard searches for all rules.
D.Setting thresholds based on baselined activity.
E.Increasing log retention to 10 years.
AnswersA, D

RBA aggregates risk, reducing individual alert noise.

Why this answer

Tuning thresholds and using risk-based alerting are key strategies.

57
MCQeasy

When performing alert triage in a SIEM, which metric is most important for prioritizing incidents based on the potential business impact?

A.Alert frequency.
B.Log source vendor.
C.Asset Criticality.
D.Number of alerts per user.
AnswerC

High-value assets require immediate attention regardless of the attack type.

Why this answer

Asset criticality helps determine the priority of an incident in a real-world SOC environment.

Ready to test yourself?

Try a timed practice session using only Incident Detection And Triage questions.