Hostname
centr.touchguard.app
Last fetched
centr.touchguard.app resolves to 1 IPv4 address operated by AS39392 in CZ.
Nutrition Label
Resolution chain
centr.touchguard.app 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 |
|---|---|---|---|---|
| 46.234.123.241 | 46.234.96.0/19 | AS39392 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with centr.touchguard.app in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for centr.touchguard.app.
| Mechanism | Target |
|---|---|
| SPF_A | centr.touchguard.app |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.226.17.1/32 |
| SPF_IP | 46.234.123.241 |
| SPF_IP | 85.160.64.235 |
| SPF_IP | 88.86.104.52 |
| SPF_IP | 95.168.193.33 |
| SPF_MX | centr.touchguard.app |
Related pages
Pivot deeper into the graph from centr.touchguard.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "centr.touchguard.app"})-[: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.