Hostname
orders.phonepower.com
Last fetched
orders.phonepower.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
orders.phonepower.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 |
|---|---|---|---|---|
| 104.16.84.80 | 104.16.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.16.85.80 | 104.16.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with orders.phonepower.com in WhisperGraph.
Subdomains
3 observed subdomains of orders.phonepower.com.
Web-graph footprint
Distinct hostnames that link to or from orders.phonepower.com in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for orders.phonepower.com.
| Mechanism | Target |
|---|---|
| SPF_A | orders.phonepower.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 12.20.172.115 |
| SPF_IP | 199.73.49.93 |
| SPF_IP | 208.64.8.1/24 |
| SPF_MX | mail.voip.com |
| SPF_MX | mta01.phonepower.com |
| SPF_MX | mta02.phonepower.com |
| SPF_MX | orders.phonepower.com |
| SPF_MX | smtp.phonepower.com |
Related pages
Pivot deeper into the graph from orders.phonepower.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orders.phonepower.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.