ハッカーがサイトに不正アクセスするためによく使うテクニックは「ブルートフォース」と呼ばれるものだ。このテクニックを使って、ハッカーはサイトの脆弱性をスキャンするように設計されたソフトウェアを使用し、脆弱性のいずれかを悪用してアクセスします。Sucuriは、悪意のあるリクエストを有効化した上でブロックするため、当社ではサイトのセキュリティにSucuriを使用しています。これらの総当たりボットが悪用しようとする一般的なエントリーポイントの1つは、投稿者スキャンを実行することです。この投稿では、WordPressでオーサースキャンをブロックすることで、ブルートフォースを阻止する方法を紹介します。
注:Limit Login Attemptと Google Authenticatorを使用している場合、ブルートフォース攻撃からかなり保護されている。
まず、ブルートフォースアテンプトが何をしようとしているのかを理解しよう。まず、彼らはあなたのブログのユーザー名や投稿者IDを見つけようとします。WordPressにサインインするためのユーザー名と作者名が同じであることはよくある。ユーザー名が見つかれば、パズルの50%は解決する。次に、彼らはさまざまな異なるパスワードの組み合わせを試して、パスワードをクラックするためにあなたのサイトを総当たりします。
あなたのサイトの作者スキャンをブロックするには、WordPressルートディレクトリの.htaccess
ファイルに次のコードを追加するだけです。
[cbk1]
これにより、あなたのサイトでボットが投稿者スキャンを実行するのをブロックします。サイトユーザーは投稿者ページにアクセスできますが、ボットはアクセスできません。
このヒントがお役に立てば幸いです。これはブルートフォース攻撃を防ぐものではないことを強調しておきます。これは、ハッカーを思いとどまらせるための注意的なステップにすぎません。誰かがあなたのサイトをどうしても攻撃したい場合、彼らはそうする方法を見つけるでしょう。Sucuriを利用し、WordPressのバックアップを定期的に取ることを強くお勧めする。追伸:私たちがSucuriを利用している5つの理由はこちらです。
このヒントはイアン・アームストロング
Julian
Hello. The code to block author scans caused a 404 error on some pages. After removing this code from my .htaccess file, the pages loaded successfully. I used this code on 2 sites with the exact same results.
I understand this tutorial was published 5 years ago, can you please consider updating it?
WPBeginner Support
We will certainly take a look at updating this article in the future.
管理者
Sanskar
Will this block search engine and Adsense crawlers too?
WPBeginner Support
No it will not. It will only block if a bot is trying to access the author url using query string. Search and adsense crawlers crawl pages by accesing links on your site. If you are already using pretty permalinks then your author URLs will be accessible to search engines with a link like /author/Sanskar
管理者
naw
hi
how about, on iis server please ?
Mert Can
Hi,
How can I block this link? Somebody trying to my website to hack.
http://example.com/?author=1
Thanks,
lando
Hi wpbeginner,
How do I verify if the code works? I have added the code at the very bottom of my .htaccess file.
Thanks
Francis
Nice tutorial.
Jigar Doshi
really easy to add the htc access file.
thanks for the info, guys
Keith Davis
Thanks for this one guys
Nice and easy to add that to .htaccess.
I use the limit logins and I recently found a great plugin called Simple Firewall, which adds a GASP checkbox to your login panel.
I’m with you guys about using Sucuri – pretty cheap when you think about it and if you use it on several sites, price per site is even cheaper.
Zimbrul
I never use the same user for the blog author and the site admin as the author link and username can be easily found out. Usualy the admin is a 22+ characters username with a 22+ characters password and a very difficult to guess email address. This will take years to guess. And I also got the Limit login plugin… I don t use Google authenticator as this forbid me to log on a website using the WordPress application for mobile.
Rahul
Very useful. Thanks for this awesome snippet Ian and WPBeginner.