Create Content for SysInternals Autoruns
Closed this issue · 1 comments
jgstew commented
autorunsc.exe -accepteula -a * -c -h -s -t -v -vt * >>"%TEMP%%COMPUTERNAME%-Autoruns4.csv"
Related:
jgstew commented
Completed:
- https://github.com/jgstew/bigfix-content/blob/master/fixlet/Run%20SysInternals%20Autorunsc%20-%20Windows.bes
- https://github.com/jgstew/bigfix-content/blob/master/analyses/SysInternals%20Autorunsc%20Results%20-%20Windows.bes
CSV to SQLite?
Seems like it is possible to import a CSV file into a SQLite table: https://www.sqlitetutorial.net/sqlite-import-csv/
This might make complex relevance queries against the results easier.