Hostname
two.server.gintertech.com
Last fetched
two.server.gintertech.com resolves to 2 IPv4 addresses operated by AS6400 - Compania Dominicana de Telefonos S. A. in DO.
Nutrition Label
Resolution chain
two.server.gintertech.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 |
|---|---|---|---|---|
| 148.255.23.60 | 149.0.236.0/22 | AS6400 | AS6400 - Compania Dominicana de Telefonos S. A. | DO |
| 186.7.226.138 | 186.10.44.0/24 | AS6400 | AS6400 - Compania Dominicana de Telefonos S. A. | DO |
WHOIS identity
No WHOIS records are currently associated with two.server.gintertech.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from two.server.gintertech.com.
- IP · 148.255.23.60
- ASN · AS6400AS6400 - Compania Dominicana de Telefonos S. A.
- Country · DO
- Apex domain · gintertech.com
- Parent domain · server.gintertech.com
- TLD · .com
- Browse hostnames · tw…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "two.server.gintertech.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.