Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Aug 21, 2023
1 parent 70b72ed commit 5bc4ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/definitions/Windows/Forensics/UserAccessLogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ sources:
})) AS Value
FROM items(item={
SELECT *, get(item=RoleLookup, field=RoleGuid).RoleName AS RoleName,
format(format="%02x", args=Address) AS RawAddress,
FormatAddress(Address=Address) AS Address
Address AS RawAddress,
FormatAddress(Address=unhex(string=Address)) AS Address
FROM parse_ese(file=OSPath, table="CLIENTS")
})
}, column="Value")
Expand Down

0 comments on commit 5bc4ba9

Please sign in to comment.