Stop your user list and admin tools from being public
By default, anyone on the internet can list your usernames, read parts of your settings, or even upload files through the REST API. These three checks are the ones that actually get sites compromised.
-
/wp/v2/users
すべての著者のユーザー名を返します — ブルートフォース攻撃のほぼすべてがここから始まります。
-
/wp/v2/settings
Exposes site-level configuration that should only be readable by administrators.
-
/wp/v2/media · upload
Confirms file upload is locked to authenticated users — otherwise attackers can drop in malware.