Hostname
conversion.im
Last fetched
conversion.im resolves to 3 IPv4 addresses operated by PIN-AS in DE.
Nutrition Label
Resolution chain
conversion.im resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.44.206.156 | 185.44.206.0/24 | AS44051 | PIN-AS | DE |
| 185.44.206.159 | 185.44.206.0/24 | AS44051 | PIN-AS | DE |
| 185.44.206.160 | 185.44.206.0/24 | AS44051 | PIN-AS | DE |
WHOIS identity
No WHOIS records are currently associated with conversion.im in WhisperGraph.
Subdomains
23 observed subdomains of conversion.im.
Showing 17 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from conversion.im in the public web crawl.
648 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for conversion.im.
| Mechanism | Target |
|---|---|
| SPF_A | conversion.im |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.unisender.com |
| SPF_IP | 178.16.20.170 |
| SPF_MX | conversion.im |
Related pages
Pivot deeper into the graph from conversion.im.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "conversion.im"})-[: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.