Hostname
blackskin.ir
Last fetched
blackskin.ir resolves to 1 IPv4 address operated by AS43754 in IR. WHOIS lists iana:660 as the registrar.
Nutrition Label
Resolution chain
blackskin.ir 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 |
|---|---|---|---|---|
| 79.127.127.70 | 79.127.127.0/24 | AS43754 | — | IR |
WHOIS identity
- Registrar
- iana:660
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of blackskin.ir.
Web-graph footprint
Distinct hostnames that link to or from blackskin.ir in the public web crawl.
17 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- blackskin.ir
SPF policy
11 SPF mechanisms authorising senders for blackskin.ir.
| Mechanism | Target |
|---|---|
| SPF_A | blackskin.ir |
| SPF_IP | 178.216.251.226 |
| SPF_IP | 185.120.222.141 |
| SPF_IP | 185.49.85.155 |
| SPF_IP | 199.167.138.25 |
| SPF_IP | 77.238.122.167 |
| SPF_IP | 79.127.127.69 |
| SPF_IP | 79.127.127.70 |
| SPF_IP | 79.127.127.71 |
| SPF_IP | 79.127.127.95 |
| SPF_MX | blackskin.ir |
Related pages
Pivot deeper into the graph from blackskin.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blackskin.ir"})-[: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.