/etc/fail2ban/action.d
NameSizeModeActions
abuseipdb.conf37480644editdlrm
apf.conf5870644editdlrm
badips.conf6290644editdlrm
badips.py115360644editdlrm
blocklist_de.conf27150644editdlrm
bsd-ipfw.conf32260644editdlrm
cloudflare.conf29700644editdlrm
complain.conf47570644editdlrm
dshield.conf76680644editdlrm
dummy.conf17170644editdlrm
firewallcmd-allports.conf15010644editdlrm
firewallcmd-common.conf26490644editdlrm
firewallcmd-ipset.conf27190644editdlrm
firewallcmd-multiport.conf13220644editdlrm
firewallcmd-new.conf19500644editdlrm
firewallcmd-rich-logging.conf10210644editdlrm
firewallcmd-rich-rules.conf18010644editdlrm
helpers-common.conf5920644editdlrm
hostsdeny.conf16570644editdlrm
ipfilter.conf15730644editdlrm
ipfw.conf15050644editdlrm
iptables-allports.conf15140644editdlrm
iptables-common.conf27380644editdlrm
iptables-ipset-proto4.conf20880644editdlrm
iptables-ipset-proto6-allports.conf27420644editdlrm
iptables-ipset-proto6.conf27850644editdlrm
iptables-multiport-log.conf21700644editdlrm
iptables-multiport.conf15080644editdlrm
iptables-new.conf15850644editdlrm
iptables-xt_recent-echo.conf26720644editdlrm
iptables.conf14270644editdlrm
mail-buffered.conf24310644editdlrm
mail-whois-common.conf10510644editdlrm
mail-whois-lines.conf24430644editdlrm
mail-whois.conf18420644editdlrm
mail.conf17090644editdlrm
mynetwatchman.conf53210644editdlrm
netscaler.conf14930644editdlrm
nftables-allports.conf3830644editdlrm
nftables-multiport.conf3840644editdlrm
nftables.conf63180644editdlrm
nginx-block-map.conf37460644editdlrm
npf.conf15240644editdlrm
nsupdate.conf32340644editdlrm
osx-afctl.conf4970644editdlrm
osx-ipfw.conf23020644editdlrm
pf.conf37500644editdlrm
route.conf10230644editdlrm
sendmail-buffered.conf28060644editdlrm
sendmail-common.conf19380644editdlrm
sendmail-geoip-lines.conf17610644editdlrm
sendmail-whois-ipjailmatches.conf10550644editdlrm
sendmail-whois-ipmatches.conf10360644editdlrm
sendmail-whois-lines.conf12990644editdlrm
sendmail-whois-matches.conf10000644editdlrm
sendmail-whois.conf9500644editdlrm
sendmail.conf8290644editdlrm
shorewall-ipset-proto6.conf35210644editdlrm
shorewall.conf21560644editdlrm
smtp.py62770644editdlrm
symbiosis-blacklist-allports.conf14180644editdlrm
ufw.conf10450644editdlrm
xarf-login-attack.conf64430644editdlrm
Edit: /etc/fail2ban/action.d/mynetwatchman.conf (5321B)
# Fail2Ban configuration file # # Author: Russell Odom # Submits attack reports to myNetWatchman (http://www.mynetwatchman.com/) # # You MUST configure at least: # (the port that's being attacked - use number not name). # (your mNW login). # (your mNW password). # # You SHOULD also provide: # (your public IP address, if it's not the address of eth0) # (the protocol in use - defaults to tcp) # # Best practice is to provide and in jail.conf like this: # action = mynetwatchman[port=1234,protocol=udp] # # ...and create "mynetwatchman.local" with contents something like this: # [Init] # mnwlogin = me@example.com # mnwpass = SECRET # myip = 10.0.0.1 # # Another useful configuration value is , if you don't have wget # installed (an example config for curl is given below) # [Definition] # Option: actionstart # Notes.: command executed on demand at the first ban (or at the start of Fail2Ban if actionstart_on_demand is set to false). # Values: CMD # actionstart = # Option: actionstop # Notes.: command executed at the stop of jail (or at the end of Fail2Ban) # Values: CMD # actionstop = # Option: actioncheck # Notes.: command executed once before each actionban command # Values: CMD # actioncheck = # Option: actionban # Notes.: command executed when banning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: See jail.conf(5) man page # Values: CMD # # # Note: We are currently using