Skip to content

Hostname

afranet.net

Last fetched

afranet.net resolves to 1 IPv4 address operated by AS25184 in IR. WHOIS lists iana:82 as the registrar.

Nutrition Label

WHISPER CANON · afranet.netRouting diversity1.5/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency6.7/10Resolver footprint5.2/10canon.whisper.security/host/afranet.net

Resolution chain

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

IPPrefixASNOperatorCountry
80.75.12.2180.75.12.0/24AS25184IR

WHOIS identity

Registrar
iana:82
Organization
Contact emails

Subdomains

39 observed subdomains of afranet.net.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for afranet.net.

MechanismTarget
SPF_Aafranet.net
SPF_IP80.75.12.154
SPF_IP80.75.12.155
SPF_IP93.113.227.5
SPF_MXafranet.net

Related pages

Pivot deeper into the graph from afranet.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "afranet.net"})-[: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.