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.
shadow
Local system users encrypted passwords and related information. Please note, that you usually need superuser rights to access /etc/shadow
.
Column | Type | Description |
---|---|---|
expire | bigint | Number of days since UNIX epoch date until account is disabled |
flag | bigint | Reserved |
hash_alg | text | Password hashing algorithm |
inactive | bigint | Number of days after password expires until account is blocked |
last_change | bigint | Date of last password change (starting from UNIX epoch date) |
max | bigint | Maximum number of days between password changes |
min | bigint | Minimal number of days between password changes |
password_status | text | Password status |
username | text | Username |
warning | bigint | Number of days before password expires to warn user about it |
select * from shadow where username = 'root'