Skip to content

Commit

Permalink
Use new properties according to I1104 implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
svnscha committed Jan 19, 2024
1 parent 0782a2b commit cb3aca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pySigma-backend-uberAgent"
version = "0.3.62"
version = "0.3.63"
description = "pySigma uAQL backend"
authors = ["vast limits GmbH <info@vastlimits.com>"]
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion sigma/pipelines/uberagent/uberagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,10 @@
# "" : Field(UA_VERSION_6_0, "Reg.File.Name"),
# "" : Field(UA_VERSION_6_0, "Reg.Key.Sddl"),
# "" : Field(UA_VERSION_6_0, "Reg.Key.Hive"),
"targetobject" : Field(UA_VERSION_6_2, "Reg.Key.Target"),
"targetobject" : Field(UA_VERSION_DEVELOP, "Reg.TargetObject"),
"details" : Field(UA_VERSION_DEVELOP, "Reg.Value.Data"),
# "" : Field(UA_VERSION_DEVELOP, "Reg.Value.Data.Number")
# "" : Field(UA_VERSION_DEVELOP, "Reg.Value.Data.String")
"eventtype" : Field(UA_VERSION_DEVELOP, "Reg.EventType")
# "" : Field(UA_VERSION_7_1, "Reg.Value.Type")
}
Expand Down

0 comments on commit cb3aca0

Please sign in to comment.