Skip to content

Hostname

api-d.notus.org

Last fetched

api-d.notus.org resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-d.notus.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api-d.notus.org

Resolution chain

api-d.notus.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.223.207.18918.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.224.81.3018.224.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.133.47.553.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.138.97.2363.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.15.73.1353.14.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.21.223.2523.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-d.notus.org in WhisperGraph.

Subdomains

1 observed subdomain of api-d.notus.org.

Threat posture

History

Related pages

Pivot deeper into the graph from api-d.notus.org.

Cypher and MCP

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

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