300-215 · Question #15
300-215 Question #15: Real Exam Question with Answer & Explanation
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 V
Question
Refer to the exhibit. Which type of code created the snippet?
Options
- AVB Script
- BPython
- CPowerShell
- DBash Script
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.