No field mapping for ProcessName to FileName #21
Unanswered
jeremyhagan
asked this question in
Q&A
Replies: 1 comment
-
I think I found the relevant specification for the category. I'll go back to the orginal authors and ask them to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm newish to sigma so please excuse me if i have misunderstood something. I've checked the specificationand I can't find any reason why the specific rules that I am trying to convert are invalid. However i am getting an error saying:
Error while conversion: Invalid SigmaDetectionItem field name encountered: ProcessName. Please use valid fields for the DeviceProcessEvents table, or the following fields that have keymappings in this pipeline:
CommandLine, Company, Description, EventType, FileVersion, Hashes, Image, IntegrityLevel, LogonId, OriginalFileName, ParentCommandLine, ParentImage, ParentProcessId, ParentUser, ProcessId, Product, SourceImage, User, md5, sha1, sha256
I would assume that the applicable DeviceProcessEvents field to map this to would be FileName. Aside from modifying the source YAML, can i add my own field mapping to take care of this?
Beta Was this translation helpful? Give feedback.
All reactions