diff --git a/detection/exfil/high_disk_bytes_read.sql b/detection/exfil/high_disk_bytes_read.sql index 710918c..38c9c86 100644 --- a/detection/exfil/high_disk_bytes_read.sql +++ b/detection/exfil/high_disk_bytes_read.sql @@ -10,7 +10,7 @@ -- references: -- * https://attack.mitre.org/tactics/TA0010/ (Exfiltration) -- --- tags: transient process +-- tags: transient process extra SELECT -- WARNING: Writes to tmpfs are not reflected against this counter p0.disk_bytes_read AS bytes_read,