User Tools

Site Tools


crowdsec_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crowdsec_setup [2020/11/15 23:56] neooncrowdsec_setup [2021/11/25 22:42] (current) – external edit 127.0.0.1
Line 9: Line 9:
 https://hub.crowdsec.net/author/crowdsecurity/collections/sshd\\ https://hub.crowdsec.net/author/crowdsecurity/collections/sshd\\
 https://hub.crowdsec.net/author/crowdsecurity/collections/iptables\\ https://hub.crowdsec.net/author/crowdsecurity/collections/iptables\\
-**Basic Bouncer**\\+{{:selections.png?600|}}\\ 
 +**Basic Bouncer you may wanna install**\\
 https://hub.crowdsec.net/author/crowdsecurity/bouncers/cs-netfilter-blocker\\ https://hub.crowdsec.net/author/crowdsecurity/bouncers/cs-netfilter-blocker\\
 +  wget https://github.com/crowdsecurity/cs-netfilter-blocker/releases/download/v0.1.0/cs-netfilter-blocker.tgz
 +  tar xzvf cs-netfilter-blocker.tgz
 +  cd cs-netfilter-blocker-v*
 +  ./install.sh
 +  systemctl status netfilter-blocker
 +**Optional scenarios**\\
 +Bans a range if more than 5 ips from said range are banned.\\
 +https://hub.crowdsec.net/author/crowdsecurity/configurations/ban-defcon-drop_range\\
 +  cscli install scenario crowdsecurity/ban-defcon-drop_range
 +Count the number of unique ips that performed ssh_bruteforces\\
 +https://hub.crowdsec.net/author/crowdsecurity/configurations/ban-report-ssh_bf_report\\
 +  cscli install scenario crowdsecurity/ban-report-ssh_bf_report
 **Check Ban's** **Check Ban's**
-  cscli ban list or cat /var/log/netfilter-blocker.log+  cscli ban list  
 +  #or 
 +  cat /var/log/netfilter-blocker.log 
 +   
 +**Dashboard**\\ 
 +Needs Docker\\ 
 +  cscli dashboard setup 
 +**Dashboard Reset Password** 
 +  cscli dashboard setup -f 
 +**Dashboard Removal** 
 +  cscli dashboard stop 
 +  docker ps -a 
 +  docker rm CONTAINER ID
crowdsec_setup.1605484589.txt.gz · Last modified: 2021/11/25 22:43 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki