Hostname
suitsupply.com
Last fetched
suitsupply.com resolves to 10 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
suitsupply.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.24 | 104.126.36.0/23 | AS20940 | — | DE |
| 104.126.37.50 | 104.126.36.0/23 | AS20940 | — | DE |
| 104.18.18.188 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.19.188 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 23.33.42.144 | 23.33.42.0/24 | AS20940 | — | US |
| 23.33.42.150 | 23.33.42.0/24 | AS20940 | — | US |
| 23.36.162.198 | 23.36.162.0/24 | AS20940 | — | DE |
| 23.36.162.199 | 23.36.162.0/24 | AS20940 | — | DE |
| 23.73.207.73 | 23.73.207.0/24 | AS20940 | — | US |
| 23.73.207.76 | 23.73.207.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:269
- Organization
- suit supply b.v.
- Contact emails
Subdomains
95 observed subdomains of suitsupply.com.
Showing 25 of 95. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from suitsupply.com in the public web crawl.
1,544 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for suitsupply.com.
| Mechanism | Target |
|---|---|
| SPF_A | suitsupply.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mg-spf.greenhouse.io |
| SPF_INCLUDE | spf.emsecure.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 13.111.10.129/32 |
| SPF_IP | 134.213.224.83 |
| SPF_IP | 217.149.135.144/29 |
| SPF_IP | 51.137.62.241 |
| SPF_IP | 64.95.132.100 |
| SPF_IP | 81.21.141.229/32 |
Related pages
Pivot deeper into the graph from suitsupply.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "suitsupply.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.