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 @@ -18,14 +18,13 @@ relevantTechniques:
- T1070
query: |
SentinelOne
| where ActivityType == 31
| where ActivityType == 51
| summarize count() by DataComputerName, bin(TimeGenerated, 30m)
| where count_ > 1
| extend HostCustomEntity = DataComputerName
entityMappings:
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: HostCustomEntity
version: 1.0.1
columnName: DataComputerName
version: 1.0.2
kind: Scheduled
Binary file added Solutions/SentinelOne/Package/3.0.5.zip
Binary file not shown.
Loading
Loading