SpecterOps / Nemesis

An offensive data enrichment pipeline
https://specterops.github.io/Nemesis/
Other
597 stars 59 forks source link

bof_reg_collect: incomplete collection returned #23

Open t94j0 opened 10 months ago

t94j0 commented 10 months ago

When performing a collection on HKLM SYSTEM\CurrentControlSet\Services\SERVICE, data is returned incomplete and unable to be parsed by nemesis_reg_collect_parser.py. It doesn't seem to be a parsing issue because the data returned appear to contain all the data required to reconstruct the registry. If I run a query on HKLM SYSTEM\CurrentControlSet\Services\, the data is collected correctly and can be parsed.

Very weird issue