Hostname
auth.suitsupply.com
Last fetched
auth.suitsupply.com resolves to 4 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
auth.suitsupply.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.30.42.137 | 184.30.160.0/20 | AS20940 | — | US |
| 184.30.42.156 | 184.30.160.0/20 | AS20940 | — | US |
| 23.211.15.145 | 23.211.56.0/22 | AS20940 | — | ES |
| 23.211.15.161 | 23.211.56.0/22 | AS20940 | — | ES |
WHOIS identity
No WHOIS records are currently associated with auth.suitsupply.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for auth.suitsupply.com.
| Mechanism | Target |
|---|---|
| SPF_A | auth.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 auth.suitsupply.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auth.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.