dscacheutil
Created by Ethan Nay
Description
dscacheutil does various operations against the Directory Service cache including gathering statistics, initiating lookups, inspection, cache flush, etc. This tool replaces most of the functionality of the lookupd tool previously available in the OS.
Created | Tactics | Tags |
---|---|---|
2023-08-23 | Discovery | bash zsh |
Paths
/usr/bin/dscacheutil
Use Cases
Lookup a user
List the user information
dscacheutil -q user -a name <USER_NAME>
Lookup all users
List the all users information
dscacheutil -q user
Detections
- No detections at time of publishing