Skip to content

Commit

Permalink
Update RemoteFileCreationWithPsExec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul0216 committed Mar 15, 2024
1 parent a182a92 commit 632473a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ query: |
| where FileCount > 4
| extend HostName = iff(DeviceName has '.', substring(DeviceName, 0, indexof(DeviceName, '.')), DeviceName)
| extend DnsDomain = iff(DeviceName has '.', substring(DeviceName, indexof(DeviceName, '.') + 1), "")
- entityType: Host
entityMappings:
- entityType: Host
fieldMappings:
- identifier: FullName
Expand Down

0 comments on commit 632473a

Please sign in to comment.