Skip to content

Hostname

ahmer.no

Last fetched

ahmer.no resolves to 1 IPv4 address operated by NEXTHOP - Nexthop AS in NO.

Nutrition Label

WHISPER CANON · ahmer.noRouting diversity1.5/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/ahmer.no

Resolution chain

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

IPPrefixASNOperatorCountry
91.242.202.1191.242.200.0/21AS49788NEXTHOP - Nexthop ASNO

WHOIS identity

No WHOIS records are currently associated with ahmer.no in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from ahmer.no in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for ahmer.no.

MechanismTarget
SPF_Aahmer.no
SPF_INCLUDEspf.dataguard.no
SPF_MXahmer.no

Related pages

Pivot deeper into the graph from ahmer.no.

Cypher and MCP

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

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