Hostname
app.albaksan.com
Last fetched
app.albaksan.com resolves to 2 IPv4 addresses operated by AS42216 in TR.
Nutrition Label
Resolution chain
app.albaksan.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 |
|---|---|---|---|---|
| 46.254.48.3 | 46.254.48.0/24 | AS42216 | — | TR |
| 94.73.160.67 | 94.73.160.0/24 | AS34619 | — | TR |
WHOIS identity
No WHOIS records are currently associated with app.albaksan.com in WhisperGraph.
Subdomains
1 observed subdomain of app.albaksan.com.
| Subdomain |
|---|
| www.app.albaksan.com |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for app.albaksan.com.
| Mechanism | Target |
|---|---|
| SPF_A | app.albaksan.com |
| SPF_IP | 46.254.48.3 |
| SPF_MX | app.albaksan.com |
Related pages
Pivot deeper into the graph from app.albaksan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.albaksan.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.