Hostname
stantons.com
Last fetched
stantons.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
stantons.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 169.61.206.18 | 169.61.192.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 67.228.112.0 | 67.228.64.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ********
- Contact emails
Subdomains
12 observed subdomains of stantons.com.
Web-graph footprint
Distinct hostnames that link to or from stantons.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for stantons.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.promonet.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 169.61.206.18 |
| SPF_IP | 208.85.48.122 |
| SPF_IP | 67.228.217.165 |
| SPF_IP | 69.58.121.74/29 |
| SPF_IP | 74.124.240.200/29 |
| SPF_IP | 74.6.0.1/16 |
| SPF_MX | stantons.com |
Related pages
Pivot deeper into the graph from stantons.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stantons.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.