Hostname
istad.no
Last fetched
istad.no resolves to 2 IPv4 addresses operated by AS63949 in DE.
Nutrition Label
Resolution chain
istad.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 |
|---|---|---|---|---|
| 172.104.202.162 | 172.108.115.0/24 | AS63949 | — | DE |
| 172.105.91.158 | 172.109.0.0/18 | AS63949 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- istad as
- Contact emails
Subdomains
11 observed subdomains of istad.no.
Web-graph footprint
Distinct hostnames that link to or from istad.no in the public web crawl.
30 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for istad.no.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fvb8nbid36.powerspf.com |
Related pages
Pivot deeper into the graph from istad.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "istad.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.