Hostname
powerdog.com
Last fetched
powerdog.com resolves to 2 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
powerdog.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 |
|---|---|---|---|---|
| 143.95.78.233 | 143.95.64.0/19 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 82.29.199.98 | 82.29.192.0/21 | AS47583 | AS-HOSTINGER | US |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
Subdomains
2 observed subdomains of powerdog.com.
| Subdomain |
|---|
| mail.powerdog.com |
| www.powerdog.com |
Web-graph footprint
Distinct hostnames that link to or from powerdog.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for powerdog.com.
| Mechanism | Target |
|---|---|
| SPF_A | powerdog.com |
| SPF_A | shared152.accountservergroup.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 143.95.145.94 |
| SPF_MX | powerdog.com |
Related pages
Pivot deeper into the graph from powerdog.com.
- IP · 143.95.78.233
- ASN · AS46606UNIFIEDLAYER-AS-1 - Unified Layer
- Registrar · iana:1861
- Country · US
- Email · 32aa735b589a4ba8a45fde62b58cbe99.protect@whoisguard.com
- TLD · .com
- Browse hostnames · po…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "powerdog.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.