Hostname
ymor.co.il
Last fetched
ymor.co.il resolves to 6 IPv4 addresses operated by RMH-14 - Rackspace Hosting in US.
Nutrition Label
Resolution chain
ymor.co.il resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 72.233.2.58 | 72.233.0.0/17 | AS33070 | RMH-14 - Rackspace Hosting | US |
| 72.233.69.6 | 72.233.0.0/17 | AS33070 | RMH-14 - Rackspace Hosting | US |
| 74.200.243.251 | 74.200.192.0/18 | AS19994 | RACKSPACE - Rackspace Hosting | US |
| 74.200.244.59 | 74.200.192.0/18 | AS19994 | RACKSPACE - Rackspace Hosting | US |
| 76.74.254.120 | 76.74.248.0/21 | AS13768 | COGECO-PEER1 - Aptum Technologies | US |
| 76.74.254.123 | 76.74.248.0/21 | AS13768 | COGECO-PEER1 - Aptum Technologies | US |
WHOIS identity
No WHOIS records are currently associated with ymor.co.il in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ymor.co.il.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ymor.co.il.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ymor.co.il"})-[: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.