Hostname
comergyg.com.co
Last fetched
comergyg.com.co resolves to 3 IPv4 addresses operated by AS13489 in CO. WHOIS lists iana:21607 as the registrar.
Nutrition Label
Resolution chain
comergyg.com.co 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 |
|---|---|---|---|---|
| 190.71.69.58 | 190.70.0.0/15 | AS13489 | — | CO |
| 200.30.93.202 | 200.30.64.0/19 | AS13489 | — | CO |
| 200.30.93.204 | 200.30.64.0/19 | AS13489 | — | CO |
WHOIS identity
- Registrar
- iana:21607
- Organization
- privacy protect, llc (privacyprotect.org)
- Contact emails
- —
Subdomains
5 observed subdomains of comergyg.com.co.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for comergyg.com.co.
| Mechanism | Target |
|---|---|
| SPF_MX | comergyg.com.co |
Related pages
Pivot deeper into the graph from comergyg.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comergyg.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.