Hostname
artfloor.com.tr
Last fetched
artfloor.com.tr resolves to 3 IPv4 addresses operated by AS34984 in TR.
Nutrition Label
Resolution chain
artfloor.com.tr 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 |
|---|---|---|---|---|
| 176.236.111.76 | 176.236.111.0/24 | AS34984 | — | TR |
| 212.175.155.54 | 212.175.128.0/17 | AS9121 | — | TR |
| 88.255.152.215 | 88.255.128.0/17 | AS9121 | — | TR |
WHOIS identity
No WHOIS records are currently associated with artfloor.com.tr in WhisperGraph.
Subdomains
1 observed subdomain of artfloor.com.tr.
| Subdomain |
|---|
| www.artfloor.com.tr |
Web-graph footprint
Distinct hostnames that link to or from artfloor.com.tr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for artfloor.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | artfloor.com.tr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | artfloor.com.tr |
| SPF_MX | mail.hayat.com.tr |
| SPF_MX | mail2.hayat.com.tr |
| SPF_MX | mail3.hayat.com.tr |
| SPF_MX | mail4.hayat.com.tr |
Related pages
Pivot deeper into the graph from artfloor.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "artfloor.com.tr"})-[: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.