Hostname
absoluteblack.com
Last fetched
absoluteblack.com resolves to 1 IPv4 address operated by NINE in CH. WHOIS lists iana:431 as the registrar.
Nutrition Label
Resolution chain
absoluteblack.com 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:431
- Organization
- domain hostmaster, customer id : 56459985652482
- Contact emails
Subdomains
1 observed subdomain of absoluteblack.com.
| Subdomain |
|---|
| www.absoluteblack.com |
Web-graph footprint
Distinct hostnames that link to or from absoluteblack.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for absoluteblack.com.
| Mechanism | Target |
|---|---|
| SPF_A | absoluteblack.com |
| SPF_IP | 217.150.244.134 |
| SPF_IP | 46.37.190.44 |
| SPF_IP | 95.128.132.137 |
| SPF_MX | absoluteblack.com |
Related pages
Pivot deeper into the graph from absoluteblack.com.
- IP · 217.150.244.134
- ASN · AS29691NINE
- Registrar · iana:431
- Country · CH
- Email · 56459985652482-28d15c@whoisprivacyservices.com.au
- TLD · .com
- Browse hostnames · ab…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "absoluteblack.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.