Hostname
studiomakeup.nl
Last fetched
studiomakeup.nl resolves to 3 IPv4 addresses operated by TRANSIP-AS - Signet B.V. in NL. WHOIS lists registrar:netbiz as the registrar.
Nutrition Label
Resolution chain
studiomakeup.nl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.210.205.52 | 149.210.128.0/17 | AS20857 | TRANSIP-AS - Signet B.V. | NL |
| 178.251.232.250 | 178.251.232.0/24 | AS214673 | mijnhost - mijn.host B.V. | NL |
| 93.119.1.41 | 93.119.0.0/20 | AS20857 | TRANSIP-AS - Signet B.V. | NL |
WHOIS identity
- Registrar
- registrar:netbiz
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of studiomakeup.nl.
Web-graph footprint
Distinct hostnames that link to or from studiomakeup.nl in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for studiomakeup.nl.
| Mechanism | Target |
|---|---|
| SPF_A | studiomakeup.nl |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 212.178.107.131 |
| SPF_MX | studiomakeup.nl |
Related pages
Pivot deeper into the graph from studiomakeup.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "studiomakeup.nl"})-[: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.