Skip to content

Hostname

expr.net

Last fetched

expr.net resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

expr.net resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.67.3013.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.3913.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.5213.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.7613.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.245.45.16518.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.45.17618.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.45.22118.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.45.8318.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.1318.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.7818.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.8318.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.245.46.9718.245.44.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.149.11152.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.149.12552.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.149.6352.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.149.6952.222.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

Registrar
iana:2
Organization
expression networks, llc.
Contact emails

Subdomains

22 observed subdomains of expr.net.

Web-graph footprint

Distinct hostnames that link to or from expr.net in the public web crawl.

7 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for expr.net.

MechanismTarget
SPF_INCLUDE_spf.expr_net._d.easydmarc.pro
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from expr.net.

Cypher and MCP

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

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