
What Requires Attention
The BIG Questions
Domain Overview
Technical Findings
Email Authentication
Mail Transport Security
DNS Security
Brand & Certificate Controls
AI Surface Scanner Governance Active
Priority Actions 4 total Achievable: Low Risk
This domain has no MX records and appears to be a website-only domain. A DMARC reject policy tells receiving mail servers to reject any email claiming to be from your domain.
This domain has no MX records and appears to be a website-only domain. Publishing a strict SPF record explicitly declares that no servers are authorized to send email, preventing attackers from spoofing your domain.
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
CAA records specify which Certificate Authorities may issue certificates for your domain, reducing the risk of unauthorized certificate issuance.
Appendix — Additional Resources
Full technical details including raw DNS records, DKIM public keys, IP/ASN mappings, resolver consensus evidence, and verification commands are available in the Engineer's DNS Intelligence Report.
Appendix — What AIs Are Being Told About This Organization What do AI systems see when they query this domain?
The following content is served to AI systems (ChatGPT, Gemini, Claude, Perplexity, and others) when they visit this domain. This is the organization's machine-readable narrative — it shapes how AI models describe, recommend, and represent this brand in conversations worldwide.
llms.txt (https://yutaika.ru/.well-known/llms.txt)
<!DOCTYPE html>
<style>
body { background:#0a0a0a; color:#f1f1f1; font-family:serif; margin:0; }
.hero-res { height:600px; background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?w=1200'); background-size:cover; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.menu-sec { padding:100px 15%; }
.menu-cat { border-bottom:1px solid #333; margin-bottom:50px; padding-bottom:20px; }
.menu-item { display:flex; justify-content:space-between; margin-bottom:20px; }
.menu-item span { color:#d4af37; font-weight:bold; }
.reservation-box { background:#111; padding:60px; text-align:center; border:1px solid #d4af37; margin:0 15% 100px; }
</style>
<body>
<div class="hero-res"><h1 style="font-size:60px; color:#d4af37;">SAVOURY</h1><p>Exquisite Taste. Timeless Moments.</p></div>
<div class="menu-sec">
<div class="menu-cat"><h2>Entrées</h2></div>
<div class="menu-item"><div><h4>Wild Mushroom Risotto</h4><p>With truffle oil and parmesan</p></div><span>$24</span></div>
<div class="menu-item"><div><h4>Roasted Duck Breast</h4><p>With honey glaze and orange zest</p></div><span>$32</span></div>
<div class="menu-cat"><h2>Main Course</h2></div>
<div class="menu-item"><div><h4>Filet Mignon</h4><p>Grass-fed beef with red wine reduction</p></div><span>$45</span></div>
<div class="menu-item"><div><h4>Lobster Thermidor</h4><p>Creamy brandy sauce with Gruyère</p></div><span>$58</span></div>
</div>
<div class="reservation-box"><h2>RESERVE A TABLE</h2><p>Experience the art of fine dining.</p><button style="background:#d4af37; border:none; padding:15px 40px; margin-top:20px; cursor:pointer;">BOOK NOW</button></div>
</body>
llms-full.txt (https://yutaika.ru/.well-known/llms-full.txt)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LifeCare Medical City | Advanced Healthcare</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--med-blue: #005596;
--med-teal: #00a8a8;
--emergency: #d63031;
--text-gray: #636e72;
--bg-light: #f8fbff;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }
body { background-color: var(--bg-light); color: #2d3436; }
/* Top Bar */
.top-info {
background: var(--med-blue);
color: white;
padding: 10px 8%;
display: flex;
justify-content: space-between;
font-size: 13px;
}
/* Header Navigation */
header {
background: white;
padding: 20px 8%;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
position: sticky;
top: 0; z-index: 1000;
}
.logo { font-size: 24px; font-weight: 800; color: var(--med-blue); }
.logo span { color: var(--med-teal); }
nav ul { display: flex; list-style: none; gap: 30px; }
nav ul li a { text-decoration: none; color: #2d3436; font-weight: 600; font-size: 14px; transition: 0.3s; }
nav ul li a:hover { color: var(--med-teal); }
.btn-emergency {
background: var(--emergency);
color: white !important;
padding: 10px 20px;
border-radius: 5px;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(214, 48, 49, 0.7); }
70% { box-shadow: 0 0 0 10px rgba(214, 48, 49, 0); }
100% { box-shadow: 0 0 0 0 rgba(214, 48, 49, 0); }
}
/* Hero Section with Form */
.hero {
padding: 80px 8%;
background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),
url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1200');
background-size: cover;
display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 50px;
align-items: center;
}
.hero-text h1 { font-size: 48px; color: var(--med-blue); line-height: 1.2; margin-bottom: 20px; }
.appointment-card {
background: white;
padding: 30px;
border-radius: 15px;
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.appointment-card h3 { margin-bottom: 20px; color: var(--med-blue); border-bottom: 2px solid var(--med-teal); display: inline-block; }
input, select { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 5px; }
/* Services Grid (Bhari Look) */
.section-padding { padding: 100px 8%; }
.section-title { text-align: center; margin-bottom: 60px; }
.dept-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }
.dept-card {
background: white;
padding: 40px 30px;
text-align: center;
border-radius: 10px;
transition: 0.3s;
border-bottom: 4px solid #eee;
}
.dept-card:hover { transform: translateY(-10px); border-color: var(--med-teal); box-shadow: 0 15px 30px rgba(0,0,0,0.05); }
.dept-card i { font-size: 40px; color: var(--med-teal); margin-bottom: 20px; }
/* Stats Strip */
.stats-bar {
background: var(--med-blue);
color: white;
padding: 60px 8%;
display: flex;
justify-content: space-around;
text-align: center;
}
.stat-item h2 { font-size: 40px; }
/* Footer (Detailed) */
footer { background: #1a202c; color: #a0aec0; padding: 80px 8% 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-col h4 { color: white; margin-bottom: 25px; font-size: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; font-size: 14px; }
@media (max-width: 992px) {
.hero { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<div class="top-info">
<div><i class="fas fa-phone-alt"></i> Emergency: 911 (24/7) | <i class="fas fa-map-marker-alt"></i> Medical Zone, Central Ave</div>
<div><i class="fab fa-facebook"></i> <i class="fab fa-twitter"></i> <i class="fab fa-linkedin"></i></div>
</div>
<header>
<div class="logo">LIFE<span>CARE</span></div>
<nav>
<ul>
<li><a href="#">Doctors</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Patient Care</a></li>
<li><a href="#">Research</a></li>
<li><a href="#" class="btn-emergency">ER ADMISSION</a></li>
</ul>
</nav>
</header>
<section class="hero">
<div class="hero-text">
<h1>Expert Medical Care <br><span style="color:var(--med-teal)">You Can Trust.</span></h1>
<p>LifeCare Hospital is equipped with the latest robotic surgery technology and world-class specialists dedicated to your recovery.</p>
<div style="display: flex; gap: 20px; margin-top: 30px;">
<div style="text-align: center; background: white; padding: 20px; border-radius: 10px; flex: 1;">
<i class="fas fa-user-md" style="font-size: 24px; color: var(--med-teal);"></i>
<h4>500+ Doctors</h4>
</div>
<div style="text-align: center; background: white; padding: 20px; border-radius: 10px; flex: 1;">
<i class="fas fa-bed" style="font-size: 24px; color: var(--med-teal);"></i>
<h4>1200+ Beds</h4>
</div>
</div>
</div>
<div class="appointment-card">
<h3>Book Appointment</h3>
<form>
<input type="text" placeholder="Patient Full Name">
<input type="tel" placeholder="Phone Number">
<select>
<option>Select Department</option>
<option>Cardiology</option>
<option>Neurology</option>
<option>Pediatrics</option>
</select>
<input type="date">
<button style="width:100%; padding:15px; background:var(--med-blue); color:white; border:none; border-radius:5px; font-weight:bold; cursor:pointer;">CONFIRM SLOT</button>
</form>
</div>
</section>
<div class="section-padding">
<div class="section-title">
<h2>Our Specialized Departments</h2>
<p>Comprehensive healthcare across all major medical fields.</p>
</div>
<div class="dept-grid">
<div class="dept-card">
<i class="fas fa-heartbeat"></i>
<h3>Cardiology</h3>
<p>Advanced heart care and surgery with 99% success rate.</p>
</div>
<div class="dept-card">
<i class="fas fa-brain"></i>
<h3>Neurology</h3>
<p>Specialized treatment for brain, spine, and nerve disorders.</p>
</div>
<div class="dept-card">
<i class="fas fa-baby"></i>
<h3>Pediatrics</h3>
<p>Compassionate care for your children from birth to teens.</p>
</div>
<div class="dept-card">
<i class="fas fa-microscope"></i>
<h3>Diagnostics</h3>
<p>High-precision lab tests and MRI/CT imaging services.</p>
</div>
</div>
</div>
<section class="stats-bar">
<div class="stat-item"><h2>25+</h2><p>Years of Excellence</p></div>
<div class="stat-item"><h2>1M+</h2><p>Patients Treated</p></div>
<div class="stat-item"><h2>15+</h2><p>International Awards</p></div>
</section>
<footer>
<div class="footer-grid">
<div class="footer-col">
<h3 style="color:white; margin-bottom:20px;">LIFECARE</h3>
<p>Providing world-class healthcare services with compassion and innovation. Your health is our only priority.</p>
</div>
<div class="footer-col">
<h4>Services</h4>
<ul>
<li>Emergency Care</li>
<li>Telemedicine</li>
<li>Health Checkups</li>
<li>Pharmacy</li>
</ul>
</div>
<div class="footer-col">
<h4>Support</h4>
<ul>
<li>Patient Portal</li>
<li>Privacy Policy</li>
<li>Contact Us</li>
<li>Feedback</li>
</ul>
</div>
<div class="footer-col">
<h4>Newsletter</h4>
<p>Get health tips monthly.</p>
<input type="email" placeholder="Email" style="background:#2d3748; border:none; margin-top:15px; color:white;">
</div>
</div>
<p style="text-align:center; font-size:12px;">© 2026 LifeCare Health Group. All Rights Reserved.</p>
</footer>
</body>
</html>
Verify Report Integrity SHA-3-512 Has this report been tampered with? Verify below
Tamper-evident fingerprint binding this analysis to its data, domain, timestamp, and tool version.
39a18d1618ae7127c981baed37c815c41db0156b0bd2df633e3e538623668d41949cf1f0a8670d9754d2a9fd8c83260b4612e29f3c6b0ae56ca8739c37a38fa3
Internet Archive — Permanent Record Wayback Machine
This analysis is permanently archived by the Internet Archive, providing independent third-party verification of DNS security posture at analysis time.
View Archived Snapshot