dod-cyber-crime-center / DC3-MWCP

DC3 Malware Configuration Parser (DC3-MWCP) is a framework for parsing configuration information from malware. The information extracted from malware includes items such as addresses, passwords, filenames, and mutex names.
Other
300 stars 59 forks source link

UnableToParse sub-group bugfix #23

Closed ddash-ct closed 4 years ago

ddash-ct commented 4 years ago

Identified and fixed situation where an UnableToParse exception gets consumed within a specifc parser group, but none of the parsers within the group identify the file, and the parent parser places the file back into the queue as though it were created from the child parsing group. This can result in an infinite processing loop and the solution is to propagate the UnableToParse exception to the parent parser.