Skip to content

Hostname

spf.stormfiber.com

Last fetched

spf.stormfiber.com resolves to 1 IPv4 address operated by AS9541 in PK.

Nutrition Label

WHISPER CANON · spf.stormfiber.comRouting diversity1.5/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/spf.stormfiber.com

Resolution chain

spf.stormfiber.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.101.162.195203.101.162.0/24AS9541PK

WHOIS identity

No WHOIS records are currently associated with spf.stormfiber.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for spf.stormfiber.com.

MechanismTarget
SPF_IP101.53.244.109
SPF_IP103.213.115.73
SPF_IP119.13.190.91
SPF_IP124.29.202.132
SPF_IP124.29.248.131
SPF_IP124.29.248.231
SPF_IP175.107.192.184
SPF_IP175.107.192.57
SPF_IP175.107.198.104
SPF_IP175.107.240.76
SPF_IP202.163.118.197
SPF_IP203.101.162.195
SPF_IP203.101.162.196
SPF_IP203.101.162.197

Related pages

Pivot deeper into the graph from spf.stormfiber.com.

Cypher and MCP

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

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