Hostname
www.touchpointinc.com
Last fetched
www.touchpointinc.com resolves to 1 IPv4 address operated by A2HOSTING - A2 Hosting, Inc. in US.
Nutrition Label
Resolution chain
www.touchpointinc.com 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 |
|---|---|---|---|---|
| 190.92.157.193 | 190.92.156.0/22 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.touchpointinc.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for www.touchpointinc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 153.92.224.0/19 |
| SPF_IP | 172.246.0.0/18 |
| SPF_IP | 173.161.203.9/32 |
| SPF_IP | 185.107.232.0/22 |
| SPF_IP | 185.24.144.0/22 |
| SPF_IP | 185.41.28.0/22 |
| SPF_IP | 193.114.72.160/27 |
| SPF_IP | 195.224.54.96/28 |
| SPF_IP | 212.146.192.0/18 |
| SPF_IP | 213.32.128.0/18 |
| SPF_IP | 218.103.63.168/29 |
| SPF_IP | 40.117.237.48/32 |
| SPF_IP | 65.118.37.0/24 |
| SPF_IP | 65.118.37.61 |
| SPF_IP | 77.32.128.0/18 |
| SPF_IP | 77.32.148.0/24 |
| SPF_IP | 77.32.192.0/19 |
| SPF_IP | 82.33.210.32/27 |
| SPF_IP | 94.143.16.0/21 |
Related pages
Pivot deeper into the graph from www.touchpointinc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.touchpointinc.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.