Hostname
haassohn.com
Last fetched
haassohn.com resolves to 1 IPv4 address operated by AS25504 in DE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
haassohn.com 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 |
|---|---|---|---|---|
| 83.243.56.143 | 83.243.56.0/21 | AS25504 | — | DE |
WHOIS identity
- Registrar
- iana:106
- Organization
- haas+sohn ofentechnik
- Contact emails
Subdomains
15 observed subdomains of haassohn.com.
Web-graph footprint
Distinct hostnames that link to or from haassohn.com in the public web crawl.
179 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for haassohn.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.edis.at |
| SPF_INCLUDE | serv33842733.secure-node.at |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.110.129.111/32 |
| SPF_IP | 193.110.129.115/32 |
| SPF_IP | 193.110.129.70/32 |
| SPF_IP | 80.120.63.0/28 |
| SPF_IP | 80.123.172.64/28 |
| SPF_IP | 85.25.243.16/32 |
| SPF_IP | 85.25.28.151/32 |
Related pages
Pivot deeper into the graph from haassohn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "haassohn.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.