diff --git a/evtx/Maps/System_EventLog_6011.map b/evtx/Maps/System_EventLog_6011.map new file mode 100644 index 0000000..c3f6cde --- /dev/null +++ b/evtx/Maps/System_EventLog_6011.map @@ -0,0 +1,47 @@ +Author: Reece394 +Description: System Name Changed +EventId: 6011 +Channel: System +Provider: EventLog +Maps: + - + Property: PayloadData1 + PropertyValue: "The NetBIOS name and DNS host name of this machine have been changed from %OriginalName% to %NewName%" + Values: + - + Name: OriginalName + Value: "/Event/EventData/Data" + Refine: "^(.*?)(?=,|$)" + - + Name: NewName + Value: "/Event/EventData/Data" + Refine: "(?<=, ).*" + +# Documentation: +# http://eventopedia.cloudapp.net/EventDetails.aspx?id=a4c6ad3e-0b56-40ea-aa6d-c84adcf24897 +# https://community.spiceworks.com/t/finding-old-computer-name-from-dc/826502 +# https://learn.microsoft.com/en-us/answers/questions/1060679/recall-previous-device-names-on-endpoint-manager +# +# Example Event Data: +# +# +# +# 6011 +# 0 +# 4 +# 0 +# 0 +# 0x80000000000000 +# +# 148 +# +# +# System +# DESKTOP-F3BMVE4 +# +# +# +# WIN-76PGSVBIM7I, DESKTOP-F3BMVE4 +# +# +#