oneiroi
02/28/2024, 5:43 PMaugeas
table may be used for this purpose, however it appears the path /Library/Application\ Support/$APPNAME/LogsEx/product.info
cannot be loaded using augeas, I'm going to experiment further however if anyone is aware of how to interrogate a JSON file on disk for a given value using osquery already, the information would be greatly appreciated.John Speno
02/28/2024, 7:35 PMyara
.oneiroi
02/29/2024, 2:34 PMselect * from yara where path = '/Library/Application Support/$APPNAME/LogsEx/product.info' and sigrule = 'rule my_rule {strings: $notallowedbylicense = "notAllowedByLicense" condition: $notallowedbylicense }}'
Demonstrating that through this yara table can be used to effect the passed sigrule yara rule,
This appears to be working well and delivered the intended functionality.John Speno
02/29/2024, 2:35 PM