You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most time it will be just one field: HexToDecimal: 'ProcessId'
But sometimes can be multiple (EID: 4688):
HexToDecimal:
- 'NewProcessId'
- 'ProcessId'
Unfortunately most PIDs in Windows events are in hex so would be better to convert to decimal.
HexToDecimal will also be ignored when -F is used.
The ProcessId fields should probably always exist in the defined EIDs but may not in some circumstances so might want to test that hayabusa does not crash, etc.. if the field does not exist.
The text was updated successfully, but these errors were encountered:
@fukusuket Could I ask you to do this one since you are now the most familiar with field data mapping?
No hurry, so it can be done in the next release if it will take time.
I added a
HexToDecimal
section in the config files here: https://github.com/Yamato-Security/hayabusa-rules/tree/main/config/data_mappingMost time it will be just one field:
HexToDecimal: 'ProcessId'
But sometimes can be multiple (EID: 4688):
Unfortunately most PIDs in Windows events are in hex so would be better to convert to decimal.
HexToDecimal will also be ignored when
-F
is used.The
ProcessId
fields should probably always exist in the defined EIDs but may not in some circumstances so might want to test that hayabusa does not crash, etc.. if the field does not exist.The text was updated successfully, but these errors were encountered: