wmic.exe
command lines can be obfuscated with the following techniques:
create
is functionally equivalent to create
/node:
is functionally equivalent to /node:
"c:\windows\system32\calc.exe"
is functionally equivalent to "c:\windows\system32\calc.exe"
create
is functionally equivalent to create
wmic.exe
commandsCommand-Line obfuscation is an attempt to masquerade or otherwise hide the true intention of a program execution. Particularly, in a cyber security context, this usually involves rewriting a process' arguments to something that is functionally equivalent to the original, but bypasses detection systems. This may enable an attacker to execute a malicious command with a lower chance of being detected.
Command lines generated by ArgFuscator sometimes may not work as expected; one reason for this may be that the targeted program may have been updated since the obfuscation options were originally determined. Another reason may be that the obfuscation model created for ArgFuscator was incorrect. Command lines are complicated as every program has their own way of parsing and interpreting the provided arguments; we may therefore get small things wrong. If you believe this is the case, please raise an issue on ArgFuscator's GitHub repository so this can be looked into.