Skip to content

fix field SubjectAccountName #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ field_mapping:
OldTargetUserName: xdm.target.user.username
UserPrincipalName: xdm.source.user.username
DestAddress: xdm.target.ipv4
SubjectAccountName: xdm.source.user.username
SubjectUserName: xdm.source.user.username
SubjectUserSid: xdm.source.user.identifier
SourceAddr: xdm.source.ipv4
Expand Down Expand Up @@ -117,7 +118,6 @@ field_mapping:
method: xdm.network.http.method
notice.user_agent: xdm.network.http.browser
hasIdentity: xdm.source.user.identity_type
SubjectAccountName: xdm.source.user.username
ComputerName: xdm.source.host.hostname
ExternalSeverity: xdm.alert.severity
SourceMAC: xdm.source.host.mac_addresses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ default_log_source:
field_mapping:
EventID: action_evtlog_event_id
Provider_Name: provider_name

SubjectAccountName: actor_effective_username

raw_log_fields:
ParentImage: regex
AccessMask: regex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ field_mapping:
NewValue: NewValue
Source: Source
Status: Status
SubjectAccountName:
- Subject Account Name
- SubjectAccountName
SubjectDomainName: SubjectDomainName
SubjectUserName: Target Username
SubjectUserSid: SubjectUserSid
Expand Down Expand Up @@ -171,5 +174,4 @@ field_mapping:
UserID: UserID
ParentProcessName: Parent Process Name
Service: Service
hasIdentity: hasIdentity
SubjectAccountName: SubjectAccountName
hasIdentity: hasIdentity
Loading