Hostname
fksh.al
Last fetched
fksh.al resolves to 1 IPv4 address operated by WII - WholeSale Internet, Inc. in US.
Nutrition Label
Resolution chain
fksh.al 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 |
|---|---|---|---|---|
| 173.208.224.109 | 173.208.128.0/17 | AS32097 | WII - WholeSale Internet, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fksh.al in WhisperGraph.
Subdomains
3 observed subdomains of fksh.al.
Web-graph footprint
Distinct hostnames that link to or from fksh.al in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for fksh.al.
| Mechanism | Target |
|---|---|
| SPF_IP | 173.208.224.105/32 |
| SPF_IP | 173.208.224.109 |
| SPF_IP | 2001:4858:aaaa:122:e643:4bff:fe77:bfd2 |
| SPF_MX | linux58.host.al |
Related pages
Pivot deeper into the graph from fksh.al.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fksh.al"})-[: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.