Skip to content

Commit

Permalink
SWG file fixes and NetworkAccessAlerts table
Browse files Browse the repository at this point in the history
  • Loading branch information
moti-ba committed Dec 29, 2024
1 parent 01c7d14 commit ec16e02
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 66 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"Name": "NetworkAccessAlerts",

{
"Name": "TenantId",
"Type": "string"
},
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "Id",
"Type": "string"
},
{
"Name": "DisplayName",
"Type": "string"
},
{
"Name": "Severity",
"Type": "string"
},
{
"Name": "ComponentName",
"Type": "string"
},
{
"Name": "DetectionTechnology",
"Type": "string"
},
{
"Name": "AlertType",
"Type": "string"
},
{
"Name": "Description",
"Type": "string"
},
{
"Name": "ProductName",
"Type": "string"
},
{
"Name": "PolicyId",
"Type": "string"
},
{
"Name": "LastActivityDateTime",
"Type": "datetime"
},
{
"Name": "FirstActivityDateTime",
"Type": "datetime"
},
{
"Name": "SourceSystem",
"Type": "string"
},
{
"Name": "Techniques",
"Type": "string"
},
{
"Name": "SubTechniques",
"Type": "string"
},
{
"Name": "ExtendedProperties",
"Type": "dynamic"
},
{
"Name": "RelatedResources",
"Type": "dynamic"
},
{
"Name": "IsPreview",
"Type": "bool"
},
{
"Name": "CreationDateTime",
"Type": "datetime"
},
{
"Name": "Type",
"Type": "string"
},
{
"Name": "VendorName",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
version: 1.0.1
version: 1.0.2
kind: Scheduled

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ entityMappings:
fieldMappings:
- identifier: Url
columnName: DestinationIp
version: 1.0.1
version: 1.0.2
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ entityMappings:
fieldMappings:
- identifier: Url
columnName: FqdnCustomEntity
version: 1.0.1
version: 1.0.2
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ entityMappings:
fieldMappings:
- identifier: Url
columnName: DestinationFqdn
version: 1.0.1
version: 1.0.2
kind: Scheduled

0 comments on commit ec16e02

Please sign in to comment.