+ Add Account Discovery
+ Fix Cron Job title
ChainReactions
Michael Haag 2017-11-08 22:19:10 -08:00
parent 2e4ff79e66
commit e843ca71e7
2 changed files with 18 additions and 1 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
# Bash History
# Cron Job
MITRE ATT&CK Technique: [T1168](https://attack.mitre.org/wiki/Technique/T1168)