Knowledge is Power

Sitewide Search

Search Bare Metal Cyber

Search courses, individual lessons, wiki entries, books, podcasts, magazine articles, Daily Cyber News, and Darwin.

MITRE D3FEND™ Learning Center

D3-MAN — Message Authentication

Authenticating the sender of a message and ensuring message integrity.

1NIST mapping
32ICS inferred
1Direct child
1Parent technique

Harden · D3FEND ontology 1.6.0 · Active

Open official technique ↗
Official D3FEND definition

Definition

Authenticating the sender of a message and ensuring message integrity.

Official D3FEND knowledge-base content

How it works

Digital Signature

Digital signatures are used to verifying a message is from the expected sender. In email, Secure/Multipurpose Internet Mail Extensions (S/MIME) protocol is typically used to digitally sign messages. A hash value of the sender's message is created and encrypted with the sender's private key to create a digital signature. The message and the digital signature are sent to the recipient where the sender's public key is used to decrypt the digital signature and compute the hash of the message. The computed hash is compared with the hash from the received message, and any difference in the hash values signify the message did not originate from the sender and has been alerted in transit.

Message Authentication Code (MAC)

MAC is a fixed size string that is appended to a message to provide message authentication and integrity. The sender MAC signing algorithm takes as input a secret symmetric key shared between sender and recipient and the message to calculate a short tag that is appended to the message. The recipient receives the message with the appended tag, and a MAC verification algorithm is run using the symmetric key to verify the message came from the stated sender and ensure the message has not been tampered with.

Considerations

  • Public keys associated with digital signatures should be verified by a Certification Authority (CA) to prevent impersonation. The CA verifies the owner of a public key and puts the sender's identity and public key into a certificate that is signed by the CA.
  • Digital signatures provide non-repudiation where a third party can verify the authenticity of the message using the sender's digital certificate signed by the CA.
  • Symmetric keys must be exchanged securely via a private channel and management of new symmetric keys are needed for each pair of participants wishing to exchange messages.
Bare Metal Cyber interpretation

Implementation perspective

Message Authentication should be treated as a technical defensive capability rather than a product checkbox. In practice, teams should define the protected scope, the conditions under which the technique acts, and the observable evidence that demonstrates the intended behavior. For this technique, likely engineering context includes Digital Message.

Use the technique to increase the effort, prerequisites, or constraints an adversary must overcome before exploitation or misuse succeeds.

Questions to ask

  • Which component, configuration, credential, interface, or behavior is being hardened?
  • What secure baseline or policy defines the intended state?
  • How are exceptions approved, time-limited, and reviewed?
  • How is the hardened state verified after deployment and significant change?

Evidence and validation

  • Approved hardening standards and configuration baselines
  • Automated configuration or integrity assessment results
  • Exception records with owners, rationale, and expiration dates
  • Test results demonstrating that the intended restriction is enforced

Common failure patterns

  • A secure setting is documented but not enforced consistently across the environment.
  • Hardening breaks required functions and is permanently weakened through undocumented exceptions.
  • Teams measure deployment of a product rather than verification of the hardened condition.

This implementation perspective is original Bare Metal Cyber educational content. It does not replace the official D3FEND definition or establish that a specific product implements the technique.

Ontology hierarchy

Technique hierarchy

Top-level family

Parent techniques

Direct child techniques

D3FEND graph relationships

Artifacts and ontology entities

These relationships describe how D3FEND connects a defensive technique to artifacts or other ontology entities. They describe graph semantics, not a product certification.

Explicit technique relationships

authenticatesDigital Message
Show inferred artifact relationship paths (1)
Message AuthenticationauthenticatesDigital Message
Curated semantic mapping

NIST SP 800-53 relationships

The relation label is preserved from the D3FEND ontology. It is not converted into a claim that the control automatically implements or validates this technique.

Inferred and experimental

Offensive-technique relationships

These relationships are generated from D3FEND graph paths and are explicitly experimental. They should be treated as hypotheses for defensive analysis—not as proof that the technique prevents, detects, or removes an offensive behavior.

ATT&CK for ICS (32)
T0800Activate Firmware Update ModeInhibit Response Function
T0801Monitor Process StateCollection
T0802Automated CollectionCollection
T0803Block Command MessageInhibit Response Function
T0805Block Serial COMInhibit Response Function
T0806Brute Force I/OImpair Process Control
T0809Data DestructionInhibit Response Function
T0811Data from Information RepositoriesCollection
T0821Modify controller TaskingExecution
T0835Manipulate I/O ImageInhibit Response Function
T0836Modify ParameterImpair Process Control
T0838Modify Alarm SettingsInhibit Response Function
T0839Module FirmwareImpair Process Control, Persistence
T0840Network Connection EnumerationDiscovery
T0843Program DownloadLateral Movement
T0845Program UploadCollection
T0846Remote System DiscoveryDiscovery
T0855Unauthorized Command MessageImpair Process Control
T0856Spoof Reporting MessageEvasion, Impair Process Control
T0857System FirmwareInhibit Response Function, Persistence
T0858Change Operating ModeEvasion, Execution
T0861Point & Tag IdentificationCollection
T0866Exploitation of Remote ServicesInitial Access, Lateral Movement
T0868Detect Operating ModeCollection
T0869Standard Application Layer ProtocolCommand and Control
T0873Project File InfectionPersistence
T0877I/O ImageCollection
T0878Alarm SuppressionInhibit Response Function
T0885Commonly Used PortCommand and Control
T0888Remote System Information DiscoveryDiscovery
T0889Modify ProgramPersistence
T0893Data from Local SystemCollection
Source record

Authoritative sources