Hostname
tpns.cpp.philips.com
Last fetched
tpns.cpp.philips.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
tpns.cpp.philips.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.246.154.207 | 35.33.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.16.231.165 | 52.46.40.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.19.9.99 | 52.46.41.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.210.130.47 | 52.216.30.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with tpns.cpp.philips.com in WhisperGraph.
Subdomains
1 observed subdomain of tpns.cpp.philips.com.
| Subdomain |
|---|
| bat.tpns.cpp.philips.com |
Threat posture
History
Related pages
Pivot deeper into the graph from tpns.cpp.philips.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tpns.cpp.philips.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.