Hostname
a4.no
Last fetched
a4.no resolves to 2 IPv4 addresses operated by AS49788 in NO.
Nutrition Label
Resolution chain
a4.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 64.239.19.10 | 64.239.19.0/24 | AS49788 | — | NO |
| 64.239.19.40 | 64.239.19.0/24 | AS49788 | — | NO |
WHOIS identity
No WHOIS records are currently associated with a4.no in WhisperGraph.
Subdomains
26 observed subdomains of a4.no.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from a4.no in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for a4.no.
| Mechanism | Target |
|---|---|
| SPF_A | a4.no |
| SPF_INCLUDE | _spf.a4_no._d.easydmarc.pro |
| SPF_IP | 151.252.12.210 |
| SPF_IP | 64.239.19.10 |
| SPF_IP | 77.40.236.10 |
| SPF_MX | a4.no |
Related pages
Pivot deeper into the graph from a4.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a4.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.