Hostname
colloquetnt.com
Last fetched
colloquetnt.com resolves to 2 IPv4 addresses operated by AS63949 in GB. WHOIS lists iana:4202 as the registrar.
Nutrition Label
Resolution chain
colloquetnt.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 |
|---|---|---|---|---|
| 109.74.196.164 | 109.74.192.0/20 | AS63949 | — | GB |
| 176.58.99.77 | 176.58.96.0/19 | AS63949 | — | GB |
WHOIS identity
- Registrar
- iana:4202
- Organization
- —
- Contact emails
Subdomains
11 observed subdomains of colloquetnt.com.
Showing 3 of 11. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from colloquetnt.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for colloquetnt.com.
| Mechanism | Target |
|---|---|
| SPF_A | colloquetnt.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 109.74.196.164 |
| SPF_IP | 176.58.99.77 |
| SPF_MX | colloquetnt.com |
Related pages
Pivot deeper into the graph from colloquetnt.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "colloquetnt.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.