-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev sentinel 2021 10 01 preview (#17314)
* Bookmarks 2021-10-01-preview * prettier * definitions * rename Co-authored-by: Igal Shapira <[email protected]>
- Loading branch information
1 parent
639b7a5
commit 7a38b11
Showing
5 changed files
with
153 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,24 @@ | |
"Tag2" | ||
], | ||
"query": "SecurityEvent | where TimeGenerated > ago(1d) and TimeGenerated < ago(2d)", | ||
"queryResult": "Security Event query result" | ||
"queryResult": "Security Event query result", | ||
"tactics": [ | ||
"Execution" | ||
], | ||
"techniques": [ | ||
"T1609" | ||
], | ||
"entityMappings": [ | ||
{ | ||
"entityType": "Account", | ||
"fieldMappings": [ | ||
{ | ||
"identifier": "Fullname", | ||
"value": "[email protected]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
|
@@ -54,7 +71,24 @@ | |
"Tag2" | ||
], | ||
"query": "SecurityEvent | where TimeGenerated > ago(1d) and TimeGenerated < ago(2d)", | ||
"queryResult": "Security Event query result" | ||
"queryResult": "Security Event query result", | ||
"tactics": [ | ||
"Execution" | ||
], | ||
"techniques": [ | ||
"T1609" | ||
], | ||
"entityMappings": [ | ||
{ | ||
"entityType": "Account", | ||
"fieldMappings": [ | ||
{ | ||
"identifier": "Fullname", | ||
"value": "[email protected]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
|
@@ -84,7 +118,24 @@ | |
"Tag2" | ||
], | ||
"query": "SecurityEvent | where TimeGenerated > ago(1d) and TimeGenerated < ago(2d)", | ||
"queryResult": "Security Event query result" | ||
"queryResult": "Security Event query result", | ||
"tactics": [ | ||
"Execution" | ||
], | ||
"techniques": [ | ||
"T1609" | ||
], | ||
"entityMappings": [ | ||
{ | ||
"entityType": "Account", | ||
"fieldMappings": [ | ||
{ | ||
"identifier": "Fullname", | ||
"value": "[email protected]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,24 @@ | |
"severity": "Low", | ||
"title": "New case 1", | ||
"relationName": "4bb36b7b-26ff-4d1c-9cbe-0d8ab3da0018" | ||
} | ||
}, | ||
"tactics": [ | ||
"Execution" | ||
], | ||
"techniques": [ | ||
"T1609" | ||
], | ||
"entityMappings": [ | ||
{ | ||
"entityType": "Account", | ||
"fieldMappings": [ | ||
{ | ||
"identifier": "Fullname", | ||
"value": "[email protected]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,24 @@ | |
"severity": "Low", | ||
"title": "New case 1", | ||
"relationName": "4bb36b7b-26ff-4d1c-9cbe-0d8ab3da0018" | ||
} | ||
}, | ||
"tactics": [ | ||
"Execution" | ||
], | ||
"techniques": [ | ||
"T1609" | ||
], | ||
"entityMappings": [ | ||
{ | ||
"entityType": "Account", | ||
"fieldMappings": [ | ||
{ | ||
"identifier": "Fullname", | ||
"value": "[email protected]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
|