hardMultiple ChoiceObjective-mapped
How to Respond to Suspicious Outbound Traffic from Database Servers
A large e-commerce company operates a multi-tier application in a public cloud. The environment includes a web tier, application tier, and database tier. The security team recently deployed a host-based intrusion detection system (HIDS) on all servers. During a routine review, the HIDS alerts show repeated failed login attempts from a single external IP address to several web servers, but no successful logins from that IP. The team also notices that the database servers have been sending outbound traffic to an unknown IP address on port 443, which is unusual because the database servers typically communicate only with the application servers on port 3306 (MySQL). The application team confirms no changes were made recently. The CISO wants an immediate investigation. What should the security team do first?
Quick Answer
The answer is to isolate the database servers from the network and perform forensic analysis on system logs and memory dumps. This is correct because suspicious outbound traffic from database servers on port 443, when they normally only use port 3306 for internal MySQL communication, is a classic indicator of data exfiltration—likely a compromised server sending stolen data to a command-and-control server. Isolating the servers preserves volatile evidence like memory dumps, which can reveal running malware or active network connections, while forensic log analysis identifies the root cause of the breach. On the CISSP exam, this scenario tests your ability to prioritize containment and evidence preservation over reactive measures like blocking IPs or restarting servers, which destroy forensic artifacts. A common trap is focusing on the failed login alerts to the web tier, but the real threat is the active outbound traffic from the database tier. Memory tip: "Isolate and Investigate, don't Block and Reboot" — always contain the compromised asset first to stop data loss and preserve evidence.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Isolate the database servers from the network and perform forensic analysis on system logs and memory dumps.
The correct first step is to isolate the database servers and perform forensic analysis (Option B) because the outbound traffic on port 443 from database servers to an unknown IP is a strong indicator of data exfiltration or command-and-control activity. Isolating the servers prevents further data loss and preserves volatile evidence (memory, logs) for analysis. Option A is wrong because restarting servers may destroy forensic evidence. Option C is wrong because simply adding a firewall rule does not address the root cause—malware or unauthorized access on the database servers. Option D is wrong because blocking the external IP from web server login attempts does not investigate the active exfiltration from the database tier.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Immediately restart all database servers to stop any malicious processes.
Why it's wrong here
Restarting servers is inappropriate because it destroys volatile forensic evidence (e.g., memory contents) and does not stop ongoing data exfiltration.
- ✓
Isolate the database servers from the network and perform forensic analysis on system logs and memory dumps.
Why this is correct
Correct. Isolating the database servers contains the potential breach, and forensic analysis on logs and memory dumps is essential to determine the scope and cause of the anomaly.
- ✗
Add a firewall rule to deny outbound traffic from the database tier to the unknown IP.
Why it's wrong here
Adding a firewall rule to block outbound traffic to the unknown IP is a temporary containment measure, but it does not address the underlying compromise on the database servers; forensic analysis is still required.
- ✗
Block the external IP that is attempting to log in to the web servers and continue monitoring.
Why it's wrong here
Blocking the external IP that attempted logins addresses the failed login attempts, but the more critical issue is the outbound traffic from the database servers. This could be a distraction technique; the focus should be on the database tier.
Go deeper
Related to this question
Learn chapter
Security Governance and Principles
Key term
Security
Security in IT is the practice of protecting systems, networks, and data from unauthorized access, damage, or theft.
Key term
Firewall rule
A firewall rule is a set of conditions that tells a firewall which network traffic to allow or block based on attributes like source, destination, port, and protocol.
About these practice questions
Courseiva writes every CISSP question from scratch — 747 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
2 more ways this is tested on CISSP
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A security analyst is reviewing logs and notices multiple failed login attempts from a single IP address followed by a successful login. What should the analyst do next?
easy- A.Disable the account immediately
- B.Ignore, as failed logins are normal
- ✓ C.Investigate the successful login
- D.Block the IP address
Why C: A successful login immediately following multiple failed attempts from the same IP address is a classic indicator of a brute-force or password-spraying attack that succeeded. The analyst must investigate the successful login to determine if it was legitimate or an account compromise, checking for anomalous behavior, time of access, and any subsequent actions. Ignoring or prematurely blocking the IP could destroy forensic evidence or lock out a legitimate user, while disabling the account without investigation may be premature if the login was authorized.
Variation 2. A security team is analyzing logs from multiple sources and notices anomalous outbound traffic to a known command-and-control server. What is the most likely conclusion?
medium- A.A misconfigured firewall is causing traffic
- ✓ B.A host is compromised and is beaconing
- C.An employee is streaming video to a personal server
- D.The network is under a DDoS attack
Why B: Anomalous outbound traffic to a known command-and-control (C2) server is a classic indicator of compromise (IoC). Compromised hosts often beacon outbound to C2 infrastructure using HTTP, HTTPS, or DNS tunnels to receive instructions or exfiltrate data. This pattern is distinct from normal traffic and is a primary focus of network security monitoring and intrusion detection systems (IDS).
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CISSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CISSP exam.