Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
dns_lookup_events
DNS lookups performed through the Windows DNS stack.
Column | Type | Description |
---|---|---|
datetime | text | Event timestamp in DATETIME format |
eid | integer | Event ID Not returned in SELECT * FROM dns_lookup_events . |
name | text | Name being queried in lookup |
path | text | Path to binary of process making the lookup (sometimes unavailable for very short-lived processes) |
pid | bigint | Process ID of process making the lookup |
response | text | Results returned by lookup |
status | integer | Response status code |
time | bigint | Event timestamp in Unix format Not returned in SELECT * FROM dns_lookup_events . |
time_windows | bigint | Event timestamp in Windows format Not returned in SELECT * FROM dns_lookup_events . |
type | text | DNS record type of lookup as string |
type_id | integer | Integer type ID for record type |
username | text | User rights - primary token username |
select * from dns_lookup_events;