CS0-003 · Question #95
In SIEM software, a security analysis selected some changes to hash signatures from monitored files during the night followed by SMB brute-force attacks against the file servers Based on this behavior
The correct answer is A. Fully segregate the affected servers physically in a network segment, apart from the production. Upon detecting file hash changes and SMB brute-force attacks, the FIRST action to prevent a more serious compromise is to isolate the affected servers.
Question
In SIEM software, a security analysis selected some changes to hash signatures from monitored files during the night followed by SMB brute-force attacks against the file servers Based on this behavior, which of the following actions should be taken FIRST to prevent a more serious compromise?
Options
- AFully segregate the affected servers physically in a network segment, apart from the production
- BCollect the network traffic during the day to understand if the same activity is also occurring
- CCheck the hash signatures, comparing them with malware databases to verify if the files are
- DCollect all the files that have changed and compare them with the previous baseline
How the community answered
(30 responses)- A50% (15)
- B10% (3)
- C13% (4)
- D27% (8)
Why each option
Upon detecting file hash changes and SMB brute-force attacks, the FIRST action to prevent a more serious compromise is to isolate the affected servers.
Fully segregating the affected servers physically or logically into an isolated network segment is the immediate and most critical action to contain a potential compromise, preventing further spread of malware or unauthorized access and limiting damage.
Collecting network traffic is a passive monitoring activity that does not immediately contain an active threat or prevent further compromise.
Checking hash signatures against malware databases is an analytical step for verification, which should follow containment to prevent further damage.
Collecting and comparing changed files to a baseline is part of forensic analysis and damage assessment, which comes after immediate containment.
Concept tested: Incident response containment
Source: https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final
Topics
Community Discussion
No community discussion yet for this question.