Hostname
3stepit.com
Last fetched
3stepit.com resolves to 1 IPv4 address operated by EQUINIX in FI. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
3stepit.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 87.108.69.195 | 87.108.0.0/16 | AS15830 | EQUINIX | FI |
WHOIS identity
- Registrar
- iana:106
- Organization
- 3step it group oy
- Contact emails
Subdomains
50 observed subdomains of 3stepit.com.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 3stepit.com in the public web crawl.
84 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
45 SPF mechanisms authorising senders for 3stepit.com.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_INCLUDE | 7885891.spf08.hubspotemail.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | webropolsurveys.com |
| SPF_IP | 119.30.69.0 |
| SPF_IP | 119.30.69.1 |
| SPF_IP | 119.30.69.2 |
| SPF_IP | 119.30.69.3 |
| SPF_IP | 119.30.69.4 |
| SPF_IP | 13.126.156.192 |
| SPF_IP | 13.126.201.219 |
| SPF_IP | 180.179.146.74 |
| SPF_IP | 185.255.8.0/22 |
| SPF_IP | 20.233.90.170 |
| SPF_IP | 20.233.90.202 |
| SPF_IP | 20.233.90.222 |
| SPF_IP | 20.233.91.47 |
| SPF_IP | 202.22.160.0/20 |
| SPF_IP | 202.22.169.150/31 |
| SPF_IP | 202.22.169.152/29 |
| SPF_IP | 202.22.174.0/23 |
| SPF_IP | 202.22.174.0/24 |
| SPF_IP | 202.22.175.0/24 |
| SPF_IP | 203.223.163.42 |
| SPF_IP | 203.223.163.43 |
| SPF_IP | 203.223.163.44 |
| SPF_IP | 203.223.163.45 |
| SPF_IP | 203.223.163.46 |
| SPF_IP | 208.93.48.0/22 |
| SPF_IP | 4.161.42.211 |
| SPF_IP | 4.244.129.183 |
| SPF_IP | 4.244.132.140 |
| SPF_IP | 4.244.133.231 |
| SPF_IP | 4.244.133.73 |
| SPF_IP | 4.244.134.16 |
| SPF_IP | 40.120.105.250 |
| SPF_IP | 40.120.106.174 |
| SPF_IP | 40.120.111.128 |
| SPF_IP | 62.140.31.0/24 |
| SPF_IP | 81.23.249.0/24 |
| SPF_IP | 81.23.253.165/25 |
| SPF_IP | 83.166.78.0/23 |
| SPF_IP | 87.108.69.224 |
| SPF_IP | 89.164.98.219 |
Related pages
Pivot deeper into the graph from 3stepit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3stepit.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.