Skip to content

Commit 206f422

Browse files
Merge branch 'main' into suspicious-mount-created
2 parents 8c68cc9 + bcff3f9 commit 206f422

File tree

128 files changed

+4228
-3034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+4228
-3034
lines changed

detection_rules/devtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def kibana_diff(rule_id, repo, branch, threads):
416416
else:
417417
rules = rules.filter(production_filter).id_map
418418

419-
repo_hashes = {r.id: r.contents.sha256(include_version=True) for r in rules.values()}
419+
repo_hashes = {r.id: r.contents.get_hash(include_version=True) for r in rules.values()}
420420

421421
kibana_rules = {r['rule_id']: r for r in get_kibana_rules(repo=repo, branch=branch, threads=threads).values()}
422422
kibana_hashes = {r['rule_id']: dict_hash(r) for r in kibana_rules.values()}

detection_rules/eswrap.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,3 @@ def index_repo(ctx: click.Context, query, from_file, save_files):
421421
bulk_upload_docs, importable_rules_docs = ctx.invoke(generate_rules_index, query=query, save_files=save_files)
422422

423423
es_client.bulk(bulk_upload_docs)
424-
425-
426-
@es_group.group('experimental')
427-
def es_experimental():
428-
"""[Experimental] helper commands for integrating with Elasticsearch."""
429-
click.secho('\n* experimental commands are use at your own risk and may change without warning *\n')

detection_rules/etc/attack-technique-redirects.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"T1522": "T1552.005",
131131
"T1527": "T1550.001",
132132
"T1536": "T1578.004",
133-
"T1547.011": "T1647"
133+
"T1547.011": "T1647",
134+
"T1574.002": "T1574.001"
134135
},
135-
"saved_date": "Mon Dec 9 14:04:15 2024"
136+
"saved_date": "Mon May 5 18:11:43 2025"
136137
}
-6.32 MB
Binary file not shown.
6.76 MB
Binary file not shown.
20 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)