Skip to content
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 @@ -32,4 +32,5 @@ raw_log_fields:
userIdentity.principalId: object
userIdentity.sessionContext.sessionIssuer.type: object
userIdentity.type: object
userIdentity.userName: object
userIdentity.userName: object
requestParameters.publiclyAccessible: object
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
platform: Palo Alto XSIAM
source: azure_signinlogs


default_log_source:
dataset: msft_azure_raw

field_mapping:
AppDisplayName: properties.appDisplayName
AppId: properties.appId
AuthenticationRequirement: properties.authenticationRequirement
Category: properties.category
ConditionalAccessStatus: properties.conditionalAccessStatus
DeviceDetail: properties.deviceDetail
IsInteractive: properties.isInteractive
NetworkLocationDetails: properties.networkLocationDetails
ResourceDisplayName: properties.resourceDisplayName
ResourceIdentity: properties.resourceIdentity
ResultDescription: properties.resultDescription
ResultType: properties.resultType
Status.errorCode: properties.status.errorCode
Status: properties.status
Status.failureReason: properties.status.failureReason
TokenIssuerType: properties.tokenIssuerType
UserAgent: properties.userAgent
UserPrincipalName: properties.userPrincipalName

raw_log_fields:
properties.appDisplayName: object
properties.appId: object
properties.authenticationRequirement: object
properties.category: object
properties.conditionalAccessStatus: object
properties.deviceDetail: object
properties.isInteractive: object
properties.networkLocationDetails: object
properties.resourceDisplayName: object
properties.resourceIdentity: object
properties.resultDescription: object
properties.resultType: object
properties.status.errorCode: object
properties.status: object
properties.status.failureReason: object
properties.tokenIssuerType: object
properties.userAgent: object
properties.userPrincipalName: object
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ field_mapping:
dns-query: xdm.network.dns.dns_question.name
dns-answer: xdm.network.dns.dns_resource_record.value
#dns-record: dns-record
dns_query_name: xdm.network.dns.dns_question.name
dns_query_name: xdm.network.dns.dns_question.name
QueryName: xdm.network.dns.dns_question.name
query: xdm.network.dns.dns_question.name
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ field_mapping:
sc-status: xdm.network.http.response_code
cs-uri-stem: xdm.network.http.url
cs-uri-query: xdm.network.http.url
c-uri-path: xdm.network.http.url
uri_path: xdm.network.http.url
cs-uri: xdm.network.http.url
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ raw_log_fields:
HostApplication: regex
ContextInfo: regex
HostName: regex
EngineVersion: regex
EngineVersion: regex
Path: regex
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ raw_log_fields:
ExceptionCode: regex
Service: regex
SamAccountName: regex
ImpersonationLevel: regex
ImpersonationLevel: regex
PrimaryGroupId: regex
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ raw_log_fields:
FileVersion: regex
StartAddress: regex
StartFunction: regex
EventType: regex
EventType: regex
GrantedAccess: regex
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ raw_log_fields:
param1: regex
param2: regex
Channel: regex
DeviceName: regex
DeviceName: regex
Message: regex
ComputerName: regex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source: azure_azureactivity

log_source:
product: [azure]
service: [azureactivity]
service: [azureactivity, activitylogs]

default_log_source:
product: azure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source: azure_azuread

log_source:
product: [azure]
service: [azuread]
service: [azuread, auditlogs]

default_log_source:
product: azure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source: azure_m365

log_source:
product: [azure]
service: [m365]
service: [m365, o365, office365]

default_log_source:
product: azure
Expand Down