300-215 · Question #15
Refer to the exhibit. Which type of code created the snippet?
The correct answer is A. VB Script. The syntax in the code snippet includes: On Error Resume Next - a classic VBScript error-handling directive. function ... end function structure. Use of Mid(), Chr(), and Asc() functions - all commonly used in VBScript for string manipulation. CInt() for conversion - typical in…
Question
Refer to the exhibit. Which type of code created the snippet?
Exhibit
Options
- AVB Script
- BPython
- CPowerShell
- DBash Script
How the community answered
(26 responses)- A92% (24)
- C4% (1)
- D4% (1)
Explanation
The syntax in the code snippet includes: On Error Resume Next - a classic VBScript error-handling directive. function ... end function structure. Use of Mid(), Chr(), and Asc() functions - all commonly used in VBScript for string manipulation. CInt() for conversion - typical in VBScript. These characteristics align exactly with VBScript, which is frequently used in malicious macros and obfuscated payloads for malware distribution, as covered in the Cisco CyberOps Associate curriculum when analyzing scripts and encoded threats.
Topics
Community Discussion
No community discussion yet for this question.
