Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Detection Rules] Add 7.11 rules #85506

Merged
merged 2 commits into from
Dec 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into rules/7.11
  • Loading branch information
brokensound77 authored Dec 10, 2020
commit c749667aaf9ff49543bb772a6b47dcbaf88d917d
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
"name": "Unusual Network Connection via RunDLL32",
"query": "sequence by host.id, process.entity_id with maxspan=1m\n [process where event.type in (\"start\", \"process_started\", \"info\") and process.name : \"rundll32.exe\" and process.args_count == 1]\n [network where process.name : \"rundll32.exe\" and network.protocol != \"dns\" and network.direction == \"outgoing\" and\n not cidrmatch(destination.ip, \"10.0.0.0/8\", \"172.16.0.0/12\", \"192.168.0.0/16\", \"127.0.0.0/8\")]\n",
"risk_score": 47,

"rule_id": "52aaab7b-b51c-441a-89ce-4387b3aea886",
"severity": "medium",
"tags": [
You are viewing a condensed version of this merge commit. You can view the full changes here.