Subversion Repositories bacoAlunos

Rev

Rev 1827 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1827 jmachado 1
 
2
que aparece como bot
3
no log
4
tail -f /var/log/apache2/other_vhosts_access.log
5
6
 
7
semrush
8
iptables -I INPUT -s 46.229.168.0/255.255.255.0 -j DROP
9
ahrefs.com
10
iptables -I INPUT -s 51.255.65.0/255.255.255.0 -j DROP
11
iptables -I INPUT -s 217.182.132.0/255.255.255.0 -j DROP
12
iptables -I INPUT -s 164.132.161.0/255.255.255.0 -j DROP
1830 jmachado 13
1827 jmachado 14
 
15
iptables -L
16
Chain INPUT (policy ACCEPT)
17
target     prot opt source               destination
18
DROP       all  --  164.132.162.0/24     anywhere
19
DROP       all  --  217.182.132.0/24     anywhere
20
DROP       all  --  51.255.65.0/24       anywhere
21
DROP       all  --  164.132.161.0/24     anywhere
22
DROP       all  --  51.255.71.0/24       anywhere
23
24
 
25
 
26
 
27