Skip to content

Hostname

ispffl.com

Last fetched

ispffl.com resolves to 4 IPv4 addresses operated by AWS-GOVCLOUD AWS-GOVCLOUD in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
15.205.247.12015.205.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
3.31.207.2263.30.0.0/15AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
3.32.172.593.32.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
56.137.146.7156.137.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

Registrar
iana:292
Organization
appriss
Contact emails

Subdomains

3 observed subdomains of ispffl.com.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from ispffl.com.

Cypher and MCP

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

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