Help
RSS
API
Feed
Maltego
Contact
Domain > ns1.baysanal.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-13
185.19.95.58
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 13 Feb 2026 11:28:48 GMTServer: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.1.29X-Powered-By: PHP/8.1.29Transfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langtr>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Shopier AVM -- Güvenilir E-ticaret Deneyimi/title> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: #f8f9fa; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 60px 0; } .header h1 { font-size: 2.5rem; margin-bottom: 20px; font-weight: 700; color: #e67e22; } .logo { max-width: 220px; height: auto; border-radius: 15px; } .header-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; } .header-text { flex: 1; text-align: left; } .header-text h2 { font-size: 2.5rem; margin-bottom: 20px; font-weight: 700; color: #e67e22; } .header-text p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 20px; line-height: 1.5; } @media (max-width: 768px) { .header-content { flex-direction: column; text-align: center; gap: 20px; } .header-text { text-align: center; } .logo { max-width: 200px; } } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .features { padding: 40px 0; background: white; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .feature-card { text-align: center; padding: 20px 15px; border-radius: 15px; background: #f8f9fa; transition: transform 0.3s ease, box-shadow 0.3s ease; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .feature-icon { font-size: 2.5rem; color: #e67e22; margin-bottom: 15px; } .feature-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #2c3e50; } .feature-card p { color: #7f8c8d; line-height: 1.4; font-size: 0.9rem; } .products-section { padding: 80px 0; background: #f8f9fa; } .section-title { text-align: center; margin-bottom: 50px; } .section-title h2 { font-size: 2.5rem; color: #2c3e50; margin-bottom: 15px; } .section-title p { font-size: 1.1rem; color: #7f8c8d; max-width: 600px; margin: 0 auto; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); } .product-image { height: 200px; background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 3rem; } .product-info { padding: 25px; } .product-name { font-size: 1.2rem; font-weight: 600; color: #2c3e50; margin-bottom: 10px; } .product-code { color: #7f8c8d; font-size: 0.9rem; margin-bottom: 15px; } .pricing-options { margin-bottom: 15px; } .pricing-option { border: 1px solid #e0e0e0; border-radius: 8px; padding: 10px 12px; margin-bottom: 6px; background: white; transition: all 0.3s ease; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; } .pricing-option:hover { border-color: #e67e22; box-shadow: 0 2px 8px rgba(230, 126, 34, 0.1); } .option-title { font-size: 0.9rem; font-weight: 600; color: #2c3e50; min-width: 120px; } .original-price { font-size: 0.85rem; color: #95a5a6; text-decoration: line-through; } .discounted-price { font-size: 1rem; font-weight: 700; color: #2c3e50; } .badge { font-size: 0.7rem; font-weight: 600; padding: 3px 8px; border-radius: 12px; text-transform: uppercase; } .badge.shipping { background: #e8f5e8; color: #27ae60; } .badge.discount { background: #ffeaea; color: #e74c3c; } .product-description { color: #7f8c8d; font-size: 0.9rem; line-height: 1.5; margin-bottom: 20px; } .btn { display: inline-block; padding: 12px 25px; background: linear-gradient(135deg, #e67e22 0%, #d35400 100%); color: white; text-decoration: none; border-radius: 25px; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; } .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3); } .btn-outline { background: transparent; color: #e67e22; border: 2px solid #e67e22; } .btn-outline:hover { background: #e67e22; color: white; } .cta-section { padding: 80px 0; background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; text-align: center; } .cta-section h2 { font-size: 2.5rem; margin-bottom: 20px; } .cta-section p { font-size: 1.2rem; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; } .footer { background: #2c3e50; color: white; text-align: center; padding: 40px 0; } .footer p { opacity: 0.8; } @media (max-width: 768px) { .header h1 { font-size: 2rem; } .header p { font-size: 1rem; } .section-title h2 { font-size: 2rem; } .cta-section h2 { font-size: 2rem; } .container { padding: 0 15px; } } /style>/head>body> !-- Header --> header classheader> div classcontainer> div classheader-content> img srcimages/logo.png altShopier AVM Logo classlogo> div classheader-text> p>Güvenilir e-ticaret deneyimi için doğru adres. Kaliteli ürünler, hızlı teslimat ve müşteri memnuniyeti odaklı hizmet anlayışımızla sizlere hizmet veriyoruz./p> a href#products classbtn>Ürünlerimizi İnceleyin/a> /div> /div> /div> /header> !-- Features --> section classfeatures> div classcontainer> div classfeatures-grid> div classfeature-card> div classfeature-icon> i classfas fa-shield-alt>/i> /div> h3>Güvenli Alışveriş/h3> p>SSL sertifikalı güvenli ödeme sistemi ile verileriniz korunur/p> /div> div classfeature-card> div classfeature-icon> i classfas fa-truck>/i> /div> h3>Hızlı Teslimat/h3> p>Anlaşmalı kargo firmaları ile hızlı ve güvenli teslimat/p> /div> div classfeature-card> div classfeature-icon> i classfas fa-headset>/i> /div> h3>7/24 Destek/h3> p>Müşteri hizmetlerimiz her zaman yanınızda/p> /div> div classfeature-card> div classfeature-icon> i classfas fa-medal>/i> /div> h3>Kalite Garantisi/h3> p>Seçkin markaların kaliteli ürünleri/p> /div> /div> /div> /section> !-- Products --> section idproducts classproducts-section> div classcontainer> div classsection-title> h2>Öne Çıkan Ürünlerimiz/h2> p>Mevcut ürünlerimizi ziyaret edebilir, güvenle alışveriş yapabilirsiniz/p> /div> div classproducts-grid> div classproduct-card> div classproduct-image> i classfas fa-box>/i> /div> div classproduct-info> div classproduct-name>Dijital Fan/div> div classproduct-code>Kod: Dfan001/div> div classpricing-options> div classpricing-option> span classoption-title>1 Adet Dijital Fan/span> span classoriginal-price>649 TL/span> span classdiscounted-price>559 TL/span> span classbadge shipping>Ücretsiz Kargo/span> span classbadge discount>%14 İNDİRİM/span> /div> div classpricing-option> span classoption-title>2 Adet Dijital Fan/span> span classoriginal-price>1298 TL/span> span classdiscounted-price>889 TL/span> span classbadge shipping>Ücretsiz Kargo/span> span classbadge discount>%32 İNDİRİM/span> /div> div classpricing-option> span classoption-title>3 Adet Dijital Fan/span> span classoriginal-price>1947 TL/span> span classdiscounted-price>1189 TL/span> span classbadge shipping>Ücretsiz Kargo/span> span classbadge discount>%39 İNDİRİM/span> /div> /div> div classproduct-description>519 ücretsiz kargo799 ücretsiz kargo1099 ücretsiz kargo/div> a hrefhttps://dijitalfan.shopieravm.com target_blank classbtn btn-outline>İncele/a> /div> /div> /div> /div> /section> !-- CTA Section --> section classcta-section> div classcontainer> h2>Alışverişe Başlayın/h2> p>Güvenilir e-ticaret deneyimi için Shopier AVMyi tercih edin. Kaliteli ürünler ve müşteri memnuniyeti odaklı hizmet anlayışımızla sizlere hizmet veriyoruz./p> a href#products classbtn>Ürünleri İncele/a> /div> /section> !-- Footer --> footer classfooter> div classcontainer> p>© 2024 Shopier AVM. Tüm hakları saklıdır./p> /div> /footer>/body>/html>
Port 21
220---------- Welcome to Pure-FTPd privsep TLS ----------220-You are user number 1 of 50 allowed.220-Local time is now 14:28. Server port: 21.220-IPv6 connections are also welcome on this server.220 You will be disconnected after 15 minutes of inactivity.230 Anonymous user logged in257 / is your current location229 Extended Passive mode OK (|||40187|)200 TYPE is now ASCII150 Accepted data connection226-Options: -a -l 226 2 matches total drwxr-xr-x 2 0 0 6 May 6 2020 .drwxr-xr-x 2 0 0 6 May 6 2020 ..
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]