Files
splunk-security_content/lookups/linux_tool_discovery_process.csv
2022-02-17 16:28:19 -08:00

948 B

1process
2cat /proc/version
3cat /etc/*-release
4/etc/passwd
5cat /etc/*
6lastlog
7id
8PermitRootLogin
9sestatus *
10ps
11mysql*
12netstat*
13find *
14head /var/mail/root
15docker
16cat /etc/issue
17cat /etc/*-release
18cat /proc/version
19uname -a
20uname -mrs
21rpm -q kernel
22dmesg | grep Linux
23ls /boot | grep vmlinuz-
24cat /etc/profile
25cat /etc/bashrc
26cat ~/.bash_profile
27cat ~/.bashrc
28cat ~/.bash_logout
29ps -aux | grep root
30ps -ef | grep root
31crontab -l
32cat /etc/cron*
33cat /etc/cron.allow
34cat /etc/cron.deny
35cat /etc/crontab
36grep -i user *
37grep -i pass *
38ifconfig
39cat /etc/network/interfaces
40cat /etc/sysconfig/network
41cat /etc/resolv.conf
42cat /etc/networks
43cvelist-file:*
44exploit-db*
45strings -e /etc/apache2/apache2.conf
46strings -e /etc/ssh/sshd_config
47strings -e /etc/shadow
48iptables -L
49lsof -i
50netstat -antup
51netstat -antpx
52netstat -tulpn
53arp -e
54route
55cat /etc/passwd
56cat /etc/group
57cat /etc/shadow
58find / -perm -u=s
59find / -perm -g=s
60find / -perm -4000
61find / -perm -2000