Hostname
masterfold.com
Last fetched
masterfold.com resolves to 2 IPv4 addresses operated by AS8560 in GB. WHOIS lists iana:1727 as the registrar.
Nutrition Label
Resolution chain
masterfold.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 |
|---|---|---|---|---|
| 109.228.56.166 | 109.228.0.0/18 | AS8560 | — | GB |
| 170.249.214.58 | 170.249.208.0/20 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
WHOIS identity
- Registrar
- iana:1727
- Organization
- masterfold europe limited masterfold europe
- Contact emails
Subdomains
6 observed subdomains of masterfold.com.
Web-graph footprint
Distinct hostnames that link to or from masterfold.com in the public web crawl.
40 sites link to this hostname.
169 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for masterfold.com.
| Mechanism | Target |
|---|---|
| SPF_A | masterfold.com |
| SPF_A | sad-heisenberg.109-228-63-70.plesk.page |
| SPF_IP | 170.249.214.58 |
| SPF_IP | 170.249.214.59 |
| SPF_MX | masterfold.com |
Related pages
Pivot deeper into the graph from masterfold.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "masterfold.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.