exam questions

Exam CS0-003 All Questions

View all questions & answers for the CS0-003 exam

Exam CS0-003 topic 1 question 28 discussion

Actual exam question from CompTIA's CS0-003
Question #: 28
Topic #: 1
[All CS0-003 Questions]

The analyst reviews the following endpoint log entry:

Which of the following has occurred?

  • A. Registry change
  • B. Rename computer
  • C. New account introduced
  • D. Privilege escalation
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dave_delete_me
Highly Voted 8 months ago
Confusing, there seems to be some missing command syntex. Why, Oh Why CompTIA, must you make test questions like this? I'm gonna go cry now!
upvoted 13 times
...
chrys
Highly Voted 1 year, 3 months ago
Yes, a user was created. But no, the command does not put them in the admins group. The administrator credential was used to create the user account. Incidentally, the net user command syntax in the example is wrong. I use it constantly IRL. It should be "net user <username> <password> /add". And then add them to the local admins using "net localgroup administrators /add <username>"
upvoted 11 times
...
WaaHassan
Most Recent 11 months, 3 weeks ago
Selected Answer: C
The correct answer is C. New account introduced. The endpoint log entry shows two commands that were executed on a computer named “clientcomputer1” using administrator credentials. The first command queries the hostname of the computer, and the second command adds a new user “invoke_u1” to the computer. This indicates that a new account was introduced to the system, which could be a sign of malicious activity or beaconing
upvoted 5 times
...
LifeElevated
1 year ago
Selected Answer: C
Multiple arguments could be had, the question doesn't say the commands were ran by an attacker. So, ignore the administrator credentials provided and take the parameter passed to ScriptBlock in the second command at face value. Just adding a user.
upvoted 1 times
...
kmordalv
1 year, 3 months ago
Selected Answer: C
Correct The endpoint log entry shows that a new account has been created on a Windows system with a local group membership of “Administrators” https://operating-systems.wonderhowto.com/how-to/create-admin-user-account-using-cmd-prompt-windows-0125689/ https://lazyadmin.nl/it/net-user-command/#net-user-add-account
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...