Skip to content

Hostname

trustforce.co

Last fetched

trustforce.co resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · trustforce.coRouting diversity5.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/trustforce.co

Resolution chain

trustforce.co resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.128.2113.5.128.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.128.2223.5.128.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.130.213.5.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.130.593.5.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.132.1433.5.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.132.983.5.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.833.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.893.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.102.2052.219.102.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.102.22452.219.102.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.110.852.219.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.142.5652.219.142.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.143.852.219.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.177.6452.219.176.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.232.23252.219.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.233.13652.219.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Subdomains

2 observed subdomains of trustforce.co.

Threat posture

History

Related pages

Pivot deeper into the graph from trustforce.co.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "trustforce.co"})-[: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.