Security Engineering1 / 5
Threat hunters observe an adversary authenticating to multiple servers using captured password hashes and Kerberos tickets rather than cleartext passwords. Which technique classification in the adversary knowledge base covers this activity?
CorrectIncorrect
Alex
The detail that decides this is what the adversary presents at the moment of authentication. They are not typing passwords; they are replaying artifacts the authentication system itself produced, namely password hashes and Kerberos tickets. That is the technique class covering the use of alternate authentication material, which explicitly includes hashes, tickets and application access tokens used to move laterally and bypass normal access controls. Because the system accepts the artifact as proof, possessing the artifact is as good as knowing the password.
There is a practical consequence worth carrying into the exam and the job: resetting the user's password does not evict the adversary on its own, because outstanding tickets and tokens stay valid until they are invalidated or expire.
The other classifications describe different behavior. Running code inside another process is an evasion and privilege technique with nothing to do with replayed credentials. Sending messages to gain access describes how an intrusion typically starts, not how it spreads once inside. Obfuscating files or information is about making artifacts hard to analyze, which is a different objective again.
Exam tip: for lateral movement questions, ask what is presented at authentication time. Cleartext credentials, a derived artifact, or a valid existing account each point at a different technique, and detection differs accordingly, since here you watch ticket lifetimes and logon types rather than failed password attempts.
Sourcecomptia.org
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account