逆引きDNS(PTR)検索
PTRレコードを使って、任意のIPアドレスに関連付けられたホスト名を見つけます。
このツールの使い方
- 1
Type or paste an IP address into the input box, for example 8.8.8.8 or an IPv6 address like 2001:4860:4860::8888.
- 2
Click Lookup to send the address to our server, which runs a reverse DNS (PTR) query against the public DNS system.
- 3
Read the returned hostnames in the results list, or the 'No PTR record found' notice if the address has no PTR record or the lookup fails.
- 4
Try another address to compare results, for example a mail server IP versus a residential or cloud IP.
逆引きDNS(PTR)検索とは何ですか?
正引きDNSはホスト名をIPに対応付けます(example.com → 1.2.3.4)。逆引きDNSはその逆を行い、「このIPはどのホスト名が所有しているか?」をPTRレコードを使って問い合わせます。これはメールの到達性にとって極めて重要です。PTRレコードを持たないメールサーバーは、大手プロバイダー(Gmail、Microsoft)からスパムの送信元と見なされて拒否されることがよくあります。
よくある活用例
Confirm a sending mail server's IP has a valid PTR record before going live, since Gmail and Microsoft 365 often reject or junk mail from IPs with no reverse DNS.
Read web server or firewall access logs and turn raw IP addresses into hostnames to spot which networks or providers are connecting.
Verify that a cloud or VPS provider correctly applied the custom PTR record you requested for an outbound IP.
Investigate a suspicious IP during incident response to see whether it points back to a known ISP, hosting company, or CDN.
Sanity-check a newly delegated IP block by confirming PTR records resolve as expected after a network migration.
Troubleshoot SSH or service connections where the daemon does a reverse lookup on the client IP and a missing PTR causes slow or failed logins.
よくある質問
なぜGmailはPTRレコードを要求するのですか?▼
関連ツール
DNSルックアップ
任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。
WHOIS検索
任意のドメインの登録データを照会します。レジストラ、登録日と有効期限、ネームサーバー、(公開されている場合は)連絡先情報がわかります。
SSL証明書チェッカー
任意のドメインのSSL/TLS証明書を確認します。発行者、有効期間、有効期限までの日数を表示します。
HTTPヘッダーアナライザー
あらゆるURLのHTTPレスポンスヘッダーを検査します。欠落しているセキュリティヘッダーを強調表示します。
HTTPステータスコードチェッカー
あらゆるURLが返すHTTPステータスコードを確認します。200、301、404、500などを検出します。
リダイレクトチェーン追跡ツール
リダイレクトチェーンの各ホップをたどります。リダイレクトループや、パフォーマンスを損なう過剰なホップを検出します。