Skip to content

Hostname

nordan.tech

Last fetched

nordan.tech resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:151 as the registrar.

Nutrition Label

WHISPER CANON · nordan.techRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/nordan.tech

Resolution chain

nordan.tech resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.172.185.11418.172.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
18.172.185.12318.172.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
18.172.185.4318.172.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
18.172.185.6118.172.184.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
18.245.31.10618.245.30.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.31.4218.245.30.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.31.6818.245.30.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.31.7718.245.30.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
3.166.160.1123.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.160.303.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.160.53.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.160.993.166.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:151
Organization
arne brenneisen
Contact emails

Subdomains

13 observed subdomains of nordan.tech.

Threat posture

History

Related pages

Pivot deeper into the graph from nordan.tech.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nordan.tech"})-[: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.