exam questions

Exam 350-201 All Questions

View all questions & answers for the 350-201 exam

Exam 350-201 topic 1 question 66 discussion

Actual exam question from Cisco's 350-201
Question #: 66
Topic #: 1
[All 350-201 Questions]


Refer to the exhibit. An engineer is reverse engineering a suspicious file by examining its resources. What does this file indicate?

  • A. a DOS MZ executable format
  • B. a MS-DOS executable archive
  • C. an archived malware
  • D. a Windows executable file
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sinwookangmsn
1 week, 3 days ago
Selected Answer: D
The "MZ" header does indicate a DOS MZ executable. However, in modern Windows executables, this MZ header is part of a DOS stub that exists before the actual PE (Portable Executable) header. The message "This program cannot be run in DOS mode" is part of that stub, meant to display if someone tries to run the file in a DOS environment. So, what does this mean? If the file only had the MZ header and DOS code, it would be a pure DOS MZ executable. But if it also contains a "PE" header (which your image shows), then it's a Windows executable that includes a DOS stub.
upvoted 1 times
...
TrainingTeam
8 months ago
Selected Answer: A
The file in question indicates a DOS MZ executable format. The MZ signature at the beginning of the file (as seen in the hexadecimal representation) is characteristic of an executable file format for DOS. This signature, combined with the text "This program cannot be run in DOS mode," which is typically included as a message in DOS MZ executables to be displayed when they are run in a non-DOS environment, confirms that the file is a DOS MZ executable.
upvoted 1 times
...
DrVoIP
2 years, 3 months ago
If you look the Majic is 4D and 5A coupled with "can not be run in DOS mode", indicates it is DOS MZ!
upvoted 1 times
...
budlinc
2 years, 4 months ago
Selected Answer: A
A 100% https://en.wikipedia.org/wiki/DOS_MZ_executable
upvoted 1 times
...
Noxman
2 years, 5 months ago
Selected Answer: D
check https://www.fortinet.com/blog/threat-research/dll-side-loading-technique-used-in-recent-kaseya-ransomware-attack
upvoted 1 times
...
kyle942
2 years, 5 months ago
Selected Answer: A
The DOS MZ executable format is the executable file format used for. EXE files in DOS. The file can be identified by the ASCII string "MZ" (hexadecimal: 4D 5A) at the beginning of the file (the "magic number").
upvoted 2 times
...
Medjai89
2 years, 6 months ago
Its A 100% Check: http://4d5asecurity.com/why-4d5a.
upvoted 1 times
...
TOLU1985
2 years, 8 months ago
Selected Answer: D
C or D no idea.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...