<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fail2ban Archives - rizkiana.my.id</title>
	<atom:link href="https://rizkiana.my.id/tag/fail2ban/feed/" rel="self" type="application/rss+xml" />
	<link>https://rizkiana.my.id/tag/fail2ban/</link>
	<description>Learn and Share</description>
	<lastBuildDate>Mon, 18 Nov 2019 07:17:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://rizkiana.my.id/wp-content/uploads/2024/06/Black-Bold-Typographic-Retro-Night-Club-Restaurant-Bar-Logo-1-150x118.png</url>
	<title>Fail2ban Archives - rizkiana.my.id</title>
	<link>https://rizkiana.my.id/tag/fail2ban/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Implementasi Fail2ban dengan Zimbra</title>
		<link>https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/</link>
					<comments>https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/#comments</comments>
		
		<dc:creator><![CDATA[Yogi Rizkiana]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 18:01:04 +0000</pubDate>
				<category><![CDATA[Learn and Share]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Fail2ban]]></category>
		<guid isPermaLink="false">https://rizkiana.my.id/?p=505</guid>

					<description><![CDATA[<p>Implementasi Fail2ban dengan Zimbra &#8211; Assalamualaikum, setelah melakukan instalasi Fail2ban di sistem operasi CentOS/Red Hat, saat ini kita akan mencoba untuk mengimplementasikan fail2ban dengan zimbra. Tujuannya sama yaitu meningkatkan keamanan dari sisi zimbra terkait banyaknya serangan dari luar, seperti bruteforce attack. Untuk instalasi Fail2ban bisa melihat baca disini : Baca juga : Instalasi Fail2ban di ... <a title="Implementasi Fail2ban dengan Zimbra" class="read-more" href="https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/" aria-label="Read more about Implementasi Fail2ban dengan Zimbra">Read more</a></p>
<p>The post <a href="https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/">Implementasi Fail2ban dengan Zimbra</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Implementasi </strong><a href="https://www.fail2ban.org/wiki/index.php/Main_Page"><strong>Fail2ban</strong></a><strong> dengan Zimbra</strong> &#8211; Assalamualaikum, setelah melakukan instalasi Fail2ban di sistem operasi CentOS/Red Hat, saat ini kita akan mencoba untuk mengimplementasikan fail2ban dengan zimbra. Tujuannya sama yaitu meningkatkan keamanan dari sisi zimbra terkait banyaknya serangan dari luar, seperti bruteforce attack.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Untuk instalasi Fail2ban bisa melihat baca disini :</p><p>Baca juga : <a href="https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/"><strong>Instalasi Fail2ban di CentOS dan Redhat</strong></a></p></blockquote>



<div class="wp-block-image"><figure class="aligncenter is-resized"><img fetchpriority="high" decoding="async" src="https://lh4.googleusercontent.com/Xz6ABAmw_r2pQjBAp7Kf4ElSAYoNvU5b8_80S_1zIerPEOfJtF6v4mPzrUnb63Zfi3JxbD2wE3lO1BMqTavrp-YkXx9b-Ar_rHTaozHixabXduvZPvbia8t-AYxNd_rRhsfW37hu" alt="brute-force-attack" width="450" height="210"/><figcaption>Sumber : https://www.varonis.com/blog/brute-force-attack/</figcaption></figure></div>



<p>Untuk melakukan implementasi Fail2ban dengan Zimbra, kita harus membuat file baru pada direktori <strong>/etc/fail2ban/filter.d/</strong> dengan nama <strong>zimbra.conf</strong> yang berisikan seperti berikut, dimana kita akan melakukan pengecekan berdasarkan file regex yang telah kita buat.</p>



<pre class="wp-block-code"><code># vim /etc/fail2ban/filter.d/zimbra.conf

# Fail2Ban configuration file

[Definition]

# Option:  failregex
# Notes.:  regex to match the password failures messages in the logfile. The
#          host must be matched by a group named "host". The tag "&lt;HOST>" can
#          be used for standard IP/hostname matching and is only an alias for
#          (?:::f{4,6}:)?(?P&lt;host>[\w\-.^_]+)
# Values:  TEXT
#
failregex = \[ip=&lt;HOST>;\] account - authentication failed for .* \(no such account\)$
                        \[ip=&lt;HOST>;\] security - cmd=Auth; .* error=authentication failed for .*, invalid password;$
                        ;oip=&lt;HOST>;.* security - cmd=Auth; .* protocol=soap; error=authentication failed for .* invalid password;$
                        \[oip=&lt;HOST>;.* SoapEngine - handler exception: authentication failed for .*, account not found$
                        WARN .*;ip=&lt;HOST>;ua=ZimbraWebClient .* security - cmd=AdminAuth; .* error=authentication failed for .*;$
                        NOQUEUE: reject: RCPT from .*\[&lt;HOST>\]: 550 5.1.1 .*: Recipient address rejected:</code></pre>



<ul class="wp-block-list"><li>Lakukan perubahan pada file <strong>jail.conf</strong> yang berada pada direktori <strong>/etc/fail2ban</strong> untuk menambagkan rule-rule yang sudah ada. Kita juga bisa mengatur untuk IP yang akan di exclude ataupun waktu banned yang akan bekerja ketika IP tersebut terkena filter fail2ban ini. Kalian bisa sesuaikan dengan  keinginan kalian pada implementasi ini saya mengkonfigurasi banned time selama 156000 seconds (detik).</li></ul>



<pre class="wp-block-code"><code># vim /etc/fail2ban/jail.conf

# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
# $Revision: 747 $
## The DEFAULT allows a global definition of the options. They can be overridden
# in each jail afterwards.
[DEFAULT]
# "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not
# ban a host which matches an address in this list. Several addresses can be
# defined using space separator.
ignoreip = 127.0.0.1/8 192.168.100.101/32
# "bantime" is the number of seconds that a host is banned.
bantime = 15600
# A host is banned if it has generated "maxretry" during the last "findtime"
# seconds.
findtime = 600
 
# "maxretry" is the number of failures before a host get banned.
maxretry = 3
 
# "backend" specifies the backend used to get files modification. Available
# options are "gamin", "polling" and "auto". This option can be overridden in
# each jail too (use "gamin" for a jail and "polling" for another).
#
# gamin: requires Gamin (a file alteration monitor) to be installed. If Gamin
# is not installed, Fail2ban will use polling.
# polling: uses a polling algorithm which does not require external libraries.
# auto: will choose Gamin if available and polling otherwise.
backend = auto
 
[ssh-iptables]
enabled = true
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
logpath = /var/log/secure
maxretry = 3

[zimbra-account]
enabled = true
filter = zimbra
action = iptables-allports[name=zimbra-account]
logpath = /opt/zimbra/log/mailbox.log
maxretry = 3

[zimbra-audit]
enabled = true
filter = zimbra
action = iptables-allports[name=zimbra-audit]
logpath = /opt/zimbra/log/audit.log
maxretry = 3

[zimbra-recipient]
enabled = true
filter = zimbra
action = iptables-allports[name=zimbra-recipient]
logpath = /var/log/zimbra.log
maxretry = 3

[postfix]
enabled = true
filter = postfix
action = iptables-multiport[name=postfix, port=smtp, protocol=tcp]
logpath = /var/log/zimbra.log
maxretry = 3</code></pre>



<ul class="wp-block-list"><li>Lakukan pengecakan konfigurasi fail2ban yang sudah kita buat sebelumnya dengan command berikut :</li></ul>



<pre class="wp-block-code"><code># fail2ban-client status
Status
|- Number of jail:      5
`- Jail list:   postfix, ssh-iptables, zimbra-account, zimbra-audit, zimbra-recipient
</code></pre>



<ul class="wp-block-list"><li>Restart service fail2ban untuk menyimpan konfigurasi yang sudah kita buat sebelumnya.</li></ul>



<pre class="wp-block-code"><code># service fail2ban restart</code></pre>



<ul class="wp-block-list"><li>Untuk melakukan pengecekan service fail2ban sudah berjalan atau belum dapat menjalankan command berikut :</li></ul>



<pre class="wp-block-code"><code># iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  192.168.100.101/24      0.0.0.0/0            tcp dpt:443
f2b-postfix  tcp  --  0.0.0.0/0            0.0.0.0/0            multiport dports 25
f2b-zimbra-recipient  tcp  --  0.0.0.0/0            0.0.0.0/0           
f2b-zimbra-audit  tcp  --  0.0.0.0/0            0.0.0.0/0           
f2b-SSH    tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:22
f2b-zimbra-account  tcp  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            state NEW tcp dpt:10050

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain f2b-SSH (1 references)
target     prot opt source               destination         
REJECT     all  --  37.187.248.39        0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  138.197.162.28       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  61.0.242.100         0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  159.65.81.187        0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  148.235.57.190       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  141.98.80.31         0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  106.12.39.227        0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  134.175.181.138      0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  112.220.85.26        0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  159.65.155.215       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  120.52.120.166       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  106.12.124.162       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  5.196.68.203         0.0.0.0/0            reject-with icmp-port-unreachable

Chain f2b-postfix (1 references)
target     prot opt source               destination         
REJECT     all  --  186.183.218.139      0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  61.173.148.133       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  115.178.220.175      0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  140.213.5.187        0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  112.215.201.217      0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  112.215.201.229      0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  112.215.171.8        0.0.0.0/0            reject-with icmp-port-unreachable

Chain f2b-zimbra-account (1 references)
target     prot opt source               destination         
RETURN     all  --  0.0.0.0/0            0.0.0.0/0           

Chain f2b-zimbra-audit (1 references)
target     prot opt source               destination         
RETURN     all  --  0.0.0.0/0            0.0.0.0/0           

Chain f2b-zimbra-recipient (1 references)
target     prot opt source               destination         
REJECT     all  --  54.169.103.234       0.0.0.0/0            reject-with icmp-port-unreachable
RETURN     all  --  0.0.0.0/0            0.0.0.0/0   </code></pre>



<p>Dapat dilihat jika banyak IP Address yang berusaha menyerang server dengan menggunakan protokol SSH dan Postfix.</p>



<p>Semoga bermanfaat &amp; enjoy, wassalamualaikum</p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Frizkiana.my.id%2Fimplementasi-fail2ban-dengan-zimbra%2F&amp;linkname=Implementasi%20Fail2ban%20dengan%20Zimbra" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_telegram" href="https://www.addtoany.com/add_to/telegram?linkurl=https%3A%2F%2Frizkiana.my.id%2Fimplementasi-fail2ban-dengan-zimbra%2F&amp;linkname=Implementasi%20Fail2ban%20dengan%20Zimbra" title="Telegram" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frizkiana.my.id%2Fimplementasi-fail2ban-dengan-zimbra%2F&amp;linkname=Implementasi%20Fail2ban%20dengan%20Zimbra" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Frizkiana.my.id%2Fimplementasi-fail2ban-dengan-zimbra%2F&amp;linkname=Implementasi%20Fail2ban%20dengan%20Zimbra" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Frizkiana.my.id%2Fimplementasi-fail2ban-dengan-zimbra%2F&amp;linkname=Implementasi%20Fail2ban%20dengan%20Zimbra" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frizkiana.my.id%2Fimplementasi-fail2ban-dengan-zimbra%2F&#038;title=Implementasi%20Fail2ban%20dengan%20Zimbra" data-a2a-url="https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/" data-a2a-title="Implementasi Fail2ban dengan Zimbra"></a></p><p>The post <a href="https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/">Implementasi Fail2ban dengan Zimbra</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rizkiana.my.id/implementasi-fail2ban-dengan-zimbra/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Instalasi Fail2ban di CentOS/RedHat</title>
		<link>https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/</link>
					<comments>https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/#respond</comments>
		
		<dc:creator><![CDATA[Yogi Rizkiana]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 01:00:29 +0000</pubDate>
				<category><![CDATA[Learn and Share]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Fail2ban]]></category>
		<category><![CDATA[Red Hat]]></category>
		<guid isPermaLink="false">https://rizkiana.my.id/?p=489</guid>

					<description><![CDATA[<p>Instalasi Fail2ban di CentOS/RedHat &#8211; Salah satu cara untuk mengatasi bruteforce pada server bisa menggunakan salah satu aplikasi yang bernama Fail2ban, aplikasi tersebut bekerja dengan cara memblokir IP yang berusaha melakukan bruteforce berdasarkan dengan logpath yang ditentukan pada server. Bagaimana cara melakukan instalasinya? Berikut ialah cara-nya : Install epel-release Install fail2ban Konfigurasi file jail.conf yang ... <a title="Instalasi Fail2ban di CentOS/RedHat" class="read-more" href="https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/" aria-label="Read more about Instalasi Fail2ban di CentOS/RedHat">Read more</a></p>
<p>The post <a href="https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/">Instalasi Fail2ban di CentOS/RedHat</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Instalasi Fail2ban di CentOS/RedHat &#8211; Salah satu cara untuk mengatasi bruteforce pada server bisa menggunakan salah satu aplikasi yang bernama Fail2ban, aplikasi tersebut bekerja dengan cara memblokir IP yang berusaha melakukan bruteforce berdasarkan dengan logpath yang ditentukan pada server.</p>



<p>Bagaimana cara melakukan instalasinya? Berikut ialah cara-nya :</p>



<ul class="wp-block-list"><li>Install epel-release</li></ul>



<pre class="wp-block-code"><code># yum install epel-release</code></pre>



<ul class="wp-block-list"><li>Install fail2ban</li></ul>



<pre class="wp-block-code"><code># yum install fail2ban</code></pre>



<ul class="wp-block-list"><li>Konfigurasi file <strong>jail.conf</strong> yang berada pada direktori <strong>/etc/fail2ban</strong> , backup terlebih dahulu file <strong>jail.conf</strong> tersebut sebelum melakukan konfigurasi</li></ul>



<pre class="wp-block-code"><code># cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.conf.backup</code></pre>



<ul class="wp-block-list"><li>Edit file <strong>jail.conf</strong></li></ul>



<pre class="wp-block-code"><code># vim /etc/fail2ban/jail.conf

# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
# $Revision: 747 $
## The DEFAULT allows a global definition of the options. They can be overridden
# in each jail afterwards.
[DEFAULT]
# "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not
# ban a host which matches an address in this list. Several addresses can be
# defined using space separator.
ignoreip = 127.0.0.1/8 192.168.100.101/32
# "bantime" is the number of seconds that a host is banned.
bantime = 15600
# A host is banned if it has generated "maxretry" during the last "findtime"
# seconds.
findtime = 600

# "maxretry" is the number of failures before a host get banned.
maxretry = 3

# "backend" specifies the backend used to get files modification. Available
# options are "gamin", "polling" and "auto". This option can be overridden in
# each jail too (use "gamin" for a jail and "polling" for another).
#
# gamin: requires Gamin (a file alteration monitor) to be installed. If Gamin
# is not installed, Fail2ban will use polling.
# polling: uses a polling algorithm which does not require external libraries.
# auto: will choose Gamin if available and polling otherwise.
backend = auto

[ssh-iptables]
enabled = true
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
logpath = /var/log/secure
maxretry = 3</code></pre>



<p><em>Note : Dari konfigurasi diatas kita akan set untuk sshd dengan membaca log yang berada pada file /var/log/secure dengan maksimal percobaan 3 kali, apabila melebihi 3 kali maka IP tersebut akan diblok selama 15600 detik</em></p>



<ul class="wp-block-list"><li>Restart service untuk mengaktifkan fail2ban</li></ul>



<pre class="wp-block-code"><code># service fail2ban restart</code></pre>



<ul class="wp-block-list"><li>cek service fail2ban</li></ul>



<pre class="wp-block-code"><code># service fail2ban status
Redirecting to /bin/systemctl status fail2ban.service
● fail2ban.service - Fail2Ban Service
   Loaded: loaded (/usr/lib/systemd/system/fail2ban.service; disabled; vendor preset: disabled)
   Active: active (running) since Jum 2019-02-22 09:03:50 WIB; 1 months 20 days ago
     Docs: man:fail2ban(1)
 Main PID: 19042 (fail2ban-server)
   CGroup: /system.slice/fail2ban.service
           └─19042 /usr/bin/python2 -s /usr/bin/fail2ban-server -s /var/run/fail2ban/fail2ban.sock -p /var/run/fail2ban/fail2ban.pid -x -b

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.</code></pre>



<ul class="wp-block-list"><li>Cek IP yang melakukan bruteforce</li></ul>



<pre class="wp-block-code"><code># iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     tcp  --  192.168.100.0/24      0.0.0.0/0            tcp dpt:443
f2b-SSH    tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:22
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            state NEW tcp dpt:10050

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain f2b-SSH (1 references)
target     prot opt source               destination         
REJECT     all  --  37.187.248.39        0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  138.197.162.28       0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  61.0.242.100         0.0.0.0/0            reject-with icmp-port-unreachable
REJECT     all  --  159.65.81.187        0.0.0.0/0            reject-with icmp-port-unreachable
</code></pre>



<p><a href="https://www.fail2ban.org/wiki/index.php/Main_Page">Refrensi</a> | Baca juga : <a href="https://rizkiana.my.id/cant-connect-to-tcp-port-10024-on-1-cannot-assign-requested-address-zimbra/">Can’t connect to TCP port 10024 on ::1 [Cannot assign requested address] Zimbra</a></p>



<p>Semoga bermanfaat &amp; enjoy, wassalamualaikum</p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Frizkiana.my.id%2Finstalasi-fail2ban-di-centos-redhat%2F&amp;linkname=Instalasi%20Fail2ban%20di%20CentOS%2FRedHat" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_telegram" href="https://www.addtoany.com/add_to/telegram?linkurl=https%3A%2F%2Frizkiana.my.id%2Finstalasi-fail2ban-di-centos-redhat%2F&amp;linkname=Instalasi%20Fail2ban%20di%20CentOS%2FRedHat" title="Telegram" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frizkiana.my.id%2Finstalasi-fail2ban-di-centos-redhat%2F&amp;linkname=Instalasi%20Fail2ban%20di%20CentOS%2FRedHat" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Frizkiana.my.id%2Finstalasi-fail2ban-di-centos-redhat%2F&amp;linkname=Instalasi%20Fail2ban%20di%20CentOS%2FRedHat" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Frizkiana.my.id%2Finstalasi-fail2ban-di-centos-redhat%2F&amp;linkname=Instalasi%20Fail2ban%20di%20CentOS%2FRedHat" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frizkiana.my.id%2Finstalasi-fail2ban-di-centos-redhat%2F&#038;title=Instalasi%20Fail2ban%20di%20CentOS%2FRedHat" data-a2a-url="https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/" data-a2a-title="Instalasi Fail2ban di CentOS/RedHat"></a></p><p>The post <a href="https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/">Instalasi Fail2ban di CentOS/RedHat</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rizkiana.my.id/instalasi-fail2ban-di-centos-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
