Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss authored Jan 23, 2024
1 parent 2ed3c3c commit f6cb5a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ detection:
- '\wscript.exe'
condition: selection
falsepositives:
- This rule is best put in testing first in order to crate a baseline that reflect the data in your environment.
- This rule is best put in testing first in order to create a baseline that reflects the data in your environment.
level: high
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ detection:
TargetImage|endswith: ':\Windows\System32\csrss.exe'
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
falsepositives:
- This rule is best put in testing first in order to crate a baseline that reflect the data in your environment.
- This rule is best put in testing first in order to create a baseline that reflects the data in your environment.
level: medium
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ related:
type: obsoletes
status: experimental
description: |
Detects loading of essential DLLs used by PowerShell by non powershell process.
Detects loading of essential DLLs used by PowerShell by non-PowerShell process.
Detects behavior similar to meterpreter's "load powershell" extension.
references:
- https://adsecurity.org/?p=2921
Expand Down

0 comments on commit f6cb5a5

Please sign in to comment.