Skip to content

Hostname

git.ops.trddev.io

Last fetched

git.ops.trddev.io resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · git.ops.trddev.ioRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/git.ops.trddev.io

Resolution chain

git.ops.trddev.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.213.15.7334.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.39.24552.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.38.70.18252.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.68.24654.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.184.140.9954.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.201.248.3954.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with git.ops.trddev.io in WhisperGraph.

Subdomains

4 observed subdomains of git.ops.trddev.io.

Threat posture

History

Related pages

Pivot deeper into the graph from git.ops.trddev.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "git.ops.trddev.io"})-[: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.