Skip to content

Hostname

signals-api.yipitdata.com

Last fetched

signals-api.yipitdata.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · signals-api.yipitdata.comRouting diversity4.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/signals-api.yipitdata.com

Resolution chain

signals-api.yipitdata.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.212.12.1183.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.216.186.2483.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.217.30.1583.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.220.50.883.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.83.2134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.204.140.12734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.234.189.17434.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.235.50.2034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.198.156.24544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.55.247.2252.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.204.2454.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.50.11098.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with signals-api.yipitdata.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from signals-api.yipitdata.com.

Cypher and MCP

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

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