wmi_event_filters

Lists WMI event filters.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: wmi_event_filters

  • Windows

Table schema

Name Type Description
name TEXT Unique identifier of an event filter.
query TEXT Windows Management Instrumentation Query Language (WQL) event query that specifies the set of events for consumer notification, and the specific conditions for notification.
query_language TEXT Query language that the query is written in.
class TEXT The name of the class.
relative_path TEXT Relative path to the class or instance.

Query examples

select * from wmi_event_filters