Fleet logo
Menu An icon indicating that interacting with this button will open the navigation menu.
Fleet logo An 'X' icon indicating that this can be interacted with to close the navigation menu.

Solutions

a small chevron
Device management

Device management

Remotely manage, and protect laptops and mobile devices.

Visibility & reporting

Visibility & reporting

Real-time reports and diagnostics from every device.

Software management

Software management

Inventory, patch, and manage installed software.

Linux management

Linux device management

Manage Linux devices with full visibility and control.

GitOps

Infrastructure as code

See every change, undo any error, repeat every success.

Deployment

Deployment

Run Fleet the way that fits your team.

Extend Fleet

Extend Fleet

Integrate your favorite tools with Fleet.


Customers
Pricing
Partners

More

a small chevron
Docs

Docs

Guides

Guides

Support

Support

Releases / news

Releases / news

Get your license

Get your license

The handbook

The handbook

GitOps for device management

In-person workshop for beginners.

Join us
Get a demo
Solutions A small chevron
Device management

Device management

Remotely manage, and protect laptops and mobile devices.

GitOps

Infrastructure as code

See every change, undo any error, repeat every success.

Visibility & reporting

Visibility & reporting

Real-time reports and diagnostics from every device.

Deployment

Deployment

Run Fleet the way that fits your team.

Software management

Software management

Inventory, patch, and manage installed software.

Extend Fleet

Extend Fleet

Integrate your favorite tools with Fleet.

Linux management

Linux device management

Manage Linux devices with full visibility and control.

Customers Pricing Partners
More A small chevron

GitOps for device management

In-person workshop for beginners.

Join us
Docs

Docs

Guides

Guides

Support

Support

Releases / news

Releases / news

Get your license

Get your license

The handbook

The handbook

Get a demo

Reports

A collection of optional reports you can run anytime. Contributions welcome over on GitHub.

Want to create your own? Our query robot can help.

macOS Apple

Linux Linux

Windows Windows

Detect if Apple Intelligence is enabled

Detects if Apple Intelligence has been enabled. Value = 1 is on, 0 is off.

Read more

Get authorized SSH keys

Presence of authorized SSH keys may be unusual on laptops. Could be completely normal on servers, but may be worth auditing for unusual keys and/or changes.

Read more

Get authorized keys for Domain Joined Accounts

List authorized_keys for each user on the system.

Read more

Get crashes

Retrieve application, system, and mobile app crash logs.

Read more

Get installed Chrome Extensions

List installed Chrome Extensions for all users.

Read more

Get installed macOS software

Get all software installed on a macOS computer, including apps, browser plugins, and installed packages. Note that this does not include other running processes in the processes table.

Read more

Get installed Safari extensions

Retrieves the list of installed Safari Extensions for all users in the target system.

Read more

Get laptops with failing batteries

Lists all laptops with under-performing or failing batteries.

Read more

Get current users with active shell/console on the system

Get current users with active shell/console on the system and associated process

Read more

Get unencrypted SSH keys for local accounts

Identify SSH keys created without a passphrase which can be used in Lateral Movement (MITRE. TA0008)

Read more

Get unencrypted SSH keys for domain-joined accounts

Identify SSH keys created without a passphrase which can be used in Lateral Movement (MITRE. TA0008)

Read more

Get dynamic linker hijacking on macOS (MITRE. T1574.006)

Detect any processes that run with DYLD_INSERT_LIBRARIES environment variable

Read more

Get etc hosts entries

Line-parsed /etc/hosts

Read more

Get network interfaces

Network interfaces MAC address

Read more

Get local user accounts

Local user accounts (including domain accounts that have logged on locally (Windows)).

Read more

Get Nmap scanner

Get Nmap scanner process, as well as its user, parent, and process details.

Read more

Get Docker contained processes on a system

Docker containers Processes, can be used on normal systems or a kubenode.

Read more

Get local users and their privileges

Collects the local user accounts and their respective user group.

Read more

Get processes that no longer exist on disk

Lists all processes of which the binary which launched them no longer exists on disk. Attackers often delete files from disk after launching a process to mask presence.

Read more

Get user files matching a specific hash

Looks for specific hash in the Users/ directories for files that are less than 50MB (osquery file size limitation.)

Read more

Get local administrator accounts on macOS

The query allows you to check macOS systems for local administrator accounts.

Read more

Get all listening ports, by process

List ports that are listening on all interfaces, along with the process to which they are attached.

Read more

Get malicious Python backdoors

Watches for the backdoored Python packages installed on the system. See (http://www.nbu.gov.sk/skcsirt-sa-20170909-pypi/index.html)

Read more

Get running docker containers

Returns the running Docker containers

Read more

Get applications hogging memory

Returns top 10 applications or processes hogging memory the most.

Read more

Get servers with root login in the last 24 hours

Returns servers with root login in the last 24 hours and the time the users were logged in.

Read more

Detect active processes with Log4j running

Returns a list of active processes and the Jar paths which are using Log4j. Version numbers are usually within the Jar filename. Note: This query is resource intensive and has caused problems on systems with limited swap space. Test on some systems before running this widely.

Read more

Get applications that were opened within the last 24 hours

Returns applications that were opened within the last 24 hours starting with the last opened application.

Read more

Get applications that are not in the Applications directory

Returns applications that are not in the `/Applications` directory

Read more

Get subscription-based applications that have not been opened for the last 30 days

Returns applications that are subscription-based and have not been opened for the last 30 days. You can replace the list of applications with those specific to your use case.

Read more

Get operating system information

Returns the operating system name and version on the device.

Read more

Get built-in antivirus status on macOS

Reads the version numbers from the Malware Removal Tool (MRT) and built-in antivirus (XProtect) plists

Read more

Discover TLS certificates

Retrieves metadata about TLS certificates for servers listening on the local machine. Enables mTLS adoption analysis and cert expiration notifications.

Read more

Discover Python Packages from Running Python Interpreters

Attempt to discover Python environments (in cwd, path to the python binary, and process command line) from running python interpreters and collect Python packages from those environments.

Read more

Identify the default mail, http and ftp applications

Lists the currently enabled applications configured to handle mailto, http and ftp schemes.

Read more

Identify Apple development secrets

Identifies certificates associated with Apple development signing and notarization. Replace ABCDEFG with your company's identifier.

Read more

Geolocate via ipapi.co

Geolocate a host using the [ipapi.co](https://ipapi.co) in an emergency. Requires the curl table. [Learn more](https://fleetdm.com/guides/locate-assets-with-osquery).

Read more

Get Crowdstrike Falcon network content filter status

Get the status of the Crowdstrike Falcon network content filter (as in "System Settings" > "Network > "Filters").

Read more

Get a list of Visual Studio Code extensions

Get a list of installed VS Code extensions (requires osquery > 5.11.0).

Read more

List osquery table names

List all table names in the schema of the currently installed version of osquery

Read more

Get MCP client configurations

Retrieves Model Context Protocol (MCP) client configurations from supported AI applications. Only global (not project-specific) configurations are returned. Supported applications: Cursor (macOS/Linux/Windows), Claude Desktop (macOS/Windows), Claude Code (macOS/Linux), VSCode (macOS/Linux/Windows), Windsurf (macOS), Gemini CLI (macOS/Linux/Windows), LMStudio (macOS/Linux/Windows)

Read more

MITRE - Mount Discovery

Check mount on the host - ATT&CK T1025,T1052

Read more

MITRE - Setuid Binary Discovery

List files that are setuid-enabled

Read more

MITRE - Sudoers Configuration

Sudoers configuration information - ATT&CK T1548.003

Read more

MITRE - Sudoers Integrity Check

Monitor integrity of sudoers configuration file for unauthorized modifications - ATT&CK T1548.003

Read more

MITRE - Reverse Shell Detection

Detect active reverse shell connections via bash TCP redirects - ATT&CK T1059

Read more

MITRE - USB Device Discovery

Check USB device on the host - ATT&CK T1052

Read more

MITRE - Chrome Extensions Overview

Lists all chrome extensions - ATT&CK T1176

Read more

MITRE - Firefox Addons

Lists all Firefox addons - ATT&CK T1176

Read more

MITRE - Opera Extensions

Lists all Opera extensions - ATT&CK T1176

Read more

MITRE - Shell History Analysis

List shell_history for each users on the system - ATT&CK T1064,T1059,T1153,T1166,T1100,T1055,T1222,T1107,T1146,T1081,T1003,T1033,T1016,T1082,T1069,T1201,T1083,T1217,T1087

Read more

MITRE - Cron Job Discovery

List Local job scheduling with Cron - ATT&CK T1053

Read more

MITRE - Process Listening Ports

Returns the Listening port List - ATT&CK T1108,T1100,T1029,T1011,T1041,T1048,T1020,T1071,T1219

Read more

MITRE - Process Network Connections

Returns the network connections from system processes - ATT&CK T1108,T1100,T1102,T1105,T1039,T1029,T1011,T1041,T1043,T1090,T1094,T1048,T1132,T1020,T1065,T1001,T1071,T1219,T1104,T1008

Read more

MITRE - Shell Process Detection

Check Returns possible Reverse Shells on system processes - ATT&CK T1108,T1100

Read more

MITRE - Custom Directory Monitoring

Template: Monitor files in a custom directory. Replace /YOUR_DIRECTORY/ with the path to monitor - ATT&CK T1158,T1100

Read more

MITRE - Root Directory Discovery

Lists files and directories under root directory - ATT&CK T1158,T1100

Read more

MITRE - Temp Directory Discovery

Lists files and directories under tmp directory - ATT&CK T1158,T1100

Read more

MITRE - Process Discovery

List running processes with non-empty command line. - ATT&CK T1059,T1108,T1166,T1100,T1064,T1107,T1003,T1033,T1016,T1082,T1057,T1201,T1083,T1217,T1087,T1072,T1002

Read more

MITRE - Last Login Discovery

Lists last logged in users - ATT&CK T1136,T1078

Read more

MITRE - Active User Sessions

Lists all logged in users - ATT&CK T1136,T1078,T1169,T1184,T1021

Read more

MITRE - User Account Discovery

Lists all create and deleted account - ATT&CK T1136,T1078,T1184,T1021

Read more

MITRE - Chrome Extensions Snapshot

Snapshot Lists all chrome extensions - ATT&CK T1176

Read more

MITRE - Services Snapshot

Snapshot Services query

Read more

MITRE - Certificate Discovery

Discover local system certificates for code signing and trust chain analysis - ATT&CK T1116,T1130

Read more

MITRE - Logged In Users

Users with an active shell on the system. - ATT&CK T1075,T1097

Read more

MITRE - System Info Snapshot

System information for identification.

Read more

MITRE - System Uptime

System uptime

Read more

MITRE - Startup Items

Startup items configured to launch on the system - ATT&CK T1060

Read more

MITRE - Fileless Process Detection

Detect Processes running without a binary on disk

Read more

MITRE - Running Processes Snapshot

List running processes with user and path information - ATT&CK T1034,T1121,T1117,T1085

Read more

MITRE - Running Processes

List running processes with path and command line. - ATT&CK T1034,T1121,T1117,T1085

Read more

Get installed Chrome Extensions

List installed Chrome Extensions for all users.

Read more

Get installed Windows software

Get all software installed on a Windows computer, including programs, browser plugins, and installed packages. Note that this does not include other running processes in the processes table.

Read more

Get current users with active shell/console on the system

Get current users with active shell/console on the system and associated process

Read more

Get unencrypted SSH keys for local accounts

Identify SSH keys created without a passphrase which can be used in Lateral Movement (MITRE. TA0008)

Read more

Get unencrypted SSH keys for domain-joined accounts

Identify SSH keys created without a passphrase which can be used in Lateral Movement (MITRE. TA0008)

Read more

Get network interfaces

Network interfaces MAC address

Read more

Get local user accounts

Local user accounts (including domain accounts that have logged on locally (Windows)).

Read more

Get Nmap scanner

Get Nmap scanner process, as well as its user, parent, and process details.

Read more

Get Windows print spooler remote code execution vulnerability

Detects devices that are potentially vulnerable to CVE-2021-1675 because the print spooler service is not disabled.

Read more

Get local users and their privileges

Collects the local user accounts and their respective user group.

Read more

Get processes that no longer exist on disk

Lists all processes of which the binary which launched them no longer exists on disk. Attackers often delete files from disk after launching a process to mask presence.

Read more

Get all listening ports, by process

List ports that are listening on all interfaces, along with the process to which they are attached.

Read more

Get whether TeamViewer is installed/running

Looks for the TeamViewer service running on machines. This is often used when attackers gain access to a machine, running TeamViewer to allow them to access a machine.

Read more

Get malicious Python backdoors

Watches for the backdoored Python packages installed on the system. See (http://www.nbu.gov.sk/skcsirt-sa-20170909-pypi/index.html)

Read more

Check for artifacts of the Floxif trojan

Checks for artifacts from the Floxif trojan on Windows machines.

Read more

Get Shimcache table

Returns forensic data showing evidence of likely file execution, in addition to the last modified timestamp of the file, order of execution, full file path order of execution, and the order in which files were executed.

Read more

Get applications hogging memory

Returns top 10 applications or processes hogging memory the most.

Read more

Get servers with root login in the last 24 hours

Returns servers with root login in the last 24 hours and the time the users were logged in.

Read more

Get operating system information

Returns the operating system name and version on the device.

Read more

Get antivirus status from the Windows Security Center

Selects the antivirus and signatures status from Windows Security Center.

Read more

Discover TLS certificates

Retrieves metadata about TLS certificates for servers listening on the local machine. Enables mTLS adoption analysis and cert expiration notifications.

Read more

Geolocate via ipapi.co

Geolocate a host using the [ipapi.co](https://ipapi.co) in an emergency. Requires the curl table. [Learn more](https://fleetdm.com/guides/locate-assets-with-osquery).

Read more

Get a list of Visual Studio Code extensions

Get a list of installed VS Code extensions (requires osquery > 5.11.0).

Read more

List osquery table names

List all table names in the schema of the currently installed version of osquery

Read more

Get MCP client configurations

Retrieves Model Context Protocol (MCP) client configurations from supported AI applications. Only global (not project-specific) configurations are returned. Supported applications: Cursor (macOS/Linux/Windows), Claude Desktop (macOS/Windows), Claude Code (macOS/Linux), VSCode (macOS/Linux/Windows), Windsurf (macOS), Gemini CLI (macOS/Linux/Windows), LMStudio (macOS/Linux/Windows)

Read more

MITRE - Mount Discovery

Check mount on the host - ATT&CK T1025,T1052

Read more

MITRE - USB Device Discovery

Check USB device on the host - ATT&CK T1052

Read more

MITRE - Chrome Extensions Overview

Lists all chrome extensions - ATT&CK T1176

Read more

MITRE - Firefox Addons

Lists all Firefox addons - ATT&CK T1176

Read more

MITRE - Opera Extensions

Lists all Opera extensions - ATT&CK T1176

Read more

MITRE - Process Listening Ports

Returns the Listening port List - ATT&CK T1108,T1100,T1029,T1011,T1041,T1048,T1020,T1071,T1219

Read more

MITRE - Process Network Connections

Returns the network connections from system processes - ATT&CK T1108,T1100,T1102,T1105,T1039,T1029,T1011,T1041,T1043,T1090,T1094,T1048,T1132,T1020,T1065,T1001,T1071,T1219,T1104,T1008

Read more

MITRE - Process Discovery

List running processes with non-empty command line. - ATT&CK T1059,T1108,T1166,T1100,T1064,T1107,T1003,T1033,T1016,T1082,T1057,T1201,T1083,T1217,T1087,T1072,T1002

Read more

MITRE - Active User Sessions

Lists all logged in users - ATT&CK T1136,T1078,T1169,T1184,T1021

Read more

MITRE - User Account Discovery

Lists all create and deleted account - ATT&CK T1136,T1078,T1184,T1021

Read more

MITRE - Chrome Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - CMD Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1173,T1204

Read more

MITRE - Conhost Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - Firefox Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - Internet Explorer Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - LSASS Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - Notepad Plus Plus Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - Notepad Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - PowerShell Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1173,T1086,T1204

Read more

MITRE - Services Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - Svchost Parent Process Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1204

Read more

MITRE - Conhost Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - CSRSS Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - DLLHost Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - Explorer Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - LSASS Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - Services Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - SMSS Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - Svchost Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - Wininit Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - Winlogon Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - WMI Provider Path Validation

Detect processes masquerading as legitimate Windows processes - ATT&CK T1034

Read more

MITRE - Desktop Registry Monitoring

Returns the content of the key HKCU_Control Panel_Desktop - ATT&CK T1180

Read more

MITRE - Winlogon Registry Monitoring

Returns the content of the key HKCU_Software_Microsoft_WindowsNT_CurrentVersion_winlogon - ATT&CK T1004

Read more

MITRE - Explorer Run Registry Monitoring

Returns the content of the key HKCU_Software_Microsoft_Windows_CurrentVersion_Policies_Explorer_Run - ATT&CK T1060

Read more

MITRE - Logon Scripts Registry Monitoring

Returns the content of the key HKEY_CURRENT_USER_Environment - ATT&CK T1037

Read more

MITRE - HKCU Run Registry Monitoring

Returns the content of the key HKCU_Software_Microsoft_Windows_CurrentVersion_Run - ATT&CK T1060

Read more

MITRE - HKLM Winlogon Registry Monitoring

Returns the content of the key HKLM_Software_Microsoft_WindowsNT_CurrentVersion_winlogon - ATT&CK T1004

Read more

MITRE - HKLM Explorer Run Registry Monitoring

Returns the content of the key HKLM_Software_Microsoft_Windows_CurrentVersion_Policies_Explorer_Run - ATT&CK T1060

Read more

MITRE - Image File Execution Options Monitoring

Returns the content of the key HKLM_Image_File_Execution_Options - ATT&CK T1015

Read more

MITRE - AppInit DLLs Registry Monitoring

Returns the content of the key HKLM_Software_Microsoft_WindowsNT_CurrentVersion_Windows for AppInit DLLs - ATT&CK T1103

Read more

MITRE - WOW64 Winlogon Registry Monitoring

Returns the content of the key HKLM_Software_Wow6432Node_Microsoft_WindowsNT_CurrentVersion_winlogon - ATT&CK T1004

Read more

MITRE - WOW64 AppInit DLLs Registry Monitoring

Returns the content of the key HKLM_Software_Wow6432Node_Microsoft_WindowsNT_CurrentVersion_Windows for AppInit DLLs - ATT&CK T1103

Read more

MITRE - Application Shimming Registry Monitoring Custom

Returns the content of the key HKLM_Software_Microsoft_WindowsNT_CurrentVersion_appcompatflags_custom for application shimming - ATT&CK T1138

Read more

MITRE - Application Shimming Registry Monitoring Installed

Returns the content of the key HKLM_Software_Microsoft_WindowsNT_CurrentVersion_appcompatflags_installedsdb for application shimming - ATT&CK T1138

Read more

MITRE - LSA Registry Monitoring

Returns the content of the key HKLM_SYSTEM_CurrentControlSet_Control_Lsa - ATT&CK T1131

Read more

MITRE - Netsh Registry Monitoring

Returns the content of the key HKLM_SOFTWARE_Microsoft_Netsh - ATT&CK T1128,S0108

Read more

MITRE - Services Registry Monitoring

Returns the content of the key HKLM_SYSTEM_CurrentControlSet_Service - ATT&CK T1058

Read more

MITRE - HKU Run Registry Monitoring

Returns the content of the key HKU_Software_Microsoft_Windows_CurrentVersion_Run

Read more

MITRE - InstallUtil Execution

InstallUtil Execute, InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries - ATT&CK T1118

Read more

MITRE - PsExec Execution

PsExec Execute, is a free Microsoft tool that can be used to execute a program on another computer. - ATT&CK T1035,S0029

Read more

MITRE - Prefetch File Monitoring

Monitor Windows Prefetch directory for execution artifacts - ATT&CK T1107

Read more

MITRE - Task Scheduling

Schtasks Execute, usually used to create a scheduled task - ATT&CK T1053,S0110

Read more

MITRE - File Attribute Modification

Attrib Execute, usually used to modify file attributes - ATT&CK T1158

Read more

MITRE - BITS Transfer

Bitsadmin Execute, Windows Background Intelligent Transfer Service (BITS) is a low-bandwidth, asynchronous file transfer mechanism exposed through Component Object Model (COM) - ATT&CK T1197,S0190

Read more

MITRE - Certificate Utility

Monitor usage of Certutil.exe, a built-in command-line program to manage certificates that can be misused for malicious purposes - ATT&CK T1105,T1140,T1130,S0160

Read more

MITRE - Command Line Interface

Command-Line Interface Execute, CMD execution - ATT&CK T1059

Read more

MITRE - Connection Manager Profile

CMSTP Execute, The Microsoft Connection Manager Profile Installer (CMSTP.exe) is a command-line program used to install Connection Manager service profiles. - ATT&CK T1191

Read more

MITRE - Script Execution

Command-Line Interface Execute, Cscript execution starts a script so that it runs in a command-line environment. - ATT&CK T1216

Read more

MITRE - Database Utility

Monitor usage of Esentutl, a built-in command-line program that can be used to copy NTDS.dit and dump Active Directory credentials - ATT&CK T1003.003

Read more

MITRE - HTML Application

Mshta Execute, is a utility that executes Microsoft HTML Applications (HTA) - ATT&CK T1170

Read more

MITRE - Remote Desktop

mstsc.exe Execute, usually used to perform a RDP Session - ATT&CK T1076

Read more

MITRE - Network Commands

Net Execute, is used in command-line operations for control of users, groups, services, and network connections - ATT&CK T1126,T1087,T1201,T1069,S0039,T1018,T1007,T1124

Read more

MITRE - Network Shell

Netsh Execute, Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system - ATT&CK T1128,T1063,S0108

Read more

MITRE - Network Statistics

Netstat Execute, is an operating system utility that displays active TCP connections, listening ports, and network statistics. - ATT&CK T1049,S0104

Read more

MITRE - PowerShell Execution

POWERSHELL Execute, is a powerful interactive command-line interface and scripting environment included in the Windows operating system - ATT&CK T1086

Read more

MITRE - Registry Modification

Reg Execute, Reg is a Windows utility used to interact with the Windows Registry. - ATT&CK T1214,T1012,T1063,S0075

Read more

MITRE - Registry Editor

Regedit Execute, is a Windows utility used to interact with the Windows Registry. - ATT&CK T1214

Read more

MITRE - DLL Registration

Detect regsvr32 DLL registration activity via prefetch artifacts - ATT&CK T1117

Read more

MITRE - Privilege Escalation

Runas Execute, Allows a user to run specific tools and programs with different permissions than the user's current logon provides. - ATT&CK T1134

Read more

MITRE - Service Control

SC.exe Execute, Service Control - Create, Start, Stop, Query or Delete any Windows SERVICE. . - ATT&CK T1007

Read more

MITRE - Scheduled Tasks Prefetch

Schtasks Execute, usually used to create a scheduled task - ATT&CK T1053,S0111

Read more

MITRE - Anomalous Svchost

SVCHOST Processes not using the -k [name] convention

Read more

MITRE - System Information via Systeminfo

Systeminfo Execute, Systeminfo is a Windows utility that can be used to gather detailed information about a computer. - ATT&CK T1082,S0096

Read more

MITRE - Task Engine

taskeng Execute, usually used to create a scheduled task - ATT&CK T1053

Read more

MITRE - Process Termination

Taskkill Execute, usually used to kill task

Read more

MITRE - Process Enumeration

Tasklist Execute, usually used to list task - ATT&CK T1057,T1063,T1007,S0057

Read more

MITRE - Terminal Services

tscon.exe Execute, usually used to Terminal Services Console - ATT&CK T1076

Read more

MITRE - Volume Shadow Copy

Vssadmin Execute, usually used to execute activity on Volume Shadow copy

Read more

MITRE - User Identification

Whoami Execute, used to prints the effective username of the current user

Read more

MITRE - File Copy

Xcopy Execute, is used for copying multiple files or entire directory trees from one directory to another and for copying files across a network.

Read more

MITRE - Chrome Extensions Snapshot

Snapshot Lists all chrome extensions - ATT&CK T1176

Read more

MITRE - Internet Explorer Extensions Snapshot

Snapshot Lists all internet explorer extensions - ATT&CK T1176

Read more

MITRE - Internet Explorer Extensions

Lists all internet explorer extensions - ATT&CK T1176

Read more

MITRE - Sophos Service Status 1

Sophos Endpoint Protection service status change - ATT&CK T1089

Read more

MITRE - Services Snapshot

Snapshot Services query

Read more

MITRE - Sophos Service Status 2

Sophos Endpoint Protection service status change - ATT&CK T1089

Read more

MITRE - Symantec Service Status

Symantec Endpoint Protection service status change - ATT&CK T1089

Read more

MITRE - Windows Defender Service Status

Windows Defender service Status change - ATT&CK T1089

Read more

MITRE - Windows Firewall Service Status

Windows Firewall service Status change - ATT&CK T1089

Read more

MITRE - Windows Security Service Status

Windows Security Service Status change - ATT&CK T1089

Read more

MITRE - Windows Update Service Status

Windows Update Service Status change - ATT&CK T1089

Read more

MITRE - Certificate Discovery

Discover local system certificates for code signing and trust chain analysis - ATT&CK T1116,T1130

Read more

MITRE - Installed Programs

Lists installed programs on Windows systems - ATT&CK T1518

Read more

MITRE - System Info Snapshot

System information for identification.

Read more

MITRE - System Uptime

System uptime

Read more

MITRE - Windows Crash Analysis

Extracted information from Windows crash logs (Minidumps).

Read more

MITRE - AppData Local Directory Creation

Check suspicious directory creation under AppData\Local - ATT&CK T1034,T1074,T1044

Read more

MITRE - AppData Temp Directory Creation

Check suspicious directory creation under %TEMP% or AppData\Local\Temp - ATT&CK T1034,T1074,T1044

Read more

MITRE - AppData Roaming Directory Creation

Check suspicious directory creation under %APPDATA% or %\AppData\Roaming - ATT&CK T1034,T1074,T1044

Read more

MITRE - User Start Menu Program Directory Creation

Check suspicious directory creation under Roaming\Microsoft\Windows\Start Menu\Programs - ATT&CK T1060,T1023

Read more

MITRE - User Start Menu Startup Directory Creation

Check suspicious directory creation under Roaming\Microsoft\Windows\Start Menu\Programs\Startup - ATT&CK T1060,T1023

Read more

MITRE - ProgramData Start Menu Directory Creation

Check suspicious directory creation under ProgramData\Microsoft\Windows\Start Menu - ATT&CK T1060,T1023

Read more

MITRE - ProgramData Start Menu Program Directory Creation

Check suspicious directory creation under ProgramData\Microsoft\Windows\Start Menu\Programs - ATT&CK T1060,T1023

Read more

MITRE - Windows Directory Creation

Check suspicious directory creation under c:\windows - ATT&CK T1034,T1074,T1044

Read more

MITRE - Windows Temp Directory Creation

Check suspicious directory creation under c:\windows emp - ATT&CK T1034,T1074,T1044

Read more

MITRE - AppData Local File Creation

Check suspicious file creation under AppData\Local - ATT&CK T1034,T1074,T1044

Read more

MITRE - AppData Temp File Creation

Check suspicious file creation under %TEMP% or AppData\Local\Temp - ATT&CK T1034,T1074,T1044

Read more

MITRE - AppData Roaming File Creation

Check suspicious file creation under %APPDATA% or %\AppData\Roaming - ATT&CK T1034,T1074,T1044

Read more

MITRE - ProgramData Start Menu File Creation

Check suspicious file creation under ProgramData\Microsoft\Windows\Start Menu - ATT&CK T1060,T1023

Read more

MITRE - ProgramData Start Menu Program File Creation

Check suspicious file creation under ProgramData\Microsoft\Windows\Start Menu\Programs - ATT&CK T1060,T1023

Read more

MITRE - User Start Menu Program File Creation

Check suspicious file creation under Roaming\Microsoft\Windows\Start Menu\Programs - ATT&CK T1060,T1023

Read more

MITRE - User Start Menu Startup File Creation

Check suspicious file creation under Roaming\Microsoft\Windows\Start Menu\Programs\Startup - ATT&CK T1060,T1023

Read more

MITRE - Windows File Creation

Check suspicious file creation under c:\windows - ATT&CK T1034,T1074,T1044

Read more

MITRE - Windows Temp File Creation

Check suspicious file creation under c:\windows emp - ATT&CK T1034,T1074,T1044

Read more

MITRE - Startup Items

Startup items configured to launch on the system - ATT&CK T1060

Read more

MITRE - PowerShell Script Block Events

Powershell script blocks reconstructed to their full script content, this table requires script block logging to be enabled. - ATT&CK T1086,T1064

Read more

MITRE - Fileless Process Detection

Detect Processes running without a binary on disk

Read more

MITRE - Scheduled Tasks List

Lists all of the tasks in the Windows task scheduler - ATT&CK T1053

Read more

MITRE - Auto-Start Services

Lists all installed services configured to start automatically at boot - ATT&CK T1050

Read more

MITRE - Running Processes

List running processes with path and command line. - ATT&CK T1034,T1121,T1117,T1085

Read more

Get OpenSSL versions

Retrieves the OpenSSL version.

Read more

Get authorized SSH keys

Presence of authorized SSH keys may be unusual on laptops. Could be completely normal on servers, but may be worth auditing for unusual keys and/or changes.

Read more

Get authorized keys for Domain Joined Accounts

List authorized_keys for each user on the system.

Read more

Get installed Chrome Extensions

List installed Chrome Extensions for all users.

Read more

Get installed Linux software

Get all software installed on a Linux computer, including browser plugins and installed packages. Note that this does not include other running processes in the processes table.

Read more

Get current users with active shell/console on the system

Get current users with active shell/console on the system and associated process

Read more

Get unencrypted SSH keys for local accounts

Identify SSH keys created without a passphrase which can be used in Lateral Movement (MITRE. TA0008)

Read more

Get unencrypted SSH keys for domain-joined accounts

Identify SSH keys created without a passphrase which can be used in Lateral Movement (MITRE. TA0008)

Read more

Get dynamic linker hijacking on Linux (MITRE. T1574.006)

Detect any processes that run with LD_PRELOAD environment variable

Read more

Get etc hosts entries

Line-parsed /etc/hosts

Read more

Get network interfaces

Network interfaces MAC address

Read more

Get local user accounts

Local user accounts (including domain accounts that have logged on locally (Windows)).

Read more

Get active user accounts on servers

Domain Joined environments normally have root or other service only accounts and users are SSH-ing using their Domain Accounts.

Read more

Get Nmap scanner

Get Nmap scanner process, as well as its user, parent, and process details.

Read more

Get Docker contained processes on a system

Docker containers Processes, can be used on normal systems or a kubenode.

Read more

Get local users and their privileges

Collects the local user accounts and their respective user group.

Read more

Get processes that no longer exist on disk

Lists all processes of which the binary which launched them no longer exists on disk. Attackers often delete files from disk after launching a process to mask presence.

Read more

Get user files matching a specific hash

Looks for specific hash in the Users/ directories for files that are less than 50MB (osquery file size limitation.)

Read more

Get all listening ports, by process

List ports that are listening on all interfaces, along with the process to which they are attached.

Read more

Get malicious Python backdoors

Watches for the backdoored Python packages installed on the system. See (http://www.nbu.gov.sk/skcsirt-sa-20170909-pypi/index.html)

Read more

Get running docker containers

Returns the running Docker containers

Read more

Get applications hogging memory

Returns top 10 applications or processes hogging memory the most.

Read more

Get servers with root login in the last 24 hours

Returns servers with root login in the last 24 hours and the time the users were logged in.

Read more

Detect active processes with Log4j running

Returns a list of active processes and the Jar paths which are using Log4j. Version numbers are usually within the Jar filename. Note: This query is resource intensive and has caused problems on systems with limited swap space. Test on some systems before running this widely.

Read more

Get operating system information

Returns the operating system name and version on the device.

Read more

Get antivirus (ClamAV/clamd) and updater (freshclam) process status

Selects the clamd and freshclam processes to ensure AV and its updater are running

Read more

Discover TLS certificates

Retrieves metadata about TLS certificates for servers listening on the local machine. Enables mTLS adoption analysis and cert expiration notifications.

Read more

Discover Python Packages from Running Python Interpreters

Attempt to discover Python environments (in cwd, path to the python binary, and process command line) from running python interpreters and collect Python packages from those environments.

Read more

Geolocate via ipapi.co

Geolocate a host using the [ipapi.co](https://ipapi.co) in an emergency. Requires the curl table. [Learn more](https://fleetdm.com/guides/locate-assets-with-osquery).

Read more

Get a list of Visual Studio Code extensions

Get a list of installed VS Code extensions (requires osquery > 5.11.0).

Read more

List osquery table names

List all table names in the schema of the currently installed version of osquery

Read more

Get MCP client configurations

Retrieves Model Context Protocol (MCP) client configurations from supported AI applications. Only global (not project-specific) configurations are returned. Supported applications: Cursor (macOS/Linux/Windows), Claude Desktop (macOS/Windows), Claude Code (macOS/Linux), VSCode (macOS/Linux/Windows), Windsurf (macOS), Gemini CLI (macOS/Linux/Windows), LMStudio (macOS/Linux/Windows)

Read more

MITRE - Mount Discovery

Check mount on the host - ATT&CK T1025,T1052

Read more

MITRE - Setuid Binary Discovery

List files that are setuid-enabled

Read more

MITRE - Sudoers Configuration

Sudoers configuration information - ATT&CK T1548.003

Read more

MITRE - Sudoers Integrity Check

Monitor integrity of sudoers configuration file for unauthorized modifications - ATT&CK T1548.003

Read more

MITRE - Reverse Shell Detection

Detect active reverse shell connections via bash TCP redirects - ATT&CK T1059

Read more

MITRE - USB Device Discovery

Check USB device on the host - ATT&CK T1052

Read more

MITRE - Chrome Extensions Overview

Lists all chrome extensions - ATT&CK T1176

Read more

MITRE - Firefox Addons

Lists all Firefox addons - ATT&CK T1176

Read more

MITRE - Opera Extensions

Lists all Opera extensions - ATT&CK T1176

Read more

MITRE - Shell History Analysis

List shell_history for each users on the system - ATT&CK T1064,T1059,T1153,T1166,T1100,T1055,T1222,T1107,T1146,T1081,T1003,T1033,T1016,T1082,T1069,T1201,T1083,T1217,T1087

Read more

MITRE - Hidden Directory Discovery

Lists hidden directory in relevant path - ATT&CK T1158

Read more

MITRE - Hidden File Discovery

Lists hidden file in relevant path - ATT&CK T1158,T1100

Read more

MITRE - Kernel Module Activity

Detect loading, unloading, and manipulating modules on Linux systems - ATT&CK T1215

Read more

MITRE - Cron Job Discovery

List Local job scheduling with Cron - ATT&CK T1053

Read more

MITRE - Process Listening Ports

Returns the Listening port List - ATT&CK T1108,T1100,T1029,T1011,T1041,T1048,T1020,T1071,T1219

Read more

MITRE - Process Network Connections

Returns the network connections from system processes - ATT&CK T1108,T1100,T1102,T1105,T1039,T1029,T1011,T1041,T1043,T1090,T1094,T1048,T1132,T1020,T1065,T1001,T1071,T1219,T1104,T1008

Read more

MITRE - Shell Process Detection

Check Returns possible Reverse Shells on system processes - ATT&CK T1108,T1100

Read more

MITRE - Custom Directory Monitoring

Template: Monitor files in a custom directory. Replace /YOUR_DIRECTORY/ with the path to monitor - ATT&CK T1158,T1100

Read more

MITRE - Home Directory Discovery

Lists files and directories under all home user directories - ATT&CK T1158,T1100

Read more

MITRE - Root Directory Discovery

Lists files and directories under root directory - ATT&CK T1158,T1100

Read more

MITRE - Temp Directory Discovery

Lists files and directories under tmp directory - ATT&CK T1158,T1100

Read more

MITRE - Web Directory Discovery

Lists files and directories under web server directory - ATT&CK T1158,T1100

Read more

MITRE - Process Discovery

List running processes with non-empty command line. - ATT&CK T1059,T1108,T1166,T1100,T1064,T1107,T1003,T1033,T1016,T1082,T1057,T1201,T1083,T1217,T1087,T1072,T1002

Read more

MITRE - Last Login Discovery

Lists last logged in users - ATT&CK T1136,T1078

Read more

MITRE - Active User Sessions

Lists all logged in users - ATT&CK T1136,T1078,T1169,T1184,T1021

Read more

MITRE - User Account Discovery

Lists all create and deleted account - ATT&CK T1136,T1078,T1184,T1021

Read more

MITRE - Chrome Extensions Snapshot

Snapshot Lists all chrome extensions - ATT&CK T1176

Read more

MITRE - Services Snapshot

Snapshot Services query

Read more

MITRE - Certificate Discovery

Discover local system certificates for code signing and trust chain analysis - ATT&CK T1116,T1130

Read more

MITRE - Logged In Users

Users with an active shell on the system. - ATT&CK T1075,T1097

Read more

MITRE - System Info Snapshot

System information for identification.

Read more

MITRE - System Uptime

System uptime

Read more

MITRE - Startup Items

Startup items configured to launch on the system - ATT&CK T1060

Read more

MITRE - Fileless Process Detection

Detect Processes running without a binary on disk

Read more

MITRE - Running Processes Snapshot

List running processes with user and path information - ATT&CK T1034,T1121,T1117,T1085

Read more

MITRE - Running Processes

List running processes with path and command line. - ATT&CK T1034,T1121,T1117,T1085

Read more
Fleet logo
Solutions Device management Software management Support Pricing Partners
Documentation Docs API Release notes Downloads Get your license
Company About Trust Jobs Logos/artwork Why open source?
ISO 27001 coming soon a small checkmarkSOC2 Type 2 Creative Commons Licence CC BY-SA 4.0
© 2026 Fleet Inc. Privacy
Slack logo GitHub logo LinkedIn logo X (Twitter) logo Youtube logo Mastadon logo
Advertisement
Advertisement