Hostname
smcp.nl
Last fetched
smcp.nl resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:internationale domeinregistratie nederland as the registrar.
Nutrition Label
Resolution chain
smcp.nl 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 |
|---|---|---|---|---|
| 78.46.3.119 | 78.46.0.0/15 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:internationale domeinregistratie nederland
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of smcp.nl.
| Subdomain |
|---|
| afspraken.smcp.nl |
| www.smcp.nl |
Web-graph footprint
Distinct hostnames that link to or from smcp.nl in the public web crawl.
132 sites link to this hostname.
104 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for smcp.nl.
| Mechanism | Target |
|---|---|
| SPF_A | smcp.nl |
| SPF_INCLUDE | _spf.previder.nl |
| SPF_INCLUDE | _spf.sentia.nl |
| SPF_INCLUDE | _spf.zorgmail.nl |
| SPF_INCLUDE | intramedonline.nl |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.msgc.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 103.47.207.238 |
| SPF_IP | 109.232.43.185 |
| SPF_IP | 145.131.21.41 |
| SPF_IP | 2a01:4f8:d0a:32ac:0:0:0:2 |
| SPF_IP | 31.171.207.194 |
| SPF_IP | 78.46.3.119 |
| SPF_MX | smcp.nl |
Related pages
Pivot deeper into the graph from smcp.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smcp.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.