역방향 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는 그 반대로, PTR 레코드를 통해 '이 IP를 소유한 호스트 이름은 무엇인가?'를 묻습니다. 이는 이메일 전달성에 매우 중요합니다. 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 등을 감지합니다.
리디렉션 체인 추적기
리디렉션 체인의 모든 홉을 추적합니다. 성능을 해치는 리디렉션 루프와 과도한 홉을 감지합니다.