Windows Server 2012 R2 Logon failure

0

I have a Windows 2012 R2 server which has Remote Desktop connections allowed from a very strict range of ips. I keep getting this alerts, like at least 1-2/second

win.system.systemTime: 2021-03-01T12:33:53.618157900Z
win.system.eventRecordID: 172551097
win.system.processID: 588
win.system.threadID: 9160
win.system.channel: Security
win.system.computer: WIN-OMVGMPM1RNF
win.system.severityValue: AUDIT_FAILURE
win.system.message: "An account failed to log on.

Subject:
    Security ID:        S-1-0-0
    Account Name:       -
    Account Domain:     -
    Logon ID:       0x0

Logon Type:         3

Account For Which Logon Failed:
    Security ID:        S-1-0-0
    Account Name:       administrator
    Account Domain:

Failure Information:
    Failure Reason:     Unknown user name or bad password.
    Status:         0xC000006D
    Sub Status:     0xC000006A

Process Information:
    Caller Process ID:  0x0
    Caller Process Name:    -

Network Information:
    Workstation Name:   -
    Source Network Address: 14.236.241.15
    Source Port:        58406

Detailed Authentication Information:
    Logon Process:      NtLmSsp
    Authentication Package: NTLM
    Transited Services: -
    Package Name (NTLM only):   -
    Key Length:     0

This event is generated when a logon request fails. It is generated on the computer where access was attempted.

The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).

The default Windows firewall is enabled, Windows is not acting as an AD server (or so I hope) and it's not joined to a domain.

How do I limit these or block them?!

Thanks!

windows
windows-server-2012-r2
windows-server-2012
asked on Server Fault Mar 1, 2021 by Bogdan Stoica

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0