CompTIA CySA+ CS0-003 Practice Question
Given the following XML snippet from a log ingestion system, identify the username of the user who attempted to log into the system:
<Log>
<Entry>
<Timestamp>2023-10-12T08:30:00Z</Timestamp>
<EventType>LoginAttempt</EventType>
<UserDetail>
<Username>jdoe</Username>
<IPAddress>192.168.1.5</IPAddress>
<Success>false</Success>
</UserDetail>
</Entry>
</Log>
jdoe
192.168.1.5
08:30:00Z
LoginAttempt