Skip to content

Commit

Permalink
Rules Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Dec 2, 2023
1 parent f63b4d0 commit 990cd0d
Show file tree
Hide file tree
Showing 14 changed files with 1,271 additions and 995 deletions.
10 changes: 5 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"pymisp>=2.4.179",
"PyYAML>=6.0.1",
"ruamel-yaml>=0.18.5",
"termcolor>=2.3.0",
"termcolor>=2.4.0",
"pysigma>=0.10.9",
"pysigma-pipeline-sysmon>=1.0.3",
"pysigma-pipeline-windows>=1.1.1",
Expand Down
18 changes: 18 additions & 0 deletions rules_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,24 @@
],
"filename": "proc_creation_lnx_susp_java_children.yml"
},
{
"title": "Potential Linux Process Code Injection Via DD Utility",
"id": "4cad6c64-d6df-42d6-8dae-eb78defdc415",
"description": "Detects the injection of code by overwriting the memory map of a Linux process using the \"dd\" Linux command.",
"author": "Joseph Kamau",
"tags": [
"attack.defense_evasion",
"attack.t1055.009"
],
"falsepositives": [
"Unknown"
],
"level": "medium",
"rule": [
"SELECT * FROM logs WHERE (Image LIKE '%/dd' ESCAPE '\\' AND CommandLine LIKE '%of=%' ESCAPE '\\' AND CommandLine LIKE '%/proc/%' ESCAPE '\\' AND CommandLine LIKE '%/mem%' ESCAPE '\\')"
],
"filename": "proc_creation_lnx_dd_process_injection.yml"
},
{
"title": "Decode Base64 Encoded Text",
"id": "e2072cab-8c9a-459b-b63c-40ae79e27031",
Expand Down
124 changes: 62 additions & 62 deletions rules_windows_generic.json

Large diffs are not rendered by default.

293 changes: 168 additions & 125 deletions rules_windows_generic_full.json

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions rules_windows_generic_high.json

Large diffs are not rendered by default.

281 changes: 162 additions & 119 deletions rules_windows_generic_medium.json

Large diffs are not rendered by default.

295 changes: 169 additions & 126 deletions rules_windows_generic_pysigma.json

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions rules_windows_sysmon.json

Large diffs are not rendered by default.

293 changes: 168 additions & 125 deletions rules_windows_sysmon_full.json

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions rules_windows_sysmon_high.json

Large diffs are not rendered by default.

281 changes: 162 additions & 119 deletions rules_windows_sysmon_medium.json

Large diffs are not rendered by default.

295 changes: 169 additions & 126 deletions rules_windows_sysmon_pysigma.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sigma
Submodule sigma updated 147 files

0 comments on commit 990cd0d

Please sign in to comment.