Hostname
50below.com
Last fetched
50below.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
50below.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:48
- Organization
- 50 below sales & marketing domain administrator ()
- Contact emails
Subdomains
11 observed subdomains of 50below.com.
Web-graph footprint
Distinct hostnames that link to or from 50below.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for 50below.com.
| Mechanism | Target |
|---|---|
| SPF_A | madrelay01.arinet.com |
| SPF_A | madrelay02.arinet.com |
| SPF_A | madrelay04.endeavorsuite.com |
| SPF_A | madrelay05.endeavorsuite.com |
| SPF_A | madrelay06.endeavorsuite.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us-1.a.mimecastprotect.com |
| SPF_IP | 209.23.139.184/32 |
| SPF_IP | 67.208.136.160/29 |
Related pages
Pivot deeper into the graph from 50below.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "50below.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.