Hostname
absoluteblack.cc
Last fetched
absoluteblack.cc resolves to 1 IPv4 address operated by NINE in CH. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
absoluteblack.cc 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 |
|---|---|---|---|---|
| 217.150.244.134 | 217.150.240.0/20 | AS29691 | NINE | CH |
WHOIS identity
- Registrar
- iana:48
- Organization
- private registrant
- Contact emails
Subdomains
19 observed subdomains of absoluteblack.cc.
Web-graph footprint
Distinct hostnames that link to or from absoluteblack.cc in the public web crawl.
192 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for absoluteblack.cc.
| Mechanism | Target |
|---|---|
| SPF_A | absoluteblack.cc |
| SPF_IP | 217.150.244.134 |
| SPF_IP | 217.150.244.142 |
| SPF_IP | 2a02:419:2007:1:0:0:0:4 |
| SPF_IP | 95.217.72.37 |
| SPF_MX | absoluteblack.cc |
Related pages
Pivot deeper into the graph from absoluteblack.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "absoluteblack.cc"})-[: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.