osquery-1/specs/darwin/xprotect_reports.table
2016-09-13 20:37:31 -07:00

13 lines
492 B
Plaintext

table_name("xprotect_reports")
description("Database of XProtect matches (if user generated/sent an XProtect report).")
schema([
Column("name", TEXT, "Description of XProtected malware"),
Column("user_action", TEXT, "Action taken by user after prompted"),
Column("time", TEXT, "Quarantine alert time"),
])
implementation("xprotect@genXProtectReports")
fuzz_paths([
"/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/",
"/Library/Logs/DiagnosticReports",
])