Hostname
milexia.com
Last fetched
milexia.com resolves to 2 IPv4 addresses operated by AS204436 in GB. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
milexia.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.181.116.15 | 185.181.116.0/22 | AS204436 | — | GB |
| 150.171.109.100 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
WHOIS identity
- Registrar
- iana:113
- Organization
- milexia
- Contact emails
Subdomains
15 observed subdomains of milexia.com.
Web-graph footprint
Distinct hostnames that link to or from milexia.com in the public web crawl.
103 sites link to this hostname.
42 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for milexia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.messagegears.net |
| SPF_INCLUDE | eskerondemand.com |
| SPF_INCLUDE | spf.ess.uk.barracudanetworks.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.40.229.156/32 |
| SPF_IP | 185.181.116.15 |
| SPF_IP | 185.54.65.10/32 |
| SPF_IP | 185.62.41.140 |
| SPF_IP | 82.163.234.66 |
| SPF_IP | 91.197.230.125 |
Related pages
Pivot deeper into the graph from milexia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "milexia.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.