Hostname
blackpoint.email
Last fetched
blackpoint.email resolves to 1 IPv4 address operated by AS214319 in NL. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
blackpoint.email 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 |
|---|---|---|---|---|
| 154.56.104.26 | 154.56.104.0/24 | AS214319 | — | NL |
WHOIS identity
- Registrar
- iana:106
- Organization
- black point arts internet solutions
- Contact emails
Subdomains
1 observed subdomain of blackpoint.email.
| Subdomain |
|---|
| spf.blackpoint.email |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for blackpoint.email.
| Mechanism | Target |
|---|---|
| SPF_A | exchange.bpanet.de |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 130.180.107.210 |
| SPF_IP | 213.198.53.42 |
Related pages
Pivot deeper into the graph from blackpoint.email.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blackpoint.email"})-[: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.