jgstew / bigfix-content

a repo to store some example bigfix-content
The Unlicense
30 stars 24 forks source link

Create Content for SysInternals Autoruns #10

Closed jgstew closed 4 years ago

jgstew commented 4 years ago

autorunsc.exe -accepteula -a * -c -h -s -t -v -vt * >>"%TEMP%%COMPUTERNAME%-Autoruns4.csv"

Related:

jgstew commented 4 years ago

Completed:

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.