Skip to content

Commit

Permalink
Update T1040.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikoyan-Dee authored Feb 4, 2024
1 parent aa448f9 commit 4afca3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atomics/T1040/T1040.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ atomic_tests:
command: |
New-NetEventSession -Name Capture007 -LocalFilePath "$ENV:Temp\sniff.etl"
Add-NetEventPacketCaptureProvider -SessionName Capture007 -TruncationLength 100
Start-NetEventSession -Name Capture007
Stop-NetEventSession -Name Capture007
Remove-NetEventSession -Name Capture007
Start-NetEventSession -Name Capture007
Stop-NetEventSession -Name Capture007
Remove-NetEventSession -Name Capture007
cleanup_command: |-
del $ENV:Temp\sniff.etl
name: command_prompt
Expand Down

0 comments on commit 4afca3b

Please sign in to comment.