Hostname
connect.phtech.com
Last fetched
connect.phtech.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
connect.phtech.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.167.112.127 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.112.19 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.112.64 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.112.65 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.174.141.33 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.39 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.82 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.92 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with connect.phtech.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for connect.phtech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zixsmbhosted.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 64.18.0.0/20 |
Related pages
Pivot deeper into the graph from connect.phtech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "connect.phtech.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.