Skip to content

Hostname

tcp.com

Last fetched

tcp.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BH. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · tcp.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/tcp.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.35.169.2813.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
205.251.249.110205.251.249.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
54.192.1.1054.192.0.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:146
Organization
t.c. pharmaceutical industries co.,ltd.
Contact emails

Subdomains

25 observed subdomains of tcp.com.

Web-graph footprint

Distinct hostnames that link to or from tcp.com in the public web crawl.

413 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for tcp.com.

MechanismTarget
SPF_Atcp.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.zohomail360.com
SPF_IP104.215.192.47
SPF_IP110.49.4.33
SPF_IP13.76.138.201
SPF_IP13.76.220.123
SPF_IP23.97.61.221
SPF_IP4.194.24.12
SPF_IP49.229.70.2
SPF_IP49.229.70.58
SPF_IP49.231.207.110
SPF_IP52.163.205.242
SPF_IP57.158.174.114
SPF_MXtcp.com

Related pages

Pivot deeper into the graph from tcp.com.

Cypher and MCP

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

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