Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag=auditd kv -q type as auditType AUID | count auditType by AUID | chart count by AUID
tag=$AUDITD kv -q type as auditType AUID | count auditType by AUID | chart count by AUID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag=auditd kv -q type as auditType AUID | count auditType by AUID | table AUID count
tag=$AUDITD kv -q type as auditType AUID | count auditType by AUID | table AUID count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag=auditd kv -q -s type as auditType AUID EUID ses | eval (AUID != EUID) && (AUID != "unset") | stats unique_count(ses) as sessions by AUID EUID | eval transition = printf("(User: %s) → (User: %s)", AUID, EUID) | count by transition | numbercard (count "")
tag=$AUDITD kv -q -s type as auditType AUID EUID ses | eval (AUID != EUID) && (AUID != "unset") | stats unique_count(ses) as sessions by AUID EUID | eval transition = printf("(User: %s) → (User: %s)", AUID, EUID) | count by transition | numbercard (count "")
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag=auditd kv -q -s type == "SYSCALL" as auditType success == "no" exe | stats count by exe | sort by count desc | table exe count
tag=$AUDITD kv -q -s type == "SYSCALL" as auditType success == "no" exe | stats count by exe | sort by count desc | table exe count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag=auditd kv -q -s type == "SYSCALL" as auditType success == "no" SYSCALL | stats count by SYSCALL | sort by count desc | table SYSCALL count
tag=$AUDITD kv -q -s type == "SYSCALL" as auditType success == "no" SYSCALL | stats count by SYSCALL | sort by count desc | table SYSCALL count
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag=auditd kv -q -s type == "SYSCALL" as auditType success == "no" AUID | stats count by AUID | chart count by AUID
tag=$AUDITD kv -q -s type == "SYSCALL" as auditType success == "no" AUID | stats count by AUID | chart count by AUID