Digital Signature

digital_signature

The Digital Signature object contains information about the cryptographic mechanism used to verify the authenticity, integrity, and origin of the file or application.

Attributes

CaptionNameTypeDescription
AlgorithmalgorithmString

The digital signature algorithm used to create the signature, normalized to the caption of 'algorithm_id'. In the case of 'Other', it is defined by the event source.

Algorithm IDalgorithm_idInteger

The identifier of the normalized digital signature algorithm.

  • 0: Unknown (UNKNOWN)
  • 1: DSA (DSA)
  • 2: RSA (RSA)
  • 3: ECDSA (ECDSA)
  • 4: Authenticode (AUTHENTICODE)
  • 99: Other (OTHER)
CertificatecertificateDigital Certificate[]

The certificate object containing information about the digital certificate.

Created Timecreated_timeTimestamp

The time when the digital signature was created.

Developer UIDdeveloper_uidString

The developer ID on the certificate that signed the file.

Message DigestdigestFingerprint[]

Entity:FINGERPRINT
The message digest attribute contains the fixed length message hash representation and the corresponding hashing algorithm information.

Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

StatestateString

The digital signature state defines the signature state, normalized to the caption of 'state_id'. In the case of 'Other', it is defined by the event source.

State IDstate_idInteger

The normalized identifier of the signature state.

  • 0: Unknown (UNKNOWN)
  • 1: Valid (VALID)
  • 2: Expired (EXPIRED)
  • 3: Revoked (REVOKED)
  • 4: Suspended (SUSPENDED)
  • 5: Pending (PENDING)
  • 99: Other (OTHER)
UnmappedunmappedUnmapped[]

Data from the source that was not mapped into the schema.

Relationships

Digital Signature shown in context

Inbound Relationships

These objects and events reference Digital Signature in their attributes:

Outbound Relationships

Digital Signature references the following objects and events in its attributes:

This page describes ocsf-1.4.0