Hostname
spotmaster.com
Last fetched
spotmaster.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
spotmaster.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 |
|---|---|---|---|---|
| 162.55.175.225 | 162.55.0.0/16 | AS24940 | HETZNER-AS | DE |
| 178.104.7.248 | 178.104.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:1647
- Organization
- leander berwers
- Contact emails
Subdomains
20 observed subdomains of spotmaster.com.
Web-graph footprint
Distinct hostnames that link to or from spotmaster.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for spotmaster.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.69.159.204 |
| SPF_IP | 37.48.84.185 |
| SPF_IP | 37.48.90.43 |
| SPF_IP | 95.211.44.130 |
| SPF_MX | spotmaster.com |
Related pages
Pivot deeper into the graph from spotmaster.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spotmaster.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.