Hostname
patyellow.com
Last fetched
patyellow.com resolves to 2 IPv4 addresses operated by LGDACOM LG DACOM Corporation in KR. WHOIS lists iana:87 as the registrar.
Nutrition Label
Resolution chain
patyellow.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.214.210.188 | 1.208.0.0/12 | AS3786 | LGDACOM LG DACOM Corporation | KR |
| 211.176.60.128 | 211.176.0.0/14 | AS9318 | SKB-AS SK Broadband Co Ltd | KR |
WHOIS identity
- Registrar
- iana:87
- Organization
- dowon_com
- Contact emails
Subdomains
17 observed subdomains of patyellow.com.
Web-graph footprint
Distinct hostnames that link to or from patyellow.com in the public web crawl.
15 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for patyellow.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 211.108.60.221 |
| SPF_IP | 211.108.60.222 |
| SPF_IP | 211.108.60.80 |
Related pages
Pivot deeper into the graph from patyellow.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "patyellow.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.