FlashGenius Logo FlashGenius
Login Sign Up

CYSA-004 Practice Questions: Security Operations Domain

Test your CYSA-004 knowledge with 10 practice questions from the Security Operations domain. Includes detailed explanations and answers.

CYSA-004 Practice Questions

Master the Security Operations Domain

Test your knowledge in the Security Operations domain with these 10 practice questions. Each question is designed to help you prepare for the CYSA-004 certification exam with detailed explanations to reinforce your learning.

Question 1

A network analyst reviews 24 hours of connection data for ENG-WS14 and sees 288 outbound sessions to 198.51.100.77:443. Each session occurs almost exactly every 300 seconds, with about 1.1KB sent and less than 100 bytes received. DNS shows the destination domain was first seen in the environment today and no other hosts contacted it. What is the MOST likely explanation?

A) A host is performing periodic command-and-control beaconing

B) A user is uploading large data sets to cloud storage

C) An internal vulnerability scanner is probing remote services

D) A load balancer is sending health checks to a web server

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Low-volume outbound traffic at highly regular intervals to a rare destination is a classic beaconing pattern. The nearly exact five-minute cadence, very small payload size, first-seen domain, and single-host contact pattern all align with likely command-and-control traffic rather than normal application use or bulk transfer behavior.

Why the other options are wrong:
- Option B: Data uploads would usually involve much higher volume and less rigid timing. The stem instead shows small, repeating bursts.
- Option C: Vulnerability scanning would typically target many destinations or ports, not a single rare external endpoint every five minutes.
- Option D: Load balancer health checks would usually originate from infrastructure devices and be expected, not from a workstation with first-seen DNS activity.

Question 2

A junior analyst pastes raw authentication logs containing employee email addresses and internal ticket numbers into an unapproved public AI assistant. The tool responds, "Confirmed ransomware staging from a compromised admin account," but provides no supporting evidence. What should the senior analyst do first?

A) Follow the AI recommendation immediately and isolate all administrator endpoints

B) Validate the claim against original telemetry and move further analysis to an approved handling process

C) Ask the AI to review more logs so the conclusion becomes more confident

D) Copy the AI output into the executive incident report because it is faster

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): The first step is to validate the AI claim against the original telemetry because AI-generated summaries can hallucinate, overstate certainty, or ignore contradictory evidence. The scenario also creates a sensitive-data handling problem because raw logs were submitted to an unapproved public tool. CySA+ analysts should not contain, escalate, or report based on unsupported AI output; they should verify the evidence and move analysis into an approved, access-controlled workflow.

Why the other options are wrong:
- Option A: Immediate isolation based only on an unsupported AI claim risks major disruption and skips evidence-based validation.
- Option C: Requesting more AI analysis does not solve the two core problems: the conclusion is unverified and the data was placed into an unapproved public tool.
- Option D: Executive reporting should contain validated facts, not unsupported AI conclusions, especially when the underlying workflow already has data-handling concerns.

Question 3

A SOC analyst is investigating a suspicious spreadsheet opened by a finance user. The SIEM shows normal authentication activity after the file was opened, but the analyst needs to determine whether the spreadsheet triggered local script execution and spawned PowerShell on the user's laptop. Which telemetry source would provide the most direct evidence?

A) The SIEM correlation dashboard for recent authentication events

B) The EDR process tree and command-line telemetry from the laptop

C) The perimeter firewall session logs for outbound traffic

D) The weekly vulnerability scan report for the laptop

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): EDR telemetry is the best source because the question is about host-level execution. Process trees, parent-child relationships, and command-line details can directly show whether the spreadsheet application launched PowerShell or another script interpreter. SIEM authentication events, firewall logs, and vulnerability scans may support broader investigation, but they do not directly confirm local execution behavior on the endpoint.

Why the other options are wrong:
- Option A: Authentication data can help correlate user activity, but it does not directly show whether Excel or another spreadsheet process spawned PowerShell on the host.
- Option C: Firewall logs may show follow-on network activity, but they do not reliably prove that the spreadsheet triggered local script execution.
- Option D: Vulnerability scans identify weaknesses and missing patches; they do not show what process actually ran on the laptop.

Question 4

Threat intelligence reports that a current campaign is abusing stolen cloud session tokens to assume temporary roles and then create higher-privilege assignments. Your organization has no alert for this behavior yet, and the SOC manager asks for a proactive hunt. Which action BEST fits that request?

A) Review only the existing critical alert queue for cloud assets

B) Query cloud IAM logs for unusual role assumptions followed by privilege or role-assignment changes by accounts that rarely perform those actions

C) Reimage any workstation used by a cloud administrator in the last seven days

D) Wait for the IDS to detect data exfiltration before searching further

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): Threat hunting is proactive and hypothesis-driven, not just reviewing whatever has already alerted. The stated hypothesis is that stolen session tokens may be used for abnormal role assumption and privilege changes. The best hunt is therefore to query IAM and API activity directly for that sequence, especially by accounts that do not normally perform those actions.

Why the other options are wrong:
- Option A: This is reactive alert triage, not a proactive hunt based on a specific adversary pattern.
- Option C: Reimaging endpoints is a remediation action without evidence and does not answer the hunt question.
- Option D: Waiting for another alert defeats the purpose of threat hunting, which is intended to find suspicious activity before or without an existing detection.

Question 5

A SOC wants to reduce the time spent on phishing investigations. Its SOAR playbook can enrich URLs and attachments, submit hashes to a sandbox, isolate hosts, and disable user accounts. Because the company has a remote workforce and frequent false positives, which action is safest to automate fully without an approval gate?

A) Isolate any host that opens an attachment from an external sender

B) Disable a user's account after one malicious verdict from a feed

C) Enrich the indicators and open a case with the supporting evidence

D) Delete the message from all mailboxes immediately after one alert

Show Answer & Explanation

Correct Answer: C

Explanation:

Correct answer (C): SOAR is best used for repetitive, well-bounded, low-risk tasks. Enrichment and case creation fit that model because they speed analyst workflow without causing business disruption if the initial signal is wrong. In contrast, isolating hosts, disabling accounts, or deleting messages based on a single alert can create significant operational impact, especially in an environment with frequent false positives and remote users.

Why the other options are wrong:
- Option A: Host isolation may be justified in very high-confidence situations, but the stem highlights frequent false positives and a remote workforce, making fully automatic isolation too risky.
- Option B: Disabling an account after a single feed verdict is too disruptive for full automation without stronger validation or an approval gate.
- Option D: Message deletion can be useful in mature workflows, but immediately deleting from all mailboxes after one alert is riskier than enrichment and can impact legitimate business email.

Question 6

A SOC analyst is investigating repeated failed VPN logins followed by a successful login for the same user. The analyst also wants to correlate those events with DNS lookups to rare domains and Windows authentication logs from internal servers in a single timeline. Which technology is best suited for this task?

A) SIEM

B) EDR

C) IDS/IPS

D) SOAR

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): A SIEM is the best choice because the analyst's goal is centralized collection and correlation of multiple telemetry sources in one place. VPN logs, DNS events, and Windows authentication logs are exactly the kind of cross-source data a SIEM aggregates into a timeline for investigation. EDR focuses on endpoint telemetry, IDS/IPS focuses on network detection or blocking, and SOAR automates workflows using data from other tools rather than serving as the primary correlation platform.

Why the other options are wrong:
- Option B: EDR provides rich host visibility and response actions, but it is not the primary tool for broad correlation across VPN, DNS, and server authentication sources.
- Option C: IDS/IPS can detect suspicious network traffic, but it does not serve as the main platform for centralized correlation of diverse logs over time.
- Option D: SOAR orchestrates actions and enrichment workflows, but it typically consumes data from systems like SIEMs rather than acting as the main log correlation engine.

Question 7

A network sensor reports the following from ENG-LAP-22 over 10 minutes:\n- 240 DNS TXT queries\n- Average subdomain length: 58 characters\n- Queries sent every 15 seconds\n- Destination domain not previously seen in the environment\nThe analyst's goal is to determine whether this is actual DNS tunneling rather than just an odd application behavior. What is the best next step?

A) Declare confirmed data exfiltration because TXT records are present

B) Correlate the DNS activity to the source process and review the destination context

C) Reset the user's password because DNS anomalies usually mean account theft

D) Ignore the activity because encrypted DNS prevents meaningful analysis

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): Long subdomains, frequent TXT queries, and regular intervals make DNS tunneling suspicious, but they do not prove exfiltration by themselves. The strongest next step is to correlate the DNS activity to the generating host process and review the destination's reputation or expected business use. CySA+ emphasizes corroboration across network and host telemetry before declaring a finding exploitable or malicious.

Why the other options are wrong:
- Option A: The pattern is suspicious, but declaring confirmed exfiltration without host or process correlation is premature.
- Option C: Password reset does not address the immediate question and assumes identity theft without supporting evidence.
- Option D: Even if some DNS activity is protected in other scenarios, the provided telemetry is still useful. The analyst should investigate further rather than dismiss it.

Question 8

A SOC's current rule generates too many alerts because it triggers whenever any workstation connects to a domain first seen in the environment within the last seven days. The team wants better fidelity for workstation beaconing detection. Which revised rule is best?

A) Alert when a workstation connects one time to any domain less than seven days old

B) Alert when any host resolves a large number of domains in a single day

C) Alert when a workstation makes periodic low-volume connections to a rare external domain and EDR shows the traffic came from an unusual parent process

D) Alert when encrypted traffic uses destination port 443

Show Answer & Explanation

Correct Answer: C

Explanation:

Correct answer (C): Good detection engineering favors multiple contextual signals over one weak indicator. Option C combines periodicity, low-volume repeated communication, a rare destination, and suspicious endpoint process context. That combination is much more characteristic of beaconing and will reduce false positives compared with rules that fire on a single new domain or common HTTPS traffic.

Why the other options are wrong:
- Option A: This repeats the same weak logic that caused the noise problem. A single connection to a newly seen domain is common in normal workstation activity.
- Option B: A large number of DNS resolutions may indicate other issues, such as scanning or tunneling, but it does not specifically improve fidelity for low-volume beaconing.
- Option D: Destination port 443 is normal for legitimate encrypted traffic and would create excessive noise.

Question 9

A SIEM correlation rule generated the following summary for user jpatel: 08:14 - 6 MFA push denials from source IP 185.77.14.9 08:16 - MFA push approved for same account 08:16 - Device fingerprint changed from known iPhone to unknown Android 08:17 - Successful SaaS login from same IP 08:19 - 2.1 GB downloaded from the user's file share What is the best analyst assessment?

A) The user likely approved repeated prompts due to MFA fatigue, and the account may be compromised.

B) The user probably mistyped the password several times before a normal login.

C) The activity is most likely benign because MFA was completed successfully.

D) This pattern mainly indicates a denial-of-service attack against the identity provider.

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Repeated denied MFA prompts followed by a successful approval, combined with a new device fingerprint and immediate high-volume data access, strongly suggests MFA fatigue or push bombing. The success event does not make the activity benign; it increases concern that an attacker gained access.

Why the other options are wrong:
- Option B: Password typos do not explain repeated MFA denials, the changed device fingerprint, or the large data download immediately after login.
- Option C: A successful MFA event does not prove legitimacy. In this scenario, the surrounding indicators make the successful approval more suspicious, not less.
- Option D: The pattern is focused on one account and is followed by valid access and data retrieval, which is more consistent with account compromise than service disruption.

Question 10

A recent intrusion used malicious Office documents that launched PowerShell with encoded commands. The attacker changes domains and file hashes frequently. Which detection rule would be most resilient in this environment?

A) Alert when powershell.exe runs with encoded or hidden execution flags, has an Office application or script host as the parent process, and makes an outbound network connection.

B) Alert only when traffic is sent to the current known malicious IP address from the incident report.

C) Alert on every instance of PowerShell execution to ensure nothing is missed.

D) Alert only when the file hash of the malicious document exactly matches the previous sample.

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Behavior-based logic is more durable than static indicators when an adversary changes infrastructure or hashes. Encoded PowerShell, suspicious parent-child process relationships, and follow-on network activity provide a stronger and more resilient detection pattern.

Why the other options are wrong:
- Option B: Single IP-based rules are brittle and will likely miss the same technique once the attacker changes infrastructure.
- Option C: Alerting on every PowerShell execution would create excessive noise and does not reflect good detection engineering for a SOC.
- Option D: Hash-based detection is narrow and easy for an attacker to evade by modifying the document or repackaging the payload.

Ready to Accelerate Your CYSA-004 Preparation?

Join thousands of professionals who are advancing their careers through expert certification preparation with FlashGenius.

  • ✅ Unlimited practice questions across all CYSA-004 domains
  • ✅ Full-length exam simulations with real-time scoring
  • ✅ AI-powered performance tracking and weak area identification
  • ✅ Personalized study plans with adaptive learning
  • ✅ Mobile-friendly platform for studying anywhere, anytime
  • ✅ Expert explanations and study resources
Start Free Practice Now

Already have an account? Sign in here

About CYSA-004 Certification

The CYSA-004 certification validates your expertise in security operations and other critical domains. Our comprehensive practice questions are carefully crafted to mirror the actual exam experience and help you identify knowledge gaps before test day.