Skip to content

Commit

Permalink
Update v3_windows_anomalous_script.json
Browse files Browse the repository at this point in the history
the prefix was in the wrong place
  • Loading branch information
randomuserid committed May 17, 2022
1 parent 4974858 commit 719d6f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"job_type": "anomaly_detector",
"description": "Looks for unusual powershell scripts that may indicate execution of malware, or persistence mechanisms.",
"description": "Security: Windows - Looks for unusual powershell scripts that may indicate execution of malware, or persistence mechanisms.",
"groups": [
"endpoint",
"event-log",
Expand All @@ -13,7 +13,7 @@
"bucket_span": "15m",
"detectors": [
{
"detector_description": "Security: Windows - Detects high information content in powershell.file.script_block_text values.",
"detector_description": "Detects high information content in powershell.file.script_block_text values.",
"function": "high_info_content",
"field_name": "powershell.file.script_block_text"
}
Expand Down

0 comments on commit 719d6f1

Please sign in to comment.