Correct Answer: To identify unusual protocol activity
Explanation:
A model of normal protocol behavior provides a baseline for detecting unusual or potentially malicious activity.
Incorrect! Try again.
19Which event is most likely to be flagged as an authentication anomaly?
Log and Event Analysis: detecting anomalies
Easy
A.One scheduled account permissions review
B.One approved change to a password
C.Many failed logins within one minute
D.One successful login during work hours
Correct Answer: Many failed logins within one minute
Explanation:
A burst of failed login attempts is unusual and may indicate a brute-force attack.
Incorrect! Try again.
20Where is a network intrusion detection system commonly placed?
Network Traffic Analysis: NIDS/NIPS
Easy
A.Inside an offline document file
B.At a point where it can observe traffic
C.Within a disconnected power supply
D.Under a user's keyboard tray
Correct Answer: At a point where it can observe traffic
Explanation:
A NIDS must be positioned where it can monitor relevant network traffic, such as near a gateway or network segment.
Incorrect! Try again.
21A user account successfully signs in from two distant countries within 15 minutes. Which use of log and event analysis best helps identify this incident?
Log and Event Analysis: role of log and event analysis
Medium
A.Compressing authentication logs at the end of each day
B.Correlating authentication events with location and time data
C.Deleting successful sign-in events after account verification
D.Grouping authentication events only by operating system
Correct Answer: Correlating authentication events with location and time data
Explanation:
Correlation reveals the geographically impossible travel pattern by combining sign-in time, account, and source-location data.
Incorrect! Try again.
22An analyst must find a coordinated attack distributed across millions of DNS, proxy, and endpoint events. Which technique is most appropriate?
Log and Event Analysis: advanced log analysis techniques
Medium
A.Sorting every event alphabetically by its message field
B.Reviewing a random sample from each log source
C.Counting only the total events produced each hour
D.Correlating events by host, user, domain, and timestamp
Correct Answer: Correlating events by host, user, domain, and timestamp
Explanation:
Multi-field correlation connects related activity across different sources and can expose a coordinated sequence that isolated review would miss.
Incorrect! Try again.
23A database server normally produces 20 to 40 failed logins per hour. It suddenly records 600 failed logins from one source in an hour. Which detection method best identifies this activity?
Log and Event Analysis: detecting anomalies
Medium
A.A baseline-based alert for abnormal authentication volume
B.A retention rule for removing old authentication records
C.A parser that converts timestamps to a common format
D.A signature matching a specific malware file hash
Correct Answer: A baseline-based alert for abnormal authentication volume
Explanation:
The event is abnormal relative to established login behavior, so a baseline-based anomaly rule is the most suitable detection method.
Incorrect! Try again.
24A SIEM receives firewall logs in UTC and application logs in local time. Correlation rules frequently place related events in the wrong order. What should be done first?
Log and Event Analysis: integrating log analysis
Medium
A.Separate application and firewall logs into different consoles
B.Increase the storage capacity assigned to the SIEM
C.Normalize all event timestamps to a common time standard
D.Suppress firewall events that have repeated source addresses
Correct Answer: Normalize all event timestamps to a common time standard
Explanation:
Timestamp normalization is necessary for reliable ordering and correlation of events collected from systems using different time zones.
Incorrect! Try again.
25An organization needs evidence that archived audit logs have not been modified after collection. Which control most directly provides this assurance?
Log and Event Analysis: enhancing log data security
Medium
A.Digitally signing log batches and verifying their hashes
B.Compressing log batches before transferring them to storage
C.Indexing log fields to improve the speed of searches
D.Renaming log files according to their collection dates
Correct Answer: Digitally signing log batches and verifying their hashes
Explanation:
Digital signatures and cryptographic hashes provide integrity evidence by making unauthorized changes to stored logs detectable.
Incorrect! Try again.
26Logs show a phishing attachment opening at 09:10, a PowerShell process starting at 09:12, and an outbound connection beginning at 09:13. What is the best next step when reconstructing the attack chain?
Log and Event Analysis: reconstructing the attack chain
Medium
A.Treat each event as an unrelated alert from its own source
B.Link the events using host, user, process, and timestamp data
C.Use only the outbound connection to classify the incident
D.Discard the phishing event because it occurred first
Correct Answer: Link the events using host, user, process, and timestamp data
Explanation:
Linking shared entities and timestamps establishes the likely progression from initial access to execution and command-and-control communication.
Incorrect! Try again.
27A detection service must enrich newly observed file hashes by querying a threat-intelligence API. Which design best reduces unnecessary API requests?
Log and Event Analysis: APIs for advanced threat detection
Medium
A.Cache prior results and query only unknown or expired hashes
B.Query every stored hash whenever any new event arrives
C.Disable local matching before requesting external intelligence
D.Send complete raw log files with each individual hash request
Correct Answer: Cache prior results and query only unknown or expired hashes
Explanation:
Caching avoids repeated lookups, reduces latency and rate-limit usage, and still permits refreshed results after an appropriate expiration period.
Incorrect! Try again.
28Windows records a username as DOMAIN\\alex, while a Linux application records the same person as alex@example.com. What enables reliable cross-platform correlation?
Log and Event Analysis: cross-platform log analysis
Medium
A.Mapping both identifiers to a canonical user identity
B.Keeping each identifier unchanged in a separate index
C.Correlating users only when their raw strings are identical
D.Removing domain information from every authentication event
Correct Answer: Mapping both identifiers to a canonical user identity
Explanation:
Identity normalization maps platform-specific representations to one canonical identity, allowing related events to be correlated accurately.
Incorrect! Try again.
29A cloud workload shows sustained 95% CPU usage, newly created compute instances, and outbound connections to known mining pools. Which conclusion is best supported?
Log and Event Analysis: spotting cloud cryptojacking
Medium
A.The environment may be affected by cloud cryptojacking
B.The environment is completing a routine storage backup
C.The environment is applying a standard access-control update
D.The environment is experiencing only a DNS configuration error
Correct Answer: The environment may be affected by cloud cryptojacking
Explanation:
Unexpected resource creation, prolonged CPU consumption, and mining-pool traffic together are strong indicators of unauthorized cryptocurrency mining.
Incorrect! Try again.
30A security team wants a high-confidence alert when a disabled employee account authenticates to a sensitive application. Which integration is most useful?
Log and Event Analysis: integration of log analysis
Medium
A.Combine DNS cache, storage capacity, and temperature logs
B.Combine browser history, patch size, and bandwidth summaries
C.Combine printer status, asset age, and software license logs
D.Combine identity status, authentication, and application logs
Correct Answer: Combine identity status, authentication, and application logs
Explanation:
Identity data confirms that the account is disabled, while authentication and application logs establish that it accessed the sensitive system.
Incorrect! Try again.
31During validation, a detection rule generates 120 alerts. Investigation confirms that 30 alerts represent real attacks. What is the rule's precision?
Log and Event Analysis: evaluating log analysis
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Precision is , or .
Incorrect! Try again.
32An analyst compares HTTP activity captured on internal, guest, and server network segments. Before applying one detection rule to all captures, what is most important?
Network Traffic Analysis: traffic segmentation and normalization
Medium
A.Normalize protocol fields while preserving segment context
B.Retain only payloads from the busiest network segment
C.Convert all source addresses into one shared address
D.Merge all packets and remove their interface identifiers
Correct Answer: Normalize protocol fields while preserving segment context
Explanation:
Normalization makes fields consistently analyzable, while segment context remains necessary to interpret trust boundaries and expected behavior.
Incorrect! Try again.
33A threat feed lists an IP address as malicious, but the address was last observed two years ago and now belongs to a large hosting provider. How should the indicator be used?
Network Traffic Analysis: threat intelligence integration
Medium
A.Score it using age, confidence, ownership, and local evidence
B.Block it permanently because it appeared in one threat feed
C.Treat every connection to it as a confirmed compromise
D.Ignore all IP indicators from public hosting providers
Correct Answer: Score it using age, confidence, ownership, and local evidence
Explanation:
Threat indicators require contextual scoring because IP ownership and malicious use can change, especially for shared hosting infrastructure.
Incorrect! Try again.
34A workstation sends an HTTP POST request containing a large encoded payload to a domain it has never contacted before. Which additional context would most improve analysis?
Network Traffic Analysis: contextual protocol analysis
Medium
A.The process making the request and the domain's reputation
B.The workstation's monitor size and keyboard layout
C.The switch model and the rack's physical location
D.The user's printer queue and default document format
Correct Answer: The process making the request and the domain's reputation
Explanation:
Process attribution and destination reputation help determine whether the unusual HTTP request is legitimate application traffic or possible data exfiltration.
Incorrect! Try again.
35A company must stop a known exploit before it reaches a public web server, but it also wants to avoid blocking unrelated traffic. Which deployment is most appropriate?
Network Traffic Analysis: NIDS/NIPS
Medium
A.A passive NIDS with all alert generation disabled
B.An inline NIPS with a narrowly tuned exploit signature
C.A packet recorder with no detection or response rules
D.A flow collector configured only for monthly reporting
Correct Answer: An inline NIPS with a narrowly tuned exploit signature
Explanation:
An inline NIPS can block matching traffic, while a narrowly tuned signature reduces the likelihood of disrupting legitimate requests.
Incorrect! Try again.
36A scanner reports that an internal server is vulnerable to an obsolete TLS cipher. Which traffic evidence best validates that the weakness is actually being used?
Network Traffic Analysis: vulnerability validation
Medium
A.A DNS request resolving the server's registered hostname
B.An ARP response containing the server's hardware address
C.A completed TLS handshake negotiating the obsolete cipher
D.A TCP reset sent after an unrelated connection attempt
Correct Answer: A completed TLS handshake negotiating the obsolete cipher
Explanation:
A completed handshake using the cipher confirms that the server offers it and that clients can successfully negotiate it.
Incorrect! Try again.
37A network sensor observes a finance workstation making periodic DNS queries with unusually long, high-entropy subdomain labels. Why is this a jarring signal?
Network Traffic Analysis: analyzing jarring signals
Medium
A.It indicates that the DNS resolver has exhausted its address pool
B.It proves that the workstation is receiving legitimate software updates
C.It sharply differs from normal DNS behavior and may indicate tunneling
D.It confirms that encrypted web traffic is using certificate pinning
Correct Answer: It sharply differs from normal DNS behavior and may indicate tunneling
Explanation:
Long, encoded-looking subdomains sent periodically are inconsistent with ordinary DNS use and can represent command-and-control or exfiltration traffic.
Incorrect! Try again.
38A model of normal SMB behavior shows that employee workstations contact two file servers during business hours. A workstation begins initiating SMB sessions with 80 peers overnight. What should the model flag?
Network Traffic Analysis: modelling protocol behavior
Medium
A.A routine name-resolution exchange between approved servers
B.A possible lateral-movement or worm-propagation pattern
C.A scheduled email synchronization with a mail gateway
D.A normal increase in encrypted web-browsing activity
Correct Answer: A possible lateral-movement or worm-propagation pattern
Explanation:
The sudden change in peer count, timing, and SMB communication pattern deviates from the protocol baseline and is consistent with lateral movement.
Incorrect! Try again.
39A service account normally accesses one database from a fixed application server. It begins accessing several file shares from an employee laptop. Which feature combination is most useful for anomaly detection?
Log and Event Analysis: detecting anomalies
Medium
A.Account, source device, resource type, and access time
B.Log filename, archive size, compression ratio, and disk model
C.Packet checksum, cable category, rack number, and fan speed
D.Screen resolution, browser theme, font size, and locale
Correct Answer: Account, source device, resource type, and access time
Explanation:
These features capture the account's behavioral context and reveal deviations in source, target resource, and timing.
Incorrect! Try again.
40After placing a new NIPS inline, legitimate application requests are blocked because they resemble an attack signature. What is the best immediate corrective action?
Network Traffic Analysis: NIDS/NIPS
Medium
A.Block the entire application subnet at the perimeter
B.Disable logging while leaving the blocking rule unchanged
C.Increase the rule's severity without changing its logic
D.Review matching packets and tune the rule's conditions
Correct Answer: Review matching packets and tune the rule's conditions
Explanation:
Packet review identifies why legitimate traffic matched, and rule tuning can reduce false positives while preserving protection against the exploit.
Incorrect! Try again.
41A forensic team correlates authentication, endpoint, and firewall logs after a breach. The systems use unsynchronized clocks, with observed offsets ranging from -4 to +7 minutes. Which approach best supports a defensible reconstruction of event causality?
Log and Event Analysis: role of log and event analysis
Hard
A.Discard records from hosts whose clocks differ by more than one minute
B.Normalize timestamps using measured clock offsets and corroborate ordering with causal identifiers
C.Sort all records by their original timestamps and treat simultaneous events as unrelated
D.Replace timestamps with ingestion times and order events by SIEM arrival sequence
Correct Answer: Normalize timestamps using measured clock offsets and corroborate ordering with causal identifiers
Explanation:
Clock-offset correction improves temporal alignment, while session IDs, process IDs, request IDs, and network flows provide independent evidence of causal ordering.
Incorrect! Try again.
42An enterprise has millions of common PowerShell events and a small number of legitimate administrative scripts. Which analytic is most likely to identify malicious PowerShell without relying only on known command signatures?
Log and Event Analysis: advanced log analysis techniques
Hard
A.Rank encoded commands by length and alert whenever a fixed threshold is exceeded
B.Suppress signed scripts and inspect only commands executed from temporary directories
C.Correlate rare command features with unusual parent processes, users, and destinations
D.Count PowerShell launches per host and alert on the highest-volume workstation
Correct Answer: Correlate rare command features with unusual parent processes, users, and destinations
Explanation:
Combining command rarity with process ancestry, identity, and network context detects novel misuse while reducing alerts on unusual but legitimate scripts.
Incorrect! Try again.
43A cloud backup service produces high outbound traffic every Sunday night and during irregular disaster-recovery tests. A static threshold generates repeated false positives. Which model is most appropriate?
Log and Event Analysis: detecting anomalies
Hard
A.A fixed percentile threshold recalculated from only the preceding twenty-four hours
B.A seasonal baseline with workload-specific context and explicit maintenance indicators
C.A signature model that alerts only when known malicious IP addresses are contacted
D.A global z-score model trained on the combined traffic of every cloud workload
Correct Answer: A seasonal baseline with workload-specific context and explicit maintenance indicators
Explanation:
A contextual seasonal model captures recurring backups, while maintenance indicators account for legitimate but irregular recovery tests.
Incorrect! Try again.
44A SIEM receives Windows, Linux, SaaS, and network logs whose fields represent identities differently. Which ingestion design best preserves forensic value while enabling reliable correlation?
Log and Event Analysis: integrating log analysis
Hard
A.Retain only vendor-normalized records because raw formats prevent cross-source searches
B.Convert every event into one minimal schema and discard all unmapped source fields
C.Store raw events immutably while mapping normalized fields with source-aware semantics
D.Index each source independently and correlate records through timestamp equality alone
Correct Answer: Store raw events immutably while mapping normalized fields with source-aware semantics
Explanation:
Immutable raw records preserve evidence, while source-aware normalization provides consistent fields without erasing vendor-specific meaning.
Incorrect! Try again.
45Administrators of a compromised host may modify both local logs and the log-forwarding agent. Which control most strongly supports later detection of selective log deletion or alteration?
Log and Event Analysis: enhancing log data security
Hard
A.Compress each log file before transferring it to centralized object storage
B.Encrypt log files with a key stored in the monitored host's configuration
C.Hash-chain ordered events and periodically anchor signed checkpoints externally
D.Restrict SIEM searches through role-based access and quarterly permission reviews
Correct Answer: Hash-chain ordered events and periodically anchor signed checkpoints externally
Explanation:
Hash chaining exposes modification or removal within the sequence, and externally anchored signed checkpoints prevent an attacker from silently rebuilding the chain.
Incorrect! Try again.
46Logs show a malicious document, a scripting-engine launch, credential access, and remote service creation. Several users opened identical documents. Which evidence most reliably links these events into one attack chain?
Log and Event Analysis: reconstructing the attack chain
Hard
A.Shared process ancestry, logon sessions, file hashes, and authenticated network flows
B.Matching event timestamps rounded to the nearest minute across all affected systems
C.Identical severity labels assigned independently by endpoint and network products
D.A common username appearing anywhere within each host's daily security logs
Correct Answer: Shared process ancestry, logon sessions, file hashes, and authenticated network flows
Explanation:
Process lineage and session-scoped identifiers establish execution continuity, while file and flow evidence connects activity across hosts.
Incorrect! Try again.
47A detection service polls an endpoint telemetry API that uses pagination and eventually consistent indexing. Events may appear late or be returned twice. Which collection strategy best prevents missed detections and duplicate processing?
Log and Event Analysis: APIs for advanced threat detection
Hard
A.Increase polling frequency and assume pagination order is stable across API requests
B.Advance the cursor to the request time and reject events older than the previous poll
C.Use overlapping event-time windows, stable event IDs, deduplication, and a delayed watermark
D.Request only the newest page and overwrite records sharing the same endpoint hostname
Correct Answer: Use overlapping event-time windows, stable event IDs, deduplication, and a delayed watermark
Explanation:
Overlapping windows and delayed watermarks capture late events, while stable identifiers make repeated API results safe to process.
Incorrect! Try again.
48The same employee appears as CORP\\jlee in Windows logs, jlee@example.com in SaaS audit logs, and an immutable UUID in an identity provider. How should a cross-platform analytic correlate this activity?
Log and Event Analysis: cross-platform log analysis
Hard
A.Use email addresses as permanent keys because they are globally unique and readable
B.Lowercase every identity string and join events whenever the resulting names match
C.Resolve source identities through time-bounded mappings to a canonical immutable entity
D.Join identities only when source IP addresses and displayed usernames are identical
Correct Answer: Resolve source identities through time-bounded mappings to a canonical immutable entity
Explanation:
A canonical immutable identity with validity periods handles renames, reused usernames, aliases, and differences among platform namespaces.
Incorrect! Try again.
49A Kubernetes cluster shows sustained CPU saturation, but network flow logs reveal only approved registries and internal services. Which additional evidence most strongly distinguishes cryptojacking from legitimate batch computation?
Log and Event Analysis: spotting cloud cryptojacking
Hard
A.High processor utilization occurring on nodes with recently updated operating systems
B.Unexpected image execution plus mining-pool protocol indicators and unauthorized scaling changes
C.Repeated container restarts following ordinary node autoscaling and maintenance events
D.A deployment label identifying the namespace as production rather than development
Correct Answer: Unexpected image execution plus mining-pool protocol indicators and unauthorized scaling changes
Explanation:
The combination links unapproved workload execution, mining-related communication, and control-plane abuse instead of relying on CPU usage alone.
Incorrect! Try again.
50A high-confidence SIEM rule automatically disables user accounts through a SOAR platform. During testing, duplicated alerts trigger repeated disable and enable actions. Which integration property should be added first?
Log and Event Analysis: integration of log analysis
Hard
A.Higher SIEM retention so duplicated alerts remain searchable for several years
B.Longer alert descriptions containing every raw event used by the correlation rule
C.Idempotent response actions keyed by incident identity and current account state
D.Parallel playbook execution across regions without sharing incident state
Correct Answer: Idempotent response actions keyed by incident identity and current account state
Explanation:
Idempotency ensures repeated delivery of the same incident produces the intended state once rather than causing conflicting response actions.
Incorrect! Try again.
51Two detectors are tested against a highly imbalanced dataset containing 100 attacks and 99,900 benign sessions. Detector X has 99.5% accuracy but catches 20 attacks; Detector Y has 98.5% accuracy and catches 90 attacks. Which evaluation is most appropriate?
Log and Event Analysis: evaluating log analysis
Hard
A.Select Detector X because overall accuracy dominates all other metrics at scale
B.Compare ROC curves only because class imbalance cannot influence their interpretation
C.Compare precision-recall behavior and response cost at operational decision thresholds
D.Select Detector Y because recall alone fully captures analyst workload and business risk
Correct Answer: Compare precision-recall behavior and response cost at operational decision thresholds
Explanation:
Accuracy can hide poor attack detection under severe imbalance. Precision, recall, and operational costs reveal whether alerts are both useful and manageable.
Incorrect! Try again.
52Sensors on both sides of a load balancer observe overlapping traffic, while asymmetric routing causes some sensors to see only one direction. Which pipeline best prepares the traffic for behavioral analysis?
Network Traffic Analysis: traffic segmentation and normalization
Hard
A.Analyze each packet independently so missing directions cannot affect reconstructed sessions
B.Retain only internal sensor data because translated addresses invalidate external observations
C.Merge packets by capture time and discard every flow lacking a complete TCP handshake
D.Deduplicate observations, preserve sensor provenance, and normalize flows with partial-state flags
Correct Answer: Deduplicate observations, preserve sensor provenance, and normalize flows with partial-state flags
53A threat feed marks an IP address as command-and-control infrastructure, but the address belongs to a large cloud provider and changes tenants frequently. What is the best way to operationalize this indicator?
Network Traffic Analysis: threat intelligence integration
Hard
A.Alert only when the address appears in at least three independent commercial intelligence feeds
B.Block the address permanently because command-and-control indicators require immediate enforcement
C.Ignore all cloud-hosted indicators because shared infrastructure cannot support attribution
D.Correlate the indicator's validity interval, confidence, ownership, and local connection context
Correct Answer: Correlate the indicator's validity interval, confidence, ownership, and local connection context
Explanation:
Cloud IP indicators decay quickly and may affect unrelated tenants. Temporal validity and local behavioral context reduce stale or misattributed matches.
Incorrect! Try again.
54A DNS response contains a low-TTL TXT record with a large encoded payload. Similar records are used legitimately for email authentication. Which analysis most reliably identifies possible DNS tunneling?
Network Traffic Analysis: contextual protocol analysis
Hard
A.Evaluate query entropy, subdomain uniqueness, directionality, cadence, and host role together
B.Treat low TTL values as malicious unless the queried domain belongs to an internal zone
C.Alert whenever a recursive resolver returns more than one TXT value for a domain
D.Block every TXT response whose payload exceeds the organization's median DNS response size
Correct Answer: Evaluate query entropy, subdomain uniqueness, directionality, cadence, and host role together
Explanation:
DNS tunneling is better identified through combined lexical, temporal, directional, and endpoint context than through TXT size or TTL alone.
Incorrect! Try again.
55An attacker sends overlapping IP fragments that an endpoint and an inline NIPS may reassemble differently. Which defensive behavior most directly addresses this evasion technique?
Network Traffic Analysis: NIDS/NIPS
Hard
A.Inspect each fragment independently and alert only when one contains a complete signature
B.Drop fragmented traffic only when its source address appears on a threat intelligence list
C.Forward all fragments unchanged and compare their aggregate byte count with the IP length
D.Normalize or reassemble traffic according to the protected endpoint's interpretation policy
Correct Answer: Normalize or reassemble traffic according to the protected endpoint's interpretation policy
Explanation:
Evasion succeeds when the sensor and endpoint interpret traffic differently. Target-aware normalization aligns the inspection result with endpoint behavior.
Incorrect! Try again.
56A scanner reports a critical web-server vulnerability on a public virtual IP. Packet analysis shows requests are terminated by a reverse proxy before reaching one of several backends. What evidence best validates actual exploitability?
Network Traffic Analysis: vulnerability validation
Hard
A.A confirmed vulnerable backend path plus proxy behavior that permits the exploit sequence
B.The virtual IP's exposure to the internet and the presence of ordinary HTTP response traffic
C.A backend software inventory entry created before the most recent maintenance window
D.The scanner's banner match combined with the published severity score for the vulnerability
Correct Answer: A confirmed vulnerable backend path plus proxy behavior that permits the exploit sequence
Explanation:
Validation must show both a vulnerable component and a reachable protocol path; a proxy may block, transform, or route away the exploit.
Incorrect! Try again.
57A workstation normally communicates with SaaS services through an authenticated proxy. It suddenly begins sending periodic direct TLS connections to a newly registered domain, but each flow is small. Which feature combination makes this signal most concerning?
Network Traffic Analysis: analyzing jarring signals
Hard
A.Repeated connections, short flow duration, and a destination with multiple DNS addresses
B.Proxy bypass, regular beacon timing, new-domain age, and deviation from the host's peer graph
C.Small payloads, standard destination ports, and certificates issued by a public authority
D.Low bandwidth, successful TLS handshakes, and a destination hosted outside the organization
Correct Answer: Proxy bypass, regular beacon timing, new-domain age, and deviation from the host's peer graph
Explanation:
The abrupt policy bypass and behavioral discontinuity, reinforced by beaconing and domain context, are stronger than traffic volume or TLS validity alone.
Incorrect! Try again.
58A detector must identify misuse of an industrial protocol in which each command is legal individually, but commands become dangerous when issued in the wrong operational phase. Which model is best suited to this requirement?
Network Traffic Analysis: modelling protocol behavior
Hard
A.A stateful protocol model representing legal transitions, roles, commands, and timing constraints
B.A destination-port allowlist that treats all traffic on the assigned port as protocol compliant
C.A packet-size threshold computed independently for each observed source address
D.A byte-frequency model trained on payloads without preserving packet or session order
Correct Answer: A stateful protocol model representing legal transitions, roles, commands, and timing constraints
Explanation:
The violation exists in protocol sequence and operational state, so a stateful model can detect legal messages used in illegal transitions.
Incorrect! Try again.
59A sequence rule searches for login failure, login success, privilege escalation, and data access within ten minutes. Because events arrive late, the SIEM sometimes correlates unrelated sessions or misses valid chains. Which redesign best addresses both problems?
Log and Event Analysis: advanced log analysis techniques
Hard
A.Remove the time constraint and require only that all four event types occur each day
B.Sort events by severity and correlate them whenever they share a destination hostname
C.Use event-time windows, bounded lateness, and joins scoped by user, host, and session
D.Use ingestion-time ordering and increase the window until all delayed events are included
Correct Answer: Use event-time windows, bounded lateness, and joins scoped by user, host, and session
Explanation:
Event-time processing handles delayed arrival, while entity and session constraints prevent unrelated activity from being assembled into one sequence.
Incorrect! Try again.
60An inline NIPS protects a latency-sensitive payment service. A new rule detects a serious exploit but has an uncertain false-positive rate. Which deployment sequence best balances protection and availability?
Network Traffic Analysis: NIDS/NIPS
Hard
A.Run the rule in alert mode, validate representative traffic, then apply scoped blocking with rollback
B.Deploy the rule only to the passive NIDS because inline controls should never inspect payments
C.Disable stream reassembly so the rule evaluates fewer packets and introduces less latency
D.Enable blocking globally, then disable the rule only after confirmed service interruptions
Correct Answer: Run the rule in alert mode, validate representative traffic, then apply scoped blocking with rollback
Explanation:
Staged validation measures false positives before enforcement, while scoped deployment and rollback limit operational impact without abandoning prevention.
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 →