Hostname
quick-step.com
Last fetched
quick-step.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
quick-step.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 |
|---|---|---|---|---|
| 4.175.215.42 | 4.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 52.136.238.10 | 52.136.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- iana:106
- Organization
- evelien de witte
- Contact emails
Subdomains
33 observed subdomains of quick-step.com.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from quick-step.com in the public web crawl.
239 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for quick-step.com.
| Mechanism | Target |
|---|---|
| SPF_A | smfdemo.quick-step.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf_a.unilin.com |
| SPF_IP | 149.72.39.109 |
| SPF_IP | 174.142.53.106/32 |
| SPF_IP | 72.249.24.20 |
Related pages
Pivot deeper into the graph from quick-step.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quick-step.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.