Skip to content

Commit

Permalink
Fix typo on detection engine rule (elastic#56993)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
2 people authored and Maja Grubic committed Feb 10, 2020
1 parent 5c0bae7 commit c1c4d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"language": "kuery",
"max_signals": 100,
"name": "Potential Shell via Web Server",
"query": "process.name: bash and user.name: (apache or www or \"wwww-data\") and event.action:executed",
"query": "process.name: bash and user.name: (apache or www or \"www-data\") and event.action:executed",
"references": [
"https://pentestlab.blog/tag/web-shell/"
],
Expand Down

0 comments on commit c1c4d66

Please sign in to comment.