Skip to content

Commit 0d30ef9

Browse files
update: extend new fields in sigmahq_taxonomy.json (#54)
* update: extend new proxy fields in sigmahq_taxonomy.json * add more fields * update sigmahq_data.py to incorprate all the changes
1 parent bba8d50 commit 0d30ef9

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

sigma/validators/sigmahq/sigmahq_data.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
): "zeek_",
871871
}
872872

873-
taxonomy_version: str = "20250825"
873+
taxonomy_version: str = "20251103"
874874
ref_sigmahq_fieldsname: Dict[SigmaLogSource, List[str]] = {
875875
SigmaLogSource(
876876
category=None,
@@ -1598,6 +1598,7 @@
15981598
"cs-uri",
15991599
"cs-uri-port",
16001600
"cs-uri-scheme",
1601+
"cs-uri-stem",
16011602
"cs-user-agent",
16021603
"cs-version",
16031604
"dst_ip",
@@ -2131,7 +2132,16 @@
21312132
definition=None,
21322133
source=None,
21332134
custom_attributes=None,
2134-
): ["Channel", "Computer", "EventID", "Provider_Name", "Security_UserID", "subjectName"],
2135+
): [
2136+
"Channel",
2137+
"Computer",
2138+
"EventID",
2139+
"Flags",
2140+
"HasFullTrust",
2141+
"Provider_Name",
2142+
"Security_UserID",
2143+
"subjectName",
2144+
],
21352145
SigmaLogSource(
21362146
category=None,
21372147
product="windows",

tools/sigmahq_taxonomy.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Sigma taxonomy",
3-
"version": "20250825",
3+
"version": "20251103",
44
"taxonomy": {
55
"aws_none_cloudtrail": {
66
"logsource": {
@@ -1025,10 +1025,10 @@
10251025
"description": null,
10261026
"field": {
10271027
"native": [
1028-
"c-uri",
10291028
"c-uri-extension",
10301029
"c-uri-query",
10311030
"c-uri-stem",
1031+
"c-uri",
10321032
"c-useragent",
10331033
"cs-bytes",
10341034
"cs-content-type",
@@ -1039,6 +1039,7 @@
10391039
"cs-referrer",
10401040
"cs-uri-port",
10411041
"cs-uri-scheme",
1042+
"cs-uri-stem",
10421043
"cs-uri",
10431044
"cs-user-agent",
10441045
"cs-version",
@@ -1769,7 +1770,9 @@
17691770
"EventID",
17701771
"Provider_Name",
17711772
"Security_UserID",
1772-
"subjectName"
1773+
"subjectName",
1774+
"Flags",
1775+
"HasFullTrust"
17731776
],
17741777
"custom": [],
17751778
"redundant": []

0 commit comments

Comments
 (0)