Hostname
fishynw.com
Last fetched
fishynw.com resolves to 3 IPv4 addresses operated by AS138915 in BD. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
fishynw.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.205.144.192 | 154.205.144.0/24 | AS138915 | — | BD |
| 213.183.48.170 | 213.183.48.0/24 | AS50098 | — | RU |
| 65.20.76.133 | 65.20.64.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | IN |
WHOIS identity
- Registrar
- iana:48
- Organization
- contact privacy inc. customer 0173542314
- Contact emails
Subdomains
9 observed subdomains of fishynw.com.
Web-graph footprint
Distinct hostnames that link to or from fishynw.com in the public web crawl.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for fishynw.com.
| Mechanism | Target |
|---|---|
| SPF_A | fishynw.com |
| SPF_INCLUDE | spf.greengeeks.net |
| SPF_IP | 108.178.43.142 |
| SPF_MX | fishynw.com |
Related pages
Pivot deeper into the graph from fishynw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fishynw.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.