From ce786934cc9442aa84abae8d603dac2523e5e70c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 16 Dec 2024 10:01:55 -0800 Subject: [PATCH] Update core/mondoo-dns-security.mql.yaml Co-authored-by: Letha Signed-off-by: Tim Smith --- core/mondoo-dns-security.mql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mondoo-dns-security.mql.yaml b/core/mondoo-dns-security.mql.yaml index 331185e2..66c92a51 100644 --- a/core/mondoo-dns-security.mql.yaml +++ b/core/mondoo-dns-security.mql.yaml @@ -97,9 +97,9 @@ queries: dns.mx.all( domainName.downcase != "mail.global.bigfish.com." ) docs: desc: | - This security check verifies that legacy MX records, often associated with previous email hosting providers or outdated configurations, are not being used in domains configured for Microsoft Office 365 email services. + This security check verifies that legacy MX records, often associated with previous email hosting providers or outdated configurations, are not used in domains configured for Microsoft Office 365 email services. - Why This Is Important: + Why this is important: * Email Delivery Issues: Legacy MX records may cause email to be routed to incorrect or obsolete mail servers, resulting in failed or delayed email delivery. * Security Risks: Misconfigured MX records can expose your email infrastructure to spoofing, phishing, or man-in-the-middle attacks if email traffic is directed to untrusted servers.