Please keep in mind that the fail2ban banning of IP is temporary in nature.
The best way to have a look at the full list of IPs that have been blocked would be to check the log file:
sudo zgrep 'Ban' /var/log/fail2ban.log*
Edit: this answer previously searched for 'Ban:'
, but even in 2013 the source has no colon (ref).
The following command can also give you a clean list of input rules:
sudo iptables -L INPUT -v -n | less
Related Posts:
- How to Unban an IP properly with Fail2Ban
- Using prevNext Modx Addon
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- Substring in excel
- What is the difference between POST and PUT in HTTP?
- How does npm start work? What all processes are happening in the background?
- What is the := operator?
- What is Xpenology? Is it Linux related thing?
- Create blank image in Imagemagick
- Different between ./ , ../ , ../../ , ~/ on file path(URL) in asp.net
- Difference between associative entity and associative relationship attribute?
- max value of integer
- How to install apoc for neo4j?
- Is there a way to get Bing’s photo of the day?
- Chrome: Uncaught SyntaxError: Unexpected end of input
- Muting a Discord user on my Server
- Plot logarithmic axes with matplotlib in python
- Regex lookahead, lookbehind and atomic groups
- Why git asks to enter a commit message to explain why this merge is necessary
- PHP – exit or return which is better?
- How do you copy and paste into Git Bash
- What does “?” mean in Java?
- git pull on a different branch
- MIPS fetch address not aligned on word boundary, used .align 4, still no go
- Collapse all methods in Visual Studio Code
- Implement touch using Python?
- How to override equals method in Java
- How to convert .crt cetificate file to .pfx
- Manually create a pyspark dataframe
- Couchbase query using “\uefff” break the next conditional keys
- VMWare Workstation VM not starting because of locked portion of file
- What is the difference between memoization and dynamic programming?
- Windows Activator .bat Text
- How do you loop in a Windows batch file?
- Android Completely transparent Status Bar?
- How to sign-extend a number in Verilog
- How to draw a checkmark / tick using CSS?
- c array – warning: format not a string literal
- Create Hyperlink in Slack
- yum error “Cannot retrieve metalink for repository: epel. Please verify its path and try again” updating ContextBroker
- OCaml: Match expression inside another one?
- How can I add numbers in a Bash script?
- Swift protocols: method does not override any method from its superclass
- What is index.js used for in node.js projects?
- Reference Error: moment is not defined (Using moment.js)
- What should be hadoop.tmp.dir ?
- How does DHT in torrents work?
- C++ undefined reference to WinMain@16 (Code::Blocks)
- Lambda Calculus Reduction steps
- JavaScript: IIF like statement
- What is cardinality in Databases?
- What is the relationship between PyTorch and Torch?
- PostgreSQL: Query has no destination for result data
- server error:405 – HTTP verb used to access this page is not allowed
- Subtract 1 day with PHP
- Node inconsistent with parents in JAGS model (R)
- python 3.x ImportError: No module named ‘cStringIO’
- error: unknown type name ‘bool’
- How can I enable Assembly binding logging?
- While running the script throws cannot find module ‘dotenv’
- What makes Lisp macros so special?
- zsh command cannot found pip
- How can I move a tag on a git branch to a different commit?
- Operator Overloading C++; too many parameters for << operation
- What are the double colons (::) in R?
- Visual Studio 2019 – error MSB8020: The build tools for Visual Studio 2013 cannot be found
- How do you run CMD.exe under the Local System Account?
- VBScript to send email without running Outlook
- Why is Node.js scalable?
- ApiNotActivatedMapError for simple html page using google-places-api
- The correct way to read a data file into an array
- HTTP status code 0 – Error Domain=NSURLErrorDomain?
- How to list all available Kafka brokers in a cluster?
- Ext.getCmp(id) or Ext.ComponentQuery.query(attribute)
- Remove ‘Theme Options’ Option Tree WordPress
- Forbid contributors viewing drafts
- show taxonomy meta field in template
- The Principles of Essay Title Generator Free
- Follow author on muti-user WordPress site
- List Taxonomy terms along with their posts
- Ping a Specific Port
- How do I select which Apache MPM to use?
- What is this very short power cable called?
- How to use Let’s Encrypt DNS challenge validation?
- What are the different widely used RAID levels and when should I consider them?
- How can I read pcap files in a friendly format?
- Getting “Cannot ioctl TUNSETIFF tun: Operation not permitted” when trying to connect to OpenVPN
- How to tell if a Linux system is big endian or little endian?
- What firewall ports need to be open to allow access to external git repositories?
- Can Mac OS X be run inside Docker? [closed]
- Is Ping a reliable way to check if a server is available?
- How do I prevent apache from serving the .git directory?
- Proxy Error 502 “Reason: Error reading from remote server” with Apache 2.2.3 (Debian) mod_proxy and Jetty 6.1.18
- What is the difference between service and systemctl?
- Rsync creates a directory with the same name inside of destination directory
- How Often Do Windows Servers Need to be Restarted?
- sudoers: how to disable requiretty per user
- dig show only answer
- SSD or HDD for server
- Do you have any useful awk and grep scripts for parsing apache logs? [closed]