Investigating an RDP brute-force attack
So, we've collected a few Windows event log files with KAPE for further analysis from a server, potentially compromised as the result of a brute-force attack.
We may have several files, but let's focus on Security.evtx
, as it contains a lot of useful IDs for such investigations. Two main event IDs useful for investigating an RDP brute-force attack are the following:
4624
– An account was successfully logged on.4625
– An account failed to log on.
There are just two events. The second one will help us to identify brute-force attempts, and the first one, a successful logon.
You may find it helpful to have a reference guide for event IDs so that you can easily understand what to look for when investigating this or that type of incident.
Let's look into collected event logs. First, let's check whether there are any events with the ID 4625
. Here, I want to introduce you to another tool...