Advertisement
fduran

what is this process? - mini forensics on unknown running pr

Apr 23rd, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. # www.fduran.com
  2. # what is this process? - mini forensics on unknown running process
  3.  
  4. ls -l /proc/$pid/exe
  5. dpkg -S /path/to/process_binary
  6. strings /path/to/process_binary
  7. hexdump -C /path/to/process_binary
  8. netstat -tapn|grep tang
  9. lsof $pid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement