An account could not be mapped for logon by the specified package.
Authentication configuration issues. Rarely attack-related.
Investigate if clustered around specific accounts or systems.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4775 // An account could not be mapped for logon
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4775
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# An account could not be mapped for logon — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
An account could not be mapped for logon. An account could not be mapped for logon by the specified package.
Event 4775 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Kerberos Authentication Service' subcategory (Success and/or Failure).
Investigate if clustered around specific accounts or systems.