Skip to content

Hostname

freedell.com

Last fetched

freedell.com resolves to 2 IPv4 addresses operated by DELL-BLK - Dell, Inc. in US. WHOIS lists iana:447 as the registrar.

Nutrition Label

WHISPER CANON · freedell.comRouting diversity2.4/10Peering density4.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.9/10canon.whisper.security/host/freedell.com

Resolution chain

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

IPPrefixASNOperatorCountry
143.166.224.86143.166.128.0/17AS3614DELL-BLK - Dell, Inc.US
143.166.82.178143.166.0.0/17AS3614DELL-BLK - Dell, Inc.US

WHOIS identity

Registrar
iana:447
Organization
dell domain administrative contact
Contact emails

Subdomains

1 observed subdomain of freedell.com.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for freedell.com.

MechanismTarget
SPF_INCLUDE%{ir}.%{v}.%{d}.spf.has.pphosted.com

Related pages

Pivot deeper into the graph from freedell.com.

Cypher and MCP

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

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