Skip to content

Commit 9cb32d2

Browse files
update: add new fields in appxdeployment-server service
1 parent fe330e8 commit 9cb32d2

2 files changed

Lines changed: 44 additions & 19 deletions

File tree

sigma/validators/sigmahq/sigmahq_data.py

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

873-
taxonomy_version: str = "20251103"
873+
taxonomy_version: str = "20251117"
874874
ref_sigmahq_fieldsname: Dict[SigmaLogSource, List[str]] = {
875875
SigmaLogSource(
876876
category=None,
@@ -2115,15 +2115,33 @@
21152115
"Channel",
21162116
"Computer",
21172117
"DeploymentOperation",
2118+
"DeploymentOptions",
21182119
"ErrorCode",
21192120
"EventID",
2121+
"ExternalLocation",
21202122
"FilePath",
2123+
"Flags",
2124+
"FlagsHigh",
2125+
"HasFullTrust",
2126+
"HasWin32alacarte",
2127+
"IsCentennial",
2128+
"IsInRelatedSet",
2129+
"IsOptional",
2130+
"IsPackageEncrypted",
2131+
"IsPackageUsingBDC",
2132+
"IsStreamingPackage",
2133+
"MainPackageFamilyName",
2134+
"MountPoint",
21212135
"PackageDisplayName",
2136+
"PackageFlags",
2137+
"PackageFlags2",
21222138
"PackageFullName",
21232139
"PackageSourceUri",
2140+
"PackageType",
21242141
"Path",
2125-
"Provider_Name",
2126-
"Security_UserID",
2142+
"StorageId",
2143+
"SystemVolume",
2144+
"TargetPlatform",
21272145
],
21282146
SigmaLogSource(
21292147
category=None,
@@ -2132,16 +2150,7 @@
21322150
definition=None,
21332151
source=None,
21342152
custom_attributes=None,
2135-
): [
2136-
"Channel",
2137-
"Computer",
2138-
"EventID",
2139-
"Flags",
2140-
"HasFullTrust",
2141-
"Provider_Name",
2142-
"Security_UserID",
2143-
"subjectName",
2144-
],
2153+
): ["Channel", "Computer", "EventID", "Provider_Name", "Security_UserID", "subjectName"],
21452154
SigmaLogSource(
21462155
category=None,
21472156
product="windows",

tools/sigmahq_taxonomy.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Sigma taxonomy",
3-
"version": "20251103",
3+
"version": "20251117",
44
"taxonomy": {
55
"aws_none_cloudtrail": {
66
"logsource": {
@@ -1741,15 +1741,33 @@
17411741
"Channel",
17421742
"Computer",
17431743
"DeploymentOperation",
1744+
"DeploymentOptions",
17441745
"ErrorCode",
17451746
"EventID",
1747+
"ExternalLocation",
17461748
"FilePath",
1749+
"Flags",
1750+
"FlagsHigh",
1751+
"HasFullTrust",
1752+
"HasWin32alacarte",
1753+
"IsCentennial",
1754+
"IsInRelatedSet",
1755+
"IsOptional",
1756+
"IsPackageEncrypted",
1757+
"IsPackageUsingBDC",
1758+
"IsStreamingPackage",
1759+
"MainPackageFamilyName",
1760+
"MountPoint",
17471761
"PackageDisplayName",
1762+
"PackageFlags",
1763+
"PackageFlags2",
17481764
"PackageFullName",
17491765
"PackageSourceUri",
1766+
"PackageType",
17501767
"Path",
1751-
"Provider_Name",
1752-
"Security_UserID"
1768+
"StorageId",
1769+
"SystemVolume",
1770+
"TargetPlatform"
17531771
],
17541772
"custom": [],
17551773
"redundant": []
@@ -1770,9 +1788,7 @@
17701788
"EventID",
17711789
"Provider_Name",
17721790
"Security_UserID",
1773-
"subjectName",
1774-
"Flags",
1775-
"HasFullTrust"
1791+
"subjectName"
17761792
],
17771793
"custom": [],
17781794
"redundant": []

0 commit comments

Comments
 (0)