Hostname
simplifyem.com
Last fetched
simplifyem.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:228 as the registrar.
Nutrition Label
Resolution chain
simplifyem.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.163.24.101 | 3.163.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.24.71 | 3.163.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.24.76 | 3.163.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.163.24.9 | 3.163.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.125 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.31 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.57 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.97 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.9.175.116 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.38 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.51 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.79 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:228
- Organization
- narinder sandhu
- Contact emails
Subdomains
12 observed subdomains of simplifyem.com.
Web-graph footprint
Distinct hostnames that link to or from simplifyem.com in the public web crawl.
116 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for simplifyem.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | one.zoho.com |
| SPF_IP | 100.24.133.251 |
| SPF_IP | 18.213.162.177 |
| SPF_IP | 3.214.138.225 |
| SPF_IP | 3.221.184.132 |
| SPF_IP | 3.228.156.94 |
| SPF_IP | 34.196.34.229 |
| SPF_IP | 50.16.204.142 |
| SPF_IP | 52.55.15.10 |
| SPF_IP | 98.85.40.34 |
| SPF_MX | simplifyem.com |
Related pages
Pivot deeper into the graph from simplifyem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simplifyem.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.