Memory scan results. For each scanned memory section, where either a match was found or an error was emitted, one JSON object per line is stored.
No Additional PropertiesContains information about matched rules. Is empty-array if no rules matched.
Information about a yara rule match
No Additional PropertiesThe exact strings of the yara rule, that were found, including their offsets in the memory segment.
The offset, where the string was found, relative to the start of the scanned memory segment or file. Note, this value can get very large. make sure your parser uses an int64.
The name of the matched string as defined in the yara rule
The namespace of the matched yara rule. This depends on how the rules where compiled.
The name of the matched yara rule
PID of the scanned process
The error message or null if no error happened. Note, there may still be matches if an error happened.
The base address of the scanned memory segment. This can be used to resolve the memory segment information in the processes.json. Note, this value can get very large. make sure your parser uses an int64.