Hostname
touch.technology
Last fetched
touch.technology resolves to 1 IPv4 address operated by AS1273 in GB. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
touch.technology 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 |
|---|---|---|---|---|
| 213.216.140.102 | 213.216.128.0/18 | AS1273 | — | GB |
WHOIS identity
- Registrar
- iana:1390
- Organization
- domains by proxy,
- Contact emails
Subdomains
33 observed subdomains of touch.technology.
Showing 13 of 33. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for touch.technology.
| Mechanism | Target |
|---|---|
| SPF_A | touch.technology |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.234.224.66/32 |
| SPF_IP | 109.234.226.5/32 |
| SPF_IP | 109.234.228.5/32 |
| SPF_IP | 141.0.50.98/32 |
| SPF_IP | 213.216.140.71/32 |
| SPF_IP | 94.199.233.100/32 |
| SPF_IP | 94.199.239.36/32 |
| SPF_MX | touch.technology |
Related pages
Pivot deeper into the graph from touch.technology.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "touch.technology"})-[: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.