nerdexam
Cisco

210-255 · Question #64

Which option is generated when a file is run through an algorithm and generates a string specific to the contents of that file?

The correct answer is B. hash. A hash (or message digest) is a fixed-length string produced by running data through a cryptographic algorithm, and it is unique to the specific contents of the input file.

Host-Based Analysis

Question

Which option is generated when a file is run through an algorithm and generates a string specific to the contents of that file?

Options

  • AURL
  • Bhash
  • CIP address
  • Ddestination port

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    90% (19)
  • C
    5% (1)

Why each option

A hash (or message digest) is a fixed-length string produced by running data through a cryptographic algorithm, and it is unique to the specific contents of the input file.

AURL

A URL is a web address used to locate resources on a network, not an output derived from file contents.

BhashCorrect

A hashing algorithm such as MD5 or SHA-256 processes the contents of a file and produces a fixed-length output string called a hash or digest. This output is deterministic and unique to the file's contents - any change to the file produces a completely different hash. Hashes are commonly used for file integrity verification and digital signatures.

CIP address

An IP address identifies a device on a network and has no relationship to the contents of a file.

Ddestination port

A destination port identifies a network service or application endpoint in a TCP/UDP communication, not a file content fingerprint.

Concept tested: Cryptographic hashing for file integrity verification

Source: https://csrc.nist.gov/projects/hash-functions

Topics

#file hashing#cryptographic hash#integrity verification#malware analysis

Community Discussion

No community discussion yet for this question.

Full 210-255 Practice