Skip to content

Hostname

iotnest.com.br

Last fetched

iotnest.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

WHISPER CANON · iotnest.com.brRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/iotnest.com.br

Resolution chain

iotnest.com.br resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.173.5.10118.173.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.173.5.11818.173.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.173.5.3018.173.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.173.5.4418.173.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.67.39.3718.67.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.39.518.67.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.39.7118.67.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.39.8918.67.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with iotnest.com.br in WhisperGraph.

Subdomains

17 observed subdomains of iotnest.com.br.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for iotnest.com.br.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmailgun.org

Related pages

Pivot deeper into the graph from iotnest.com.br.

Cypher and MCP

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

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