App Review Huorong Internet Security v6.0.7.12 (Modified Setting)

It is advised to take all reviews with a grain of salt. In extreme cases some reviews use dramatization for entertainment purposes.
Content created by
janx
Oh I see... yeah, it all seems to be based on the Cobra/HVM engine... not amazing...

Dynamic analysis is usually the most reliable way to classify a sample, but the emulator doesn't have all day to analyse, it has milliseconds so this is where most of the evasions come from. In addition, it requires constant profile updates. This is a rather weird design decision.
Huorong's HVM engine incorporates special handling for common stalling techniques. However, its primary limitation is the inability to simulate a sample's network communication and external file reading operations, which makes it highly vulnerable to being bypassed by samples that employ a separation-of-tactics approach.
 
Huorong's HVM engine incorporates special handling for common stalling techniques. However, its primary limitation is the inability to simulate a sample's network communication and external file reading operations, which makes it highly vulnerable to being bypassed by samples that employ a separation-of-tactics approach.
Typically a good emulator will use fake files inside (including some that look like browser credentials) as well as it could potentially fake network communications. There are several limitations all emulators experience, mainly with malware detecting that it’s been emulated and using rubbish instructions (long sleep, needless loops and so on), till the emulator times out. Another limitation is malware may not necessarily read files with credentials directly, but can rather load full folders in memory and then extract just the credentials files.

That’s why dynamic analysis works best when combines with static analysis (by themselves neither dynamic nor static will lead to a very high detection rate). But in this case Huorong has decided to omit the static one.