<?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>攻撃 | 志摩市のパソコン屋 | One&amp;Only</title>
	<atom:link href="https://www.oaopc.com/tag/%E6%94%BB%E6%92%83/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.oaopc.com</link>
	<description>パソコンから、ものづくりまで。志摩市の暮らしにデジタルな便利さを。</description>
	<lastBuildDate>Wed, 19 Sep 2018 01:35:47 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.oaopc.com/wp-content/uploads/2021/01/akd37-r41bs-100x100.png</url>
	<title>攻撃 | 志摩市のパソコン屋 | One&amp;Only</title>
	<link>https://www.oaopc.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">188148420</site>	<item>
		<title>データベース接続確立エラー</title>
		<link>https://www.oaopc.com/wp_db_error/</link>
					<comments>https://www.oaopc.com/wp_db_error/#respond</comments>
		
		<dc:creator><![CDATA[Kebarhythm]]></dc:creator>
		<pubDate>Fri, 17 Nov 2017 08:57:43 +0000</pubDate>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[攻撃]]></category>
		<guid isPermaLink="false">http://www.morien.mydns.jp/?p=306</guid>

					<description><![CDATA[<p>3日くらい確認してなかったら データベース接続確立エラー でページが見れなくなってました。 Raspberry Pi Zeroの再起動で復活。 １時間後くらいに再確認するとまたしても&#8230; データベース接続確立エ [&#8230;]</p>
The post <a href="https://www.oaopc.com/wp_db_error/">データベース接続確立エラー</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></description>
										<content:encoded><![CDATA[<p>3日くらい確認してなかったら</p>
<blockquote><p><span style="font-size: 18pt;">データベース接続確立エラー</span></p></blockquote>
<p>でページが見れなくなってました。</p>
<p>Raspberry Pi Zeroの再起動で復活。</p>
<p>１時間後くらいに再確認するとまたしても&#8230;<br />
<span id="more-306"></span></p>
<blockquote><p><span style="font-size: 18pt;">データベース接続確立エラー</span></p></blockquote>
<p>Apacheのログを確認。</p>
<p>･･････ POST /xmlrpc.php HTTP/1.0 ･･････</p>
<p>同じIPアドレスから数秒毎にアクセスされてます。<br />
これも攻撃のひとつなのでしょうか。<br />
まんまとダウンさせられております。^^;</p>
<p>とりあえず対策を。<br />
ネット検索するといくつもヒットします。<br />
よくあることなのですね。<br />
その中で xmlrpc.php のあるディレクトリの .htaccess に<br />
追記する対策をしてみました。</p>
<pre class="brush: cpp; title: ; notranslate">
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteRule ^xmlrpc\.php$ &quot;http\:\/\/0\.0\.0\.0\/&quot; &#x5B;R=301,L]
RewriteRule ^index\.php$ - &#x5B;L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php &#x5B;L]
&lt;/IfModule&gt;
</pre>
<p>これでダウンすることは無くなりましたがアクセスは続きます。<br />
今のところ１つのIPアドレスなんでルーターで止めときました。<br />
今後増えてきそうならまた考えます。</p>The post <a href="https://www.oaopc.com/wp_db_error/">データベース接続確立エラー</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.oaopc.com/wp_db_error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">306</post-id>	</item>
		<item>
		<title>これも攻撃でしょうかね</title>
		<link>https://www.oaopc.com/phpmyadmin_attack/</link>
					<comments>https://www.oaopc.com/phpmyadmin_attack/#respond</comments>
		
		<dc:creator><![CDATA[Kebarhythm]]></dc:creator>
		<pubDate>Tue, 24 Oct 2017 04:48:25 +0000</pubDate>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[攻撃]]></category>
		<guid isPermaLink="false">http://192.168.11.96/?p=105</guid>

					<description><![CDATA[<p>立ち上げたばかりで告知無しのサイトなのにアクセスがあります。 ここは攻撃されるんだろうなと予想していたphpmyadminへのアクセスを試みようとしている様子。 ボクは念のために無効にしてありますが、ここは案外緩いサイト [&#8230;]</p>
The post <a href="https://www.oaopc.com/phpmyadmin_attack/">これも攻撃でしょうかね</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></description>
										<content:encoded><![CDATA[<p>立ち上げたばかりで告知無しのサイトなのにアクセスがあります。<br />
ここは攻撃されるんだろうなと予想していた<span style="color: #ff0000;">phpmyadmin</span>へのアクセスを試みようとしている様子。<br />
ボクは念のために無効にしてありますが、ここは案外緩いサイトがあるんじゃないかな。</p>
<p>Raspbian  + Apache で無効にする場合</p>
<pre class="brush: bash; gutter: false; title: ; notranslate"> # phpmyadminを無効にする
cd /etc/apache2/conf-available
sudo a2disconf phpmyadmin.conf
# Apacheを再起動
sudo /etc/init.d/apache2 restart</pre>The post <a href="https://www.oaopc.com/phpmyadmin_attack/">これも攻撃でしょうかね</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.oaopc.com/phpmyadmin_attack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">105</post-id>	</item>
	</channel>
</rss>
