Hostname
umekei.com
Last fetched
umekei.com resolves to 2 IPv4 addresses operated by DATACENTER-UA - Ante Mediam LLC in UA. WHOIS lists iana:699 as the registrar.
Nutrition Label
Resolution chain
umekei.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 |
|---|---|---|---|---|
| 185.13.250.10 | 185.13.250.0/23 | AS61297 | DATACENTER-UA - Ante Mediam LLC | UA |
| 204.11.56.37 | 204.11.56.0/24 | AS40034 | CONFLUENCE-NETWORK-INC - Confluence Networks Inc | VG |
WHOIS identity
- Registrar
- iana:699
- Organization
- royal gate
- Contact emails
Subdomains
5 observed subdomains of umekei.com.
Web-graph footprint
Distinct hostnames that link to or from umekei.com in the public web crawl.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for umekei.com.
| Mechanism | Target |
|---|---|
| SPF_A | umekei.com |
Related pages
Pivot deeper into the graph from umekei.com.
- IP · 185.13.250.10
- ASN · AS61297DATACENTER-UA - Ante Mediam LLC
- Registrar · iana:699
- Country · UA
- Email · support@daeg.jp
- TLD · .com
- Browse hostnames · um…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "umekei.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.