Hostname
3tg.secure-comm.com
Last fetched
3tg.secure-comm.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
3tg.secure-comm.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.135.30.77 | 13.134.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.43.223.79 | 13.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.132.116.1 | 18.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.133.214.144 | 18.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.168.101.24 | 18.168.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.175.91.236 | 18.175.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with 3tg.secure-comm.com in WhisperGraph.
Subdomains
1 observed subdomain of 3tg.secure-comm.com.
| Subdomain |
|---|
| www.3tg.secure-comm.com |
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for 3tg.secure-comm.com.
| Mechanism | Target |
|---|---|
| SPF_A | 3tg.secure-comm.com |
| SPF_IP | 109.203.119.54 |
| SPF_IP | 109.203.119.55 |
| SPF_IP | 109.75.166.21 |
| SPF_IP | 109.75.166.22 |
| SPF_IP | 109.75.166.23 |
| SPF_IP | 18.130.199.233 |
| SPF_IP | 18.130.40.2 |
| SPF_IP | 52.56.160.165 |
| SPF_MX | 3tg.secure-comm.com |
Related pages
Pivot deeper into the graph from 3tg.secure-comm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3tg.secure-comm.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.