Hostname
lockers.com
Last fetched
lockers.com resolves to 1 IPv4 address operated by AS209626 in NL. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
lockers.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 |
|---|---|---|---|---|
| 89.106.200.1 | 89.106.200.0/24 | AS209626 | — | NL |
WHOIS identity
- Registrar
- iana:2
- Organization
- salsbury industries
- Contact emails
Subdomains
2 observed subdomains of lockers.com.
| Subdomain |
|---|
| info.lockers.com |
| www.lockers.com |
Web-graph footprint
Distinct hostnames that link to or from lockers.com in the public web crawl.
106 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for lockers.com.
| Mechanism | Target |
|---|---|
| SPF_A | lockers.com |
| SPF_INCLUDE | 22383472.spf04.hubspotemail.net |
| SPF_INCLUDE | spf.idevmail.americaneagle.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfc45.carrierzone.com |
| SPF_IP | 12.110.240.18 |
| SPF_IP | 12.198.148.12 |
| SPF_IP | 3.12.57.218 |
| SPF_IP | 3.128.212.153 |
| SPF_IP | 3.129.95.56 |
| SPF_IP | 3.23.168.165 |
| SPF_IP | 76.227.222.185/32 |
| SPF_MX | lockers.com |
Related pages
Pivot deeper into the graph from lockers.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lockers.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.