Hostname
blackpit.ch
Last fetched
blackpit.ch resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
blackpit.ch resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.77.25 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.7 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.76 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.78 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.160.188.104 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.188.121 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.188.88 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.160.188.97 | 3.160.188.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with blackpit.ch in WhisperGraph.
Subdomains
1 observed subdomain of blackpit.ch.
| Subdomain |
|---|
| www.blackpit.ch |
Web-graph footprint
Distinct hostnames that link to or from blackpit.ch in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for blackpit.ch.
| Mechanism | Target |
|---|---|
| SPF_A | blackpit.ch |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_MX | blackpit.ch |
Related pages
Pivot deeper into the graph from blackpit.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blackpit.ch"})-[: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.