Skip to content

Hostname

devmeat-factory.starbridge.work

Last fetched

devmeat-factory.starbridge.work resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · devmeat-factory.starbridge.workRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/devmeat-factory.starbridge.work

Resolution chain

devmeat-factory.starbridge.work resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
35.79.235.12735.72.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
52.195.28.16852.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
52.68.107.21052.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.238.177.7854.238.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.248.251.22254.248.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.250.127.2454.250.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with devmeat-factory.starbridge.work in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from devmeat-factory.starbridge.work.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "devmeat-factory.starbridge.work"})-[: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.