Hostname
dot.state.tx.us
Last fetched
dot.state.tx.us resolves to 1 IPv4 address operated by TDIR-CAPNET - General Services Commission in US.
Nutrition Label
Resolution chain
dot.state.tx.us 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 |
|---|---|---|---|---|
| 168.44.251.79 | 168.32.0.0/12 | AS1761 | TDIR-CAPNET - General Services Commission | US |
WHOIS identity
No WHOIS records are currently associated with dot.state.tx.us in WhisperGraph.
Subdomains
55 observed subdomains of dot.state.tx.us.
Showing 25 of 55. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dot.state.tx.us in the public web crawl.
579 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for dot.state.tx.us.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | egov.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.45.191.15 |
| SPF_IP | 204.64.21.250 |
| SPF_IP | 204.64.21.251 |
| SPF_IP | 204.64.21.50 |
| SPF_IP | 204.64.21.74 |
| SPF_IP | 204.64.21.82 |
Related pages
Pivot deeper into the graph from dot.state.tx.us.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dot.state.tx.us"})-[: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.