Hostname
abl-ocmp.com
Last fetched
abl-ocmp.com resolves to 5 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
abl-ocmp.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.140.31.177 | 128.140.0.0/17 | AS24940 | HETZNER-AS | DE |
| 3.175.34.103 | 3.175.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.34.2 | 3.175.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.34.27 | 3.175.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.34.78 | 3.175.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- benjamin akinci
- Contact emails
Subdomains
2 observed subdomains of abl-ocmp.com.
| Subdomain |
|---|
| ch.abl-ocmp.com |
| www.abl-ocmp.com |
Web-graph footprint
Distinct hostnames that link to or from abl-ocmp.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for abl-ocmp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from abl-ocmp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abl-ocmp.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.