Skip to content

Hostname

api-prod.buildforce-engineering.com

Last fetched

api-prod.buildforce-engineering.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.

Nutrition Label

WHISPER CANON · api-prod.buildforce-engineering.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api-prod.buildforce-engineering.com

Resolution chain

api-prod.buildforce-engineering.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.158.104.47108.158.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.104.63108.158.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.104.76108.158.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
108.158.104.88108.158.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.168.73.423.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.443.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.73.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.73.803.168.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-prod.buildforce-engineering.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-prod.buildforce-engineering.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-prod.buildforce-engineering.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.