Hostname
samstada.is
Last fetched
samstada.is resolves to 1 IPv4 address operated by Vodafone_Iceland - Ljosleidarinn ehf in IS.
Nutrition Label
Resolution chain
samstada.is resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.144.173.14 | 194.144.0.0/16 | AS12969 | Vodafone_Iceland - Ljosleidarinn ehf | IS |
WHOIS identity
No WHOIS records are currently associated with samstada.is in WhisperGraph.
Subdomains
2 observed subdomains of samstada.is.
| Subdomain |
|---|
| mitt.samstada.is |
| www.samstada.is |
Web-graph footprint
Distinct hostnames that link to or from samstada.is in the public web crawl.
11 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for samstada.is.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.4.194.0/24 |
| SPF_IP | 194.105.231.0/24 |
| SPF_IP | 194.105.232.0/24 |
| SPF_IP | 194.144.173.0/28 |
| SPF_IP | 213.176.128.0/24 |
| SPF_IP | 37.205.32.33 |
Related pages
Pivot deeper into the graph from samstada.is.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "samstada.is"})-[: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.