ExamRange

In this simulation, you will analyze a corporate email exchange implementing strict cryptographic controls. Understanding the mechanics of Public Key Infrastructure (PKI) is essential for preventing email spoofing and ensuring data non-repudiation.

CND (312-38) Network Defense Simulation

Network Scenario

As a Network Security Analyst, you are auditing the implementation of a new Business-Partner Policy. The policy mandates that all critical communications between key stakeholders (Dan and Alex) over the public internet must be encrypted for confidentiality and digitally signed for authenticity to mitigate Business Email Compromise (BEC) and spoofing attacks. You are reviewing the flow of cryptographic keys to ensure the mail gateway is properly verifying inbound signatures.

Traffic & Logs

Mail Gateway Analysis (SMTP/S-MIME Headers Capture):

Received: from mail.partner.com (192.168.10.50) To: alex@partner.com From: dan@partner.com Subject: Confidential Business Proposal Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=SHA256; --boundary_12345 Content-Type: application/pkcs7-mime; smime-type=enveloped-data; Content-Transfer-Encoding: base64 [Encrypted Message Body Block...] --boundary_12345 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" [Digital Signature Block...]

Note: The packet capture shows an S/MIME payload containing both enveloped (encrypted) data and a PKCS#7 digital signature.

Question

Dan and Alex are business partners working together. Their Business-Partner Policy states that they should encrypt their emails before sending to each other.

How will they ensure the authenticity of their emails?