parent
2e4ff79e66
commit
e843ca71e7
|
@ -0,0 +1,17 @@
|
||||||
|
# Account Discovery
|
||||||
|
|
||||||
|
MITRE ATT&CK Technique: [T1087](https://attack.mitre.org/wiki/Technique/T1087)
|
||||||
|
|
||||||
|
List of all accounts:
|
||||||
|
|
||||||
|
cat /etc/passwd
|
||||||
|
|
||||||
|
Currently logged in:
|
||||||
|
|
||||||
|
Local:
|
||||||
|
|
||||||
|
finger
|
||||||
|
|
||||||
|
Remote:
|
||||||
|
|
||||||
|
finger @<computer_name>
|
|
@ -1,4 +1,4 @@
|
||||||
# Bash History
|
# Cron Job
|
||||||
|
|
||||||
MITRE ATT&CK Technique: [T1168](https://attack.mitre.org/wiki/Technique/T1168)
|
MITRE ATT&CK Technique: [T1168](https://attack.mitre.org/wiki/Technique/T1168)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue