Sigma medium test sigma
Curl.EXE Execution With Custom UserAgent
Detects execution of curl.exe with custom useragent options
Detection Logic
{
"selection_curl": [
{
"Image
| endswith": "\\curl.exe"
},
{
"Product": "The curl executable"
}
],
"selection_opt": {
"CommandLine
| contains": [
" -A ",
" --user-agent "
]
},
"condition": "all of selection_*"
} False Positives
- ⚠ Scripts created by developers and admins
- ⚠ Administrative activity
Field Validations
Loading…
Comments (0)
Loading comments...