Raquel Tabuyo
07/10/2025, 8:52 AMyara table in osquery only supports scanning files on disk. However, the underlying YARA library supports scanning of process memory, which is a critical capability for incident response and forensic investigations. Looking at the osquery implementation, path is required in the yara query table. path is also validated in the osquery code that calls yara. We thought that by modifying osquery to make path optional and adding other table columns that would be useful for memory scanning, such as PID, we would be able to close this gap. I am wondering what it would be required from Elastic to get this change accepted by osquery.sharvil
07/10/2025, 10:21 AMFG
07/10/2025, 10:49 AMRaquel Tabuyo
07/10/2025, 11:09 AMRaquel Tabuyo
07/31/2025, 7:56 AM