0

I am getting lots of Audit Failure errors on Windows Logs/Security in event viewer. See the image below. Does that mean someone is trying to brute-force to my computer?

enter image description here

  • 1
    It could mean anything. Why don't you read the event log entries and see what it's actually about? - https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4625 – joeqwerty May 19 '23 at 21:56

1 Answers1

0

Event ID 4624 is associated with logon events. Multiple instances of this entry is due to Event Viewer recording every logon event (whether from the local user account or system services such as Windows Security) with the same event ID which is 4624

To identify the source of login, right-click on the event record and select Properties.

Right Click to Event Record

In the General tab, scroll down and locate the Logon Information Section. Here, the Logon Type field indicates the kind of logon that occurred. For example, Logon Type 5 indicates a service-based login, while Logon Type 2 indicates user-based login.

Log Example

More Information - 4625(F): An account failed to log on