Hostname
sorsjon.com
Last fetched
sorsjon.com resolves to 2 IPv4 addresses operated by AS209341 in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
sorsjon.com 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 |
|---|---|---|---|---|
| 68.66.248.55 | 68.66.240.0/20 | AS209341 | — | NL |
| 91.201.60.3 | 91.201.60.0/22 | AS44136 | — | SE |
WHOIS identity
- Registrar
- iana:269
- Organization
- marie g karlsson
- Contact emails
Subdomains
9 observed subdomains of sorsjon.com.
Web-graph footprint
Distinct hostnames that link to or from sorsjon.com in the public web crawl.
6 sites link to this hostname.
53 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for sorsjon.com.
| Mechanism | Target |
|---|---|
| SPF_A | sorsjon.com |
| SPF_INCLUDE | _vsp.oderland.com |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_IP | 68.66.248.55 |
| SPF_IP | 91.201.60.3 |
| SPF_MX | sorsjon.com |
Related pages
Pivot deeper into the graph from sorsjon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sorsjon.com"})-[: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.