Hostname
tug2.com
Last fetched
tug2.com resolves to 2 IPv4 addresses operated by LIQUIDWEB - Liquid Web, L.L.C in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
tug2.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 |
|---|---|---|---|---|
| 67.227.154.123 | 67.227.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 72.52.156.52 | 72.52.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- timeshare users group
- Contact emails
Subdomains
11 observed subdomains of tug2.com.
Web-graph footprint
Distinct hostnames that link to or from tug2.com in the public web crawl.
68 sites link to this hostname.
430 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for tug2.com.
| Mechanism | Target |
|---|---|
| SPF_A | tug2.com |
| SPF_IP | 67.227.154.123 |
| SPF_IP | 72.52.156.53 |
| SPF_IP | 72.52.156.54 |
| SPF_IP | 72.52.156.55 |
| SPF_MX | tug2.com |
Related pages
Pivot deeper into the graph from tug2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tug2.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.