Hostname
mail.karimium.com
Last fetched
mail.karimium.com resolves to 2 IPv4 addresses operated by AS60439 in GB.
Nutrition Label
Resolution chain
mail.karimium.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 |
|---|---|---|---|---|
| 45.151.82.2 | 45.151.82.0/24 | AS60439 | — | GB |
| 45.151.82.5 | 45.151.82.0/24 | AS60439 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mail.karimium.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for mail.karimium.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.karimium.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 139.28.17.138 |
| SPF_IP | 178.159.3.198 |
| SPF_IP | 185.99.253.38 |
| SPF_IP | 198.244.228.26 |
| SPF_IP | 198.244.248.240 |
| SPF_IP | 45.151.82.2 |
| SPF_IP | 45.151.82.5 |
| SPF_IP | 51.195.151.186 |
| SPF_IP | 51.195.217.59 |
| SPF_IP | 51.89.217.158 |
| SPF_IP | 77.74.193.90/32 |
| SPF_MX | mail.karimium.com |
Related pages
Pivot deeper into the graph from mail.karimium.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.karimium.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.