Skip to content

Hostname

auction.ea.openprocurement.org

Last fetched

auction.ea.openprocurement.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.

Nutrition Label

WHISPER CANON · auction.ea.openprocurement.orgRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/auction.ea.openprocurement.org

Resolution chain

auction.ea.openprocurement.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.244.102.12318.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.102.1318.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.102.3218.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.102.3618.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
216.137.39.12216.137.39.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.137.39.26216.137.39.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.137.39.53216.137.39.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
216.137.39.88216.137.39.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with auction.ea.openprocurement.org in WhisperGraph.

Subdomains

1 observed subdomain of auction.ea.openprocurement.org.

Web-graph footprint

Distinct hostnames that link to or from auction.ea.openprocurement.org in the public web crawl.

6 sites link to this hostname.

2 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from auction.ea.openprocurement.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "auction.ea.openprocurement.org"})-[: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.