Hostname
artraglobal.com.tr
Last fetched
artraglobal.com.tr resolves to 2 IPv4 addresses operated by NETINTERNET - Netinternet Bilisim Teknolojileri AS in TR.
Nutrition Label
Resolution chain
artraglobal.com.tr 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 |
|---|---|---|---|---|
| 94.102.0.41 | 94.102.0.0/24 | AS51559 | NETINTERNET - Netinternet Bilisim Teknolojileri AS | TR |
| 89.252.180.99 | 89.252.180.0/24 | AS42846 | guzelhosting - GNET Internet Telekomunikasyon A.S. | — |
WHOIS identity
No WHOIS records are currently associated with artraglobal.com.tr in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- artraglobal.com.tr
SPF policy
3 SPF mechanisms authorising senders for artraglobal.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | artraglobal.com.tr |
| SPF_IP | 94.102.0.27 |
| SPF_MX | artraglobal.com.tr |
Related pages
Pivot deeper into the graph from artraglobal.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "artraglobal.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.