Skip to content

Hostname

2simple.com

Last fetched

2simple.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:168 as the registrar.

Nutrition Label

WHISPER CANON · 2simple.comRouting diversity4.2/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/2simple.com

Resolution chain

2simple.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.200.225.9318.200.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
46.137.165.22046.137.128.0/18AS16509AMAZON-02 - Amazon.com, Inc.IE
52.31.250.17152.30.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
54.78.156.14254.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
63.35.14.10563.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
99.81.84.12899.80.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
99.81.94.5699.80.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:168
Organization
2simple
Contact emails

Subdomains

24 observed subdomains of 2simple.com.

Web-graph footprint

Distinct hostnames that link to or from 2simple.com in the public web crawl.

460 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for 2simple.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from 2simple.com.

Cypher and MCP

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

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