-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MimecastTIRegional' of https://github.com/nipun-crestda…
…tasystem/Azure-Sentinel into MimecastTIRegional
- Loading branch information
Showing
649 changed files
with
172,334 additions
and
30,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: IssueComment | ||
|
||
on: [issues] | ||
on: | ||
issues: | ||
types: opened | ||
|
||
jobs: | ||
commenting: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 105 additions & 0 deletions
105
.script/tests/KqlvalidationsTests/CustomTables/VotiroEvents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"Name": "VotiroEvents", | ||
"Properties": [ | ||
{ | ||
"Name": "companyName", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "correlationId", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "itemId", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "sanitizationResult", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "passwordProtected", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "from", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "fileName", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "connectorName", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "recipients", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "SrcFileSHA256", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "policyName", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "incidentURL", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "LogSeverity", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "fileSize", | ||
"Type": "Int" | ||
}, | ||
{ | ||
"Name": "AVResult", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "threatCount", | ||
"Type": "Int" | ||
}, | ||
{ | ||
"Name": "blockedCount", | ||
"Type": "Int" | ||
}, | ||
{ | ||
"Name": "threats", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "fileModification", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "sanitizationTime", | ||
"Type": "Int" | ||
}, | ||
{ | ||
"Name": "connectorType", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "connectorId", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "exceptionId", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "messageId", | ||
"Type": "String" | ||
}, | ||
{ | ||
"Name": "subject", | ||
"Type": "String" | ||
} | ||
] | ||
} |
61 changes: 61 additions & 0 deletions
61
.script/tests/KqlvalidationsTests/CustomTables/feedly_indicators_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"Name":"feedly_indicators_CL", | ||
"Properties":[ | ||
{ | ||
"Name": "TenantId", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "SourceSystem", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "MG", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ManagementGroupName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Computer", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "RawData", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "articleTitle_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "articleUrl_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "source_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "type_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "value_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Type", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "_ResourceId", | ||
"Type": "string" | ||
} | ||
] | ||
} |
Oops, something went wrong.