Event ID 4778 — A session was reconnected to a Window Station.
Description
A session was reconnected to a Window Station.
Message #
Fields #
| Name | Description |
|---|---|
Account_Name | [Subject] Account Name. |
Account_Domain | [Subject] Account Domain. |
Logon_ID | [Subject] Logon ID. |
Session_Name | [Session] Session Name. |
Client_Name | [Additional Information] Client Name. |
Client_Address | [Additional Information] Client Address. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Security-Auditing",
"guid": "54849625-5478-4994-A5BA-3E3B0328C30D",
"event_source_name": "",
"event_id": 4778,
"version": 0,
"level": 0,
"task": 12551,
"opcode": 0,
"keywords": 9232379236109516800,
"time_created": "2021-05-14T21:01:05.831748Z",
"event_record_id": 1829819,
"correlation": {
"#attributes": {
"ActivityID": "A67BE420-4636-0001-36E4-7BA63646D701"
}
},
"execution": {
"process_id": 576,
"thread_id": 4904
},
"channel": "Security",
"computer": "fs01.offsec.lan",
"security": {
"user_id": ""
}
},
"event_data": {
"AccountName": "admmarsid",
"AccountDomain": "OFFSEC",
"LogonID": "0x6a423",
"SessionName": "RDP-Tcp#8",
"ClientName": "JUMP01",
"ClientAddress": "10.23.23.9"
}
}
Community Notes #
Useful for tracing session re-use.
References #
- Microsoft Learn https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4778
- Microsoft Learn Audit Policy https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/audit-other-logonlogoff-events
- Ultimate Windows Security https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=4778
- Example event sourced from https://github.com/Yamato-Security/hayabusa-sample-evtx
- Windows Forensic Artifacts https://github.com/Psmths/windows-forensic-artifacts/blob/main/network/evtx-4778-session-reconnected.md