Skip to content

Hostname

static2.phonepower.com

Last fetched

static2.phonepower.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · static2.phonepower.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/static2.phonepower.com

Resolution chain

static2.phonepower.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.16.84.80104.16.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.16.85.80104.16.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with static2.phonepower.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from static2.phonepower.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for static2.phonepower.com.

MechanismTarget
SPF_Astatic2.phonepower.com
SPF_INCLUDEtrustpilotservice.com
SPF_IP12.20.172.115
SPF_IP199.73.49.93
SPF_IP208.64.8.1/24
SPF_MXmail.voip.com
SPF_MXmta01.phonepower.com
SPF_MXmta02.phonepower.com
SPF_MXsmtp.phonepower.com
SPF_MXstatic2.phonepower.com

Related pages

Pivot deeper into the graph from static2.phonepower.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "static2.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.