Hostname
millenium.com.co
Last fetched
millenium.com.co resolves to 1 IPv4 address operated by POINTER in CO. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
millenium.com.co resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 190.242.61.89 | 190.242.61.0/24 | AS262191 | POINTER | CO |
| 190.242.61.89 | 190.242.61.0/24 | AS262191 | POINTER | CO |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
18 observed subdomains of millenium.com.co.
Showing 17 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from millenium.com.co in the public web crawl.
13 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for millenium.com.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.us.sendclean.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.masivapp.com |
| SPF_IP | 181.48.176.134 |
| SPF_IP | 190.144.130.2 |
| SPF_IP | 190.144.130.3 |
| SPF_IP | 190.242.45.222 |
| SPF_IP | 190.26.27.195 |
| SPF_IP | 190.26.27.206 |
Related pages
Pivot deeper into the graph from millenium.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "millenium.com.co"})-[: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.