1Which type of Linux data is typically lost when the system is powered off?
Volatile and Non-volatile Data in Linux
Easy
A.Non-volatile data
B.File system metadata
C.Volatile data
D.Archived data
Correct Answer: Volatile data
Explanation:
Volatile data, such as active processes and RAM contents, is usually lost when power is removed.
Incorrect! Try again.
2Which item is an example of non-volatile data on a Linux system?
Volatile and Non-volatile Data in Linux
Easy
A.RAM contents
B.Files stored on disk
C.Active network connections
D.Running processes
Correct Answer: Files stored on disk
Explanation:
Files stored on a disk remain available after shutdown and are therefore non-volatile.
Incorrect! Try again.
3What is a forensic image of a Linux storage device?
File System Image Analysis
Easy
A.A bit-for-bit copy of the device
B.A list of installed applications
C.A screenshot of the desktop
D.A compressed folder containing only the files selected by an investigator
Correct Answer: A bit-for-bit copy of the device
Explanation:
A forensic image is a bit-for-bit copy that preserves the storage device's data for examination.
Incorrect! Try again.
4Why is a hash value calculated for a forensic image?
File System Image Analysis
Easy
A.To verify image integrity
B.To encrypt the image
C.To identify the operating system
D.To reduce the image size
Correct Answer: To verify image integrity
Explanation:
Matching hash values help demonstrate that the forensic image has not been altered.
Incorrect! Try again.
5Which source is primarily examined during Linux memory forensics?
Memory Forensics
Easy
A.A RAM capture
B.A disk partition
C.A printer log
D.A software installation package containing application files and documentation
Correct Answer: A RAM capture
Explanation:
Memory forensics examines captured RAM to find processes, connections, credentials, and other volatile evidence.
Incorrect! Try again.
6Which evidence can commonly be identified in a Linux memory image?
Memory Forensics
Easy
A.Running processes
B.Monitor settings
C.Physical disk labels
D.Printed documents
Correct Answer: Running processes
Explanation:
A memory image can reveal processes that were running when the RAM capture was created.
Incorrect! Try again.
7What is the main focus of network forensics?
Network Forensics
Easy
A.Installing operating system updates on every device connected to the network
B.Repairing storage devices
C.Investigating network activity
D.Designing web pages
Correct Answer: Investigating network activity
Explanation:
Network forensics involves capturing and analyzing network activity for evidence of incidents or misuse.
Incorrect! Try again.
8Which device commonly records summaries of network communication flows?
Network Forensics
Easy
A.External speaker
B.Network router
C.Local keyboard
D.Display monitor
Correct Answer: Network router
Explanation:
Routers commonly generate flow records that summarize communication between network endpoints.
Incorrect! Try again.
9What is the basic purpose of a system log?
Logging Fundamentals
Easy
A.To replace user passwords
B.To increase processor speed
C.To automatically restore every file deleted from the computer
D.To record system events
Correct Answer: To record system events
Explanation:
System logs record events that can help administrators and investigators understand system activity.
Incorrect! Try again.
10Which Linux directory traditionally contains many system log files?
Logging Fundamentals
Easy
A./boot
B./home
C./var/log
D./media
Correct Answer: /var/log
Explanation:
The /var/log directory traditionally stores many Linux system and application logs.
Incorrect! Try again.
11Why are accurate timestamps important in forensic logs?
Logging Fundamentals
Easy
A.They establish event timing
B.They encrypt user activity
C.They compress log files
D.They prevent all unauthorized attempts to modify historical log entries
Correct Answer: They establish event timing
Explanation:
Accurate timestamps allow investigators to place events in order and build a reliable timeline.
Incorrect! Try again.
12What does network forensic readiness aim to achieve?
Network Forensic Readiness
Easy
A.Replacement of network hardware
B.Elimination of all network traffic
C.Automatic prosecution of anyone who violates an organization's security policy
D.Preparation for evidence collection
Correct Answer: Preparation for evidence collection
Explanation:
Network forensic readiness prepares an organization to collect and preserve useful evidence before an incident occurs.
Incorrect! Try again.
13Which practice best supports network forensic readiness?
Network Forensic Readiness
Easy
A.Allowing each device to maintain a different time without using a common reference
B.Synchronizing system clocks
C.Disabling every audit source
D.Deleting logs each hour
Correct Answer: Synchronizing system clocks
Explanation:
Synchronized clocks make timestamps consistent, which helps investigators compare events across devices.
Incorrect! Try again.
14What is event correlation?
Event Correlation Concepts
Easy
A.Combining related events from multiple sources
B.Encrypting all messages sent across a network
C.Deleting duplicate files from one storage device
D.Creating a separate user account for each application
Correct Answer: Combining related events from multiple sources
Explanation:
Event correlation links related records from different sources to reveal patterns or incidents.
Incorrect! Try again.
15Which field is especially useful when correlating firewall and authentication logs?
Event Correlation Concepts
Easy
A.Screen brightness
B.Desktop wallpaper
C.IP address
D.Printer model
Correct Answer: IP address
Explanation:
A shared IP address can help connect related activity recorded in different network and system logs.
Incorrect! Try again.
16Which network log pattern may be an Indicator of Compromise (IoC)?
Indicators of Compromise (IoCs) from Network Logs
Easy
A.A monitor entering sleep mode after inactivity
B.A user changing the size of a desktop icon
C.Repeated connections to a known malicious IP address
D.A printer completing a scheduled maintenance test
Correct Answer: Repeated connections to a known malicious IP address
Explanation:
Repeated communication with a known malicious IP address may indicate malware or unauthorized activity.
Incorrect! Try again.
17Which item can be used as a network-based IoC?
Indicators of Compromise (IoCs) from Network Logs
Easy
A.A monitor resolution
B.A malicious domain name
C.A keyboard layout
D.A document font size
Correct Answer: A malicious domain name
Explanation:
A known malicious domain can be searched for in DNS, proxy, and other network logs.
Incorrect! Try again.
18What does a packet capture contain?
Network Traffic Investigation
Easy
A.A complete physical inventory of all equipment owned by the organization
B.Printed audit reports
C.Deleted disk partitions
D.Recorded network packets
Correct Answer: Recorded network packets
Explanation:
A packet capture stores network packets observed on an interface or network segment.
Incorrect! Try again.
19Which tool is commonly used to inspect packet capture files?
Network Traffic Investigation
Easy
A.Calculator
B.Text editor
C.Wireshark
D.Disk defragmenter
Correct Answer: Wireshark
Explanation:
Wireshark is a widely used tool for opening, filtering, and examining packet captures.
Incorrect! Try again.
20Which filter would help an investigator focus on traffic involving one specific host?
Network Traffic Investigation
Easy
A.An IP address filter
B.A screen color filter
C.A font style filter
D.A file permission filter that reviews every local user and group setting
Correct Answer: An IP address filter
Explanation:
Filtering by an IP address limits the displayed traffic to packets involving the specified host.
Incorrect! Try again.
21A Linux server is suspected of running a reverse shell. Which evidence should an investigator collect first?
Volatile and Non-volatile Data in Linux
Medium
A.Active network connections and running processes
B.Installed package lists and user home directories
C.Disk partitions and file-system superblocks
D.Archived application logs and configuration files
Correct Answer: Active network connections and running processes
Explanation:
Active connections and process information are volatile and may disappear when the system is shut down or the malicious process terminates.
Incorrect! Try again.
22After an unexpected shutdown, which source is most likely to retain evidence of earlier SSH authentication attempts?
Volatile and Non-volatile Data in Linux
Medium
A.The contents of /proc/net/tcp
B.The file /var/log/auth.log
C.The system's current ARP cache
D.The output of the jobs command
Correct Answer: The file /var/log/auth.log
Explanation:
/var/log/auth.log is stored on disk and commonly records SSH authentication activity, so it can survive a shutdown.
Incorrect! Try again.
23An investigator must examine an ext4 image without allowing journal recovery to modify evidence. Which approach is most appropriate?
File System Image Analysis
Medium
A.Run fsck -y before mounting the image
B.Mount the image using ro,noload options
C.Mount the image read-write with sync enabled
D.Copy files from the image using a file manager
Correct Answer: Mount the image using ro,noload options
Explanation:
The ro option prevents writes, while noload prevents ext4 journal replay that could otherwise alter the mounted evidence.
Incorrect! Try again.
24A file's modification time is months earlier than the creation of its owning user account, but its metadata-change time matches the incident date. What should the investigator suspect?
File System Image Analysis
Medium
A.Normal access-time updating
B.Routine journal checkpointing
C.Possible timestamp manipulation
D.Automatic file-system compression
Correct Answer: Possible timestamp manipulation
Explanation:
An implausibly old modification time combined with a recent metadata-change time can indicate timestomping, although supporting evidence should also be examined.
Incorrect! Try again.
25A deleted file's directory entry and inode remain available, but its data blocks have been reallocated. What is the most likely recovery outcome?
File System Image Analysis
Medium
A.The original content will be fully recovered
B.The journal will always restore the original content
C.The inode will automatically recreate the data blocks
D.The filename may remain, but content may be corrupted
Correct Answer: The filename may remain, but content may be corrupted
Explanation:
Metadata can survive after deletion, but reallocated blocks may contain new data, making the original file incomplete or unrecoverable.
Incorrect! Try again.
26A standard process listing does not show a suspected malware process, but a scan of process structures in memory finds it. What is the best interpretation?
Memory Forensics
Medium
A.The memory image contains only cached files
B.The disk image was acquired incorrectly
C.The process may have been hidden by a rootkit
D.The process is necessarily a terminated zombie
Correct Answer: The process may have been hidden by a rootkit
Explanation:
A rootkit may unlink a process from normal operating-system lists while residual process structures remain discoverable through memory scanning.
Incorrect! Try again.
27Why should an investigator record the acquisition tool, start time, end time, and hash when capturing Linux memory?
Memory Forensics
Medium
A.To convert volatile evidence into non-volatile evidence
B.To restore terminated processes after the capture completes
C.To demonstrate how the volatile image was obtained and preserved
D.To guarantee that acquisition made no changes to memory
Correct Answer: To demonstrate how the volatile image was obtained and preserved
Explanation:
Memory acquisition changes system state to some extent. Documentation and hashing support repeatability, integrity verification, and chain of custody.
Incorrect! Try again.
28A firewall log shows malicious traffic from a public IP address shared by many internal users through NAT. Which additional records are most useful for identifying the originating host?
Network Forensics
Medium
A.DNS zone-transfer and mail-server logs
B.Printer audit and file-integrity logs
C.NAT translation and DHCP lease logs
D.Kernel boot and package-manager logs
Correct Answer: NAT translation and DHCP lease logs
Explanation:
NAT records map the public connection to an internal address and port, while DHCP logs can map that internal address to a device.
Incorrect! Try again.
29Payload inspection is unavailable because a connection uses TLS. Which combination can still help identify suspicious communication?
Network Forensics
Medium
A.Shell history, environment variables, and aliases
B.File permissions, inode numbers, and user IDs
C.CPU usage, load average, and swap activity
D.Packet timing, destination, volume, and TLS metadata
Correct Answer: Packet timing, destination, volume, and TLS metadata
Explanation:
Encryption hides application content, but flow characteristics and available TLS metadata can still reveal unusual destinations, beaconing, or data transfer.
Incorrect! Try again.
30On a systemd-based Linux host, which command is most suitable for reviewing logs associated with the SSH daemon unit?
Logging Fundamentals
Medium
A.journalctl -u sshd
B.lsblk -f sshd
C.iptables -L sshd
D.findmnt -t sshd
Correct Answer: journalctl -u sshd
Explanation:
journalctl -u sshd filters the systemd journal for entries generated by the SSH daemon unit.
Incorrect! Try again.
31An investigator finds auth.log, auth.log.1, and auth.log.2.gz. What is the correct way to build a complete authentication timeline?
Logging Fundamentals
Medium
A.Analyze only auth.log because rotated logs are duplicates
B.Use only auth.log.2.gz because it contains the oldest events
C.Combine current and rotated logs, then normalize their timestamps
D.Delete the compressed log before sorting the remaining entries
Correct Answer: Combine current and rotated logs, then normalize their timestamps
Explanation:
Log rotation divides events across multiple files. Current and archived logs must be preserved and combined in chronological order.
Incorrect! Try again.
32Why is consistent time synchronization important across firewalls, servers, and intrusion-detection systems?
Network Forensic Readiness
Medium
A.It allows events from different systems to be correlated accurately
B.It increases the amount of payload captured
C.It eliminates the need to retain historical logs
D.It prevents attackers from encrypting network traffic
Correct Answer: It allows events from different systems to be correlated accurately
Explanation:
Synchronized clocks allow investigators to place events from multiple sources into a reliable sequence.
Incorrect! Try again.
33A sensor records an average of Mbps continuously for seven days. Ignoring overhead and compression, approximately how much storage is required?
Network Forensic Readiness
Medium
A.Approximately TB
B.Approximately TB
C.Approximately TB
D.Approximately GB
Correct Answer: Approximately TB
Explanation:
The required storage is bytes, or approximately TB.
Incorrect! Try again.
34A packet-capture sensor connected to a switch mirror port frequently drops packets during peak hours. Which readiness improvement best addresses the problem?
Network Forensic Readiness
Medium
A.Reduce all log timestamps to one-second precision
B.Disable capture filtering on every network interface
C.Increase sensor throughput and monitor packet-loss counters
D.Replace packet captures with user shell histories
Correct Answer: Increase sensor throughput and monitor packet-loss counters
Explanation:
A sensor must handle mirrored traffic at peak rates. Monitoring loss counters verifies whether the capture infrastructure is preserving evidence reliably.
Incorrect! Try again.
35Logs show repeated failed SSH logins, one successful login, and a sudo command shortly afterward. Which correlation rule would provide the strongest alert?
Event Correlation Concepts
Medium
A.Group every SSH event by message length and file size
B.Match all events that occur on the same calendar day
C.Alert whenever any user executes a command containing sudo
D.Link the events by account, source address, host, and time window
Correct Answer: Link the events by account, source address, host, and time window
Explanation:
Correlating shared identifiers within a bounded time window identifies a meaningful attack sequence while reducing unrelated matches.
Incorrect! Try again.
36A proxy records usernames, while a firewall records only internal IP addresses. What additional data best supports correlation between their events?
Event Correlation Concepts
Medium
A.Process memory and CPU registers
B.Password policies and access-control lists
C.DHCP leases and synchronized timestamps
D.File hashes and partition tables
Correct Answer: DHCP leases and synchronized timestamps
Explanation:
DHCP records map internal IP addresses to devices over time, and synchronized timestamps allow proxy and firewall events to be matched.
Incorrect! Try again.
37DNS logs show one workstation querying hundreds of newly registered domains with long, random-looking subdomain labels. What is the most likely concern?
Indicators of Compromise (IoCs) from Network Logs
Medium
A.A routine internal reverse-DNS lookup operation
B.A normal operating-system time synchronization process
C.A standard DHCP address-renewal sequence
D.A domain generation or DNS-tunneling technique
Correct Answer: A domain generation or DNS-tunneling technique
Explanation:
Numerous algorithmic-looking domains or high-entropy subdomains can indicate malware domain generation or data encoded into DNS queries.
Incorrect! Try again.
38A host sends a small outbound connection to the same rare IP address every 60 seconds, including overnight. Which IoC does this pattern most strongly suggest?
Indicators of Compromise (IoCs) from Network Logs
Medium
Regular, low-volume connections to a rare destination are characteristic of malware checking in with command-and-control infrastructure.
Incorrect! Try again.
39A packet capture shows an internal host sending repeated HTTP POST requests containing several megabytes of encoded data to an unfamiliar external server. What should be investigated first?
Network Traffic Investigation
Medium
A.Possible ARP cache expiration on the gateway
B.Possible data exfiltration through HTTP
C.Possible disk fragmentation on the server
D.Possible DHCP exhaustion on the subnet
Correct Answer: Possible data exfiltration through HTTP
Explanation:
Large outbound POST bodies containing encoded data can indicate that information is being transferred covertly to an external destination.
Incorrect! Try again.
40A capture shows one source sending TCP SYN packets to many ports on a server, with very few completed handshakes. Which activity is most consistent with this evidence?
Network Traffic Investigation
Medium
A.A TCP port scan
B.A normal TLS session
C.A DNS zone update
D.A successful file transfer
Correct Answer: A TCP port scan
Explanation:
Probing many destination ports with SYN packets and completing few connections is a common pattern of TCP port scanning.
Incorrect! Try again.
41A live Linux server uses full-disk encryption, and responders suspect a memory-resident implant. Which acquisition strategy best preserves evidence that would otherwise become inaccessible?
Volatile and Non-volatile Data in Linux
Hard
A.Acquire RAM and volatile state with trusted tools, then image the block devices
B.Freeze user processes, unmount every file system, then acquire physical memory
C.Copy application logs, reboot into forensic media, then image the logical volumes
D.Shut down cleanly, image the block devices, then inspect the swap partition
Correct Answer: Acquire RAM and volatile state with trusted tools, then image the block devices
Explanation:
RAM may contain encryption keys, injected code, sockets, and process state that disappear at shutdown. Disk imaging can follow after volatile evidence is captured.
Incorrect! Try again.
42A process is executing a malicious file that has been unlinked. /proc/4821/fd/7 points to /tmp/.x (deleted). What is the most direct way to preserve the file's current content before the process exits?
Volatile and Non-volatile Data in Linux
Hard
A.Run sync so the deleted directory entry is rewritten to the file system
B.Copy the content through /proc/4821/fd/7 and hash the resulting evidence file
C.Recover the original pathname from /tmp after terminating process 4821
D.Read /proc/4821/cmdline and reconstruct the executable from its arguments
Correct Answer: Copy the content through /proc/4821/fd/7 and hash the resulting evidence file
Explanation:
An open file descriptor retains a reference to the inode after unlinking. Reading through /proc/<pid>/fd/<n> can preserve the bytes before the last reference is closed.
Incorrect! Try again.
43On ext4, a file is renamed from /srv/a/report to /srv/b/report without changing its content. Assuming normal Linux behavior, which timestamp pattern is most consistent with that operation?
File System Image Analysis
Hard
A.The file's birth time changes, its ctime remains, and both directories are updated
B.The file's atime changes, its mtime remains, and neither directory is updated
C.The file's ctime changes, its mtime remains, and both directories are updated
D.The file's mtime changes, its ctime remains, and only the target directory updates
Correct Answer: The file's ctime changes, its mtime remains, and both directories are updated
Explanation:
A rename changes inode metadata and directory entries, so the file's ctime and the directories' metadata times change. The file content is untouched, so its mtime normally remains unchanged.
Incorrect! Try again.
44An ext4 volume was mounted with the default data=ordered journaling mode. What conclusion about a previous version of an overwritten file can safely be drawn from the journal alone?
File System Image Analysis
Hard
A.The journal guarantees recovery until the next successful unmount operation
B.The journal may reconstruct metadata, but prior file data is not guaranteed
C.The journal contains file data only when the inode's atime was also modified
D.The journal necessarily contains every old data block and its original pathname
Correct Answer: The journal may reconstruct metadata, but prior file data is not guaranteed
Explanation:
In data=ordered mode, metadata is journaled while ordinary file data is generally written to its normal location before commit. Data remnants may exist, but complete prior content is not guaranteed.
Incorrect! Try again.
45An investigator creates an LVM snapshot of a single logical volume containing a mounted ext4 file system and an active database, then images the snapshot. How should the resulting image be characterized?
File System Image Analysis
Hard
A.It is fully consistent only if the snapshot is imaged before any later disk writes
B.It is physically inconsistent because snapshots cannot preserve mounted file systems
C.It is crash-consistent at snapshot time but may not be application-consistent
D.It is application-consistent because copy-on-write preserves database transactions
Correct Answer: It is crash-consistent at snapshot time but may not be application-consistent
Explanation:
The snapshot provides a point-in-time block view, but in-flight database operations may not have been flushed coherently. Database recovery may therefore be required.
Incorrect! Try again.
46A Linux memory analyzer identifies implausible PIDs and invalid task-list pointers after being supplied symbols from a kernel with the same version number but a different distribution build. What is the best corrective action?
Memory Forensics
Hard
A.Disable address-space randomization assumptions and reuse the existing symbol table
B.Interpret the invalid pointers as evidence of direct kernel object manipulation
C.Use symbols matching the exact kernel build and verify the banner in memory
D.Replace virtual addresses with physical offsets derived from the swap partition
Correct Answer: Use symbols matching the exact kernel build and verify the banner in memory
Explanation:
Distribution patches and build configurations can change structure layouts despite matching version numbers. Exact symbols or an equivalent matching profile are needed before treating anomalies as evidence.
Incorrect! Try again.
47A slab scan finds a task_struct that is absent from the normal process list. Which additional finding most strongly supports a hidden live process rather than a stale terminated-process object?
Memory Forensics
Hard
A.Its PID is lower than the system's configured maximum PID
B.Its runnable thread and socket objects remain coherently cross-linked
C.Its memory address falls inside a recognized slab-cache region
D.Its command name resembles a common kernel worker process
Correct Answer: Its runnable thread and socket objects remain coherently cross-linked
Explanation:
Slab caches can retain stale process objects. Coherent links to active scheduler and socket structures provide stronger cross-view evidence that the process is still live but unlinked.
Incorrect! Try again.
48A public IP address is shared by thousands of subscribers through carrier-grade NAT. Which evidence is essential for reliably attributing an observed outbound TCP connection to one subscriber?
Network Forensics
Hard
A.A time-synchronized NAT mapping containing public and private address-port tuples
B.A DNS resolver log containing the queried domain and the shared public address
C.A firewall alert containing the destination port and the carrier's autonomous system
D.A DHCP lease containing the public destination address and the subscriber hostname
Correct Answer: A time-synchronized NAT mapping containing public and private address-port tuples
Explanation:
The public address alone is insufficient under carrier-grade NAT. Attribution requires the translated source port, both address-port tuples, protocol, and an accurate timestamp.
Incorrect! Try again.
49A packet capture contains overlapping TCP segments with conflicting bytes. The IDS alert reflects one byte sequence, but the destination host's operating-system behavior is unknown. What is the most defensible forensic approach?
Network Forensics
Hard
A.Use only the last-seen bytes because retransmissions always supersede earlier data
B.Discard the entire flow because conflicting retransmissions make analysis impossible
C.Use only the first-seen bytes because packet arrival order defines TCP semantics
D.Reconstruct plausible streams under relevant overlap policies and compare corroborating evidence
Correct Answer: Reconstruct plausible streams under relevant overlap policies and compare corroborating evidence
Explanation:
Different TCP/IP implementations may resolve overlaps differently. Testing relevant policies and comparing endpoint, IDS, and application evidence avoids assuming an unsupported interpretation.
Incorrect! Try again.
50A Linux host uses systemd-journald with Storage=auto. No /var/log/journal directory exists. What should an investigator expect after an ungraceful reboot?
Logging Fundamentals
Hard
A.Journal entries will be copied automatically into the ext4 file-system journal
B.Journal entries will persist only if the kernel ring buffer was sufficiently large
C.Journal entries stored under /run/log/journal will generally be lost
D.Journal entries will persist because auto always creates permanent storage
Correct Answer: Journal entries stored under /run/log/journal will generally be lost
Explanation:
With Storage=auto, journald uses persistent storage only when /var/log/journal exists. Otherwise, logs are kept in volatile /run/log/journal and normally vanish at reboot.
Incorrect! Try again.
51A single Linux Audit event is represented by SYSCALL, EXECVE, CWD, and several PATH records. Which field should primarily be used to assemble those records into one event?
Logging Fundamentals
Hard
A.The user ID alone, scoped to the login session and destination terminal
B.The process ID alone, scoped to the file-system mount and executable pathname
C.The audit record type alone, scoped to the current journald cursor position
D.The common msg=audit(timestamp:serial) identifier, scoped to host and boot
Correct Answer: The common msg=audit(timestamp:serial) identifier, scoped to host and boot
Explanation:
Linux Audit emits multiple records for one event with a shared audit timestamp and serial. Host and boot context prevent collisions when aggregating logs from multiple systems or reboots.
Incorrect! Try again.
52Host A records event at 12:00:00 with a clock uncertainty of seconds. Host B records event at 12:01:00 with a clock uncertainty of seconds. What ordering is justified from timestamps alone?
Event Correlation Concepts
Hard
A. definitely occurred first because its recorded timestamp is earlier
B. definitely occurred first because Host A has greater clock uncertainty
C.Neither ordering is certain because the possible true-time intervals overlap
D.The events were simultaneous because their uncertainty ranges share timestamps
Correct Answer: Neither ordering is certain because the possible true-time intervals overlap
Explanation:
The intervals are 11:58:30–12:01:30 for and 12:00:40–12:01:20 for . Their overlap prevents a definite ordering.
Incorrect! Try again.
53A sensor records an average traffic rate of 250 Mbps for 30 days. Stored captures achieve a 2.5:1 compression ratio. Ignoring overhead and using decimal units, approximately how much storage is required?
Network Forensic Readiness
Hard
A.324.0 TB
B.81.0 TB
C.12.96 TB
D.32.4 TB
Correct Answer: 32.4 TB
Explanation:
Storage is bytes, or approximately 32.4 TB.
Incorrect! Try again.
54An organization wants the ability to inspect approved TLS sessions retrospectively. Most services use ephemeral ECDHE. Which readiness control is technically effective?
Network Forensic Readiness
Hard
A.Retain DNS responses and infer TLS application content from destination hostnames
B.Archive only server private keys and reconstruct every ECDHE session after an incident
C.Securely retain authorized session secrets or capture plaintext at a managed endpoint
D.Capture certificate chains and derive session keys from their public-key signatures
Correct Answer: Securely retain authorized session secrets or capture plaintext at a managed endpoint
Explanation:
ECDHE provides forward secrecy, so a server's long-term private key does not retrospectively decrypt captured sessions. Session secrets, endpoint telemetry, or authorized TLS interception are required.
Incorrect! Try again.
55Which DNS-log pattern should receive the highest investigative priority as a possible command-and-control beacon, while still requiring corroboration?
Indicators of Compromise (IoCs) from Network Logs
Hard
A.One host queries changing high-entropy subdomains of a new domain at regular intervals
B.Many hosts query a popular CDN domain at irregular intervals during working hours
C.One resolver repeatedly queries an internal mail server after cached records expire
D.Many clients query a software-update domain shortly after a scheduled patch window
Correct Answer: One host queries changing high-entropy subdomains of a new domain at regular intervals
Explanation:
Regular timing, algorithmic-looking labels, low prevalence, and a newly observed domain form a stronger composite IoC than any one characteristic alone.
Incorrect! Try again.
56A TLS fingerprint associated with malware is also produced by a widely deployed legitimate runtime. How should analysts use this fingerprint?
Indicators of Compromise (IoCs) from Network Logs
Hard
A.Treat it as conclusive because identical TLS fingerprints imply identical binaries
B.Ignore all matching traffic because shared runtimes eliminate investigative value
C.Treat it as a weak IoC and correlate it with destinations, certificates, and behavior
D.Block every match because collision risk matters only for server-side fingerprints
Correct Answer: Treat it as a weak IoC and correlate it with destinations, certificates, and behavior
Explanation:
TLS fingerprints identify client-stack characteristics, not a unique binary or actor. Correlation with infrastructure, timing, certificates, and host evidence reduces false positives.
Incorrect! Try again.
57A web service accepts direct Internet connections and connections through trusted reverse proxies. Proxies append forwarding addresses to X-Forwarded-For. Which method best identifies the probable client without trusting spoofed headers?
Event Correlation Concepts
Hard
A.Build the hop chain from the socket peer and walk right-to-left past trusted proxies
B.Prefer the address with the lowest TTL because it must be closest to the web server
C.Always select the leftmost header address because it represents the original client
D.Always select the rightmost header address because clients cannot modify that position
Correct Answer: Build the hop chain from the socket peer and walk right-to-left past trusted proxies
Explanation:
Start with the authenticated network peer and trust forwarding entries only across configured proxy hops. The first untrusted address encountered is the defensible client candidate.
Incorrect! Try again.
58A PCAP was collected with a 96-byte snapshot length. Flow records show a 500 MB TLS transfer, but the PCAP contains only headers and short payload prefixes. What is the correct conclusion?
Network Traffic Investigation
Hard
A.The full payload remains encoded in packet checksums and can be recovered computationally
B.The omitted payload cannot be recovered from that PCAP; other telemetry is required
C.The full payload can be reconstructed from TCP sequence numbers and acknowledgment values
D.The omitted payload can be obtained by increasing the snapshot length during later analysis
Correct Answer: The omitted payload cannot be recovered from that PCAP; other telemetry is required
Explanation:
Snapshot-length truncation means the missing bytes were never recorded. Flow logs can establish volume and endpoints, but payload recovery requires another capture source or endpoint evidence.
Incorrect! Try again.
59A host-based packet capture marks nearly every outbound TCP checksum as invalid, while inbound checksums validate and a downstream network sensor sees valid outbound packets. What is the most likely explanation?
Network Traffic Investigation
Hard
A.Transmit checksum offloading occurs after the host capture point
B.The host firewall intentionally corrupts checksums to detect replayed traffic
C.The remote server repairs invalid checksums before acknowledging packets
D.The capture file uses a byte order incompatible with outbound TCP headers
Correct Answer: Transmit checksum offloading occurs after the host capture point
Explanation:
With checksum offloading, packets may be captured before the NIC computes the final checksum. A downstream capture showing valid checksums confirms this acquisition artifact.
Incorrect! Try again.
60During suspected ARP spoofing, a capture shows repeated unsolicited ARP replies mapping the default gateway's IP to a new MAC address. Which additional observation most strongly demonstrates an active man-in-the-middle path?
Network Traffic Investigation
Hard
A.The new MAC sends ICMP echo requests to several hosts within the local subnet
B.Frames for external destinations arrive at the new MAC and are then forwarded onward
C.The switch advertises the same spanning-tree root bridge before and after the replies
D.The legitimate gateway continues broadcasting periodic ARP requests for client systems
Correct Answer: Frames for external destinations arrive at the new MAC and are then forwarded onward
Explanation:
ARP replies alone may reflect reconfiguration or failover. Receiving victim traffic and forwarding it toward the legitimate gateway directly supports an interception path.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →