List of questions
Related questions
Question 353 - CAS-004 discussion
A systems administrator was given the following IOC to detect the presence of a malicious piece of software communicating with its command-and-control server:
post /malicious. php
User-Agent: Malicious Tool V 1.0
Host: www.rcalicious.com
The IOC documentation suggests the URL is the only part that could change. Which of the following regular expressions would allow the systems administrator to determine if any of the company hosts
are compromised, while reducing false positives?
A.
User-Agent: Malicious Tool. *
B.
www\. malicious\. com\/malicious. php
C.
POST /malicious\. php
D.
Hose: [a-2] *\.malicious\.com
E.
malicious. *
Your answer:
0 comments
Sorted by
Leave a comment first