Hostname
afishare.com
Last fetched
afishare.com resolves to 2 IPv4 addresses operated by AS207728 in NL. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
afishare.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.162.11.52 | 185.162.11.0/24 | AS207728 | — | NL |
| 87.236.177.44 | 87.236.177.0/24 | AS207728 | — | NL |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
3 observed subdomains of afishare.com.
Threat posture
History
Mail and authentication
MX records
- afishare.com
SPF policy
2 SPF mechanisms authorising senders for afishare.com.
| Mechanism | Target |
|---|---|
| SPF_A | afishare.com |
| SPF_MX | afishare.com |
Related pages
Pivot deeper into the graph from afishare.com.
- IP · 185.162.11.52
- ASN · AS207728
- Registrar · iana:1068
- Country · NL
- Email · e79e546e8b0847f7b3c49152badc5a94.protect@withheldforprivacy.com
- TLD · .com
- Browse hostnames · af…
- 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: "afishare.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.