Skip to content

Hostname

st.comtechla.com

Last fetched

st.comtechla.com resolves to 5 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · st.comtechla.comRouting diversity3.5/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/st.comtechla.com

Resolution chain

st.comtechla.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.2.95.11252.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.4.138.4652.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.19.17752.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.202.6752.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.164.100.1854.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with st.comtechla.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for st.comtechla.com.

MechanismTarget
SPF_IP18.205.228.94/32
SPF_IP18.207.12.57/32
SPF_IP34.194.51.1
SPF_IP34.230.214.253
SPF_IP34.236.127.150/32
SPF_IP52.2.95.112
SPF_IP52.4.138.46
SPF_IP52.45.19.177
SPF_IP52.45.214.19
SPF_IP52.5.202.67
SPF_IP54.157.90.193
SPF_IP54.164.100.18

Related pages

Pivot deeper into the graph from st.comtechla.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "st.comtechla.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.