Hostname
p1d.com
Last fetched
p1d.com resolves to 9 IPv4 addresses operated by AS2514 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
p1d.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.80.78.70 | 116.84.238.0/24 | AS2514 | — | JP |
| 3.5.154.110 | 3.5.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.158.2 | 3.5.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.13 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.3 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.162.203 | 52.219.180.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.163.39 | 52.219.180.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.172.87 | 52.219.188.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.199.47 | 52.219.212.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- plus one digital co.,ltd.
- Contact emails
Subdomains
1 observed subdomain of p1d.com.
| Subdomain |
|---|
| www.p1d.com |
Web-graph footprint
Distinct hostnames that link to or from p1d.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for p1d.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 210.251.86.224/28 |
| SPF_IP | 46.51.251.149/32 |
Related pages
Pivot deeper into the graph from p1d.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "p1d.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.