Hostname
mail.korali-ormos.com
Last fetched
mail.korali-ormos.com resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
mail.korali-ormos.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 |
|---|---|---|---|---|
| 162.55.232.115 | 162.55.0.0/16 | AS24940 | — | DE |
| 88.198.189.106 | 88.198.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.korali-ormos.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.korali-ormos.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.korali-ormos.com |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 148.251.92.103 |
| SPF_IP | 162.55.232.115 |
| SPF_IP | 184.173.239.120/32 |
| SPF_IP | 192.185.182.122 |
| SPF_IP | 88.198.189.106 |
| SPF_IP | 88.99.24.130 |
| SPF_MX | mail.korali-ormos.com |
Related pages
Pivot deeper into the graph from mail.korali-ormos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.korali-ormos.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.