4llan's comments

4llan | 4 years ago | on: CronRAT malware hides behind February 31st

> The CronRAT adds a number of tasks to crontab with a curious date specification: 52 23 31 2 3. These lines are syntactically valid, but would generate a run time error when executed. However, this will never happen as they are scheduled to run on February 31st. Instead, the actual malware code is hidden in the task names and is constructed using several layers of compression and base64 decoding.

The actual malware uses the task name from these "never occurring crontab". The invalid date is just a kind of signature.

page 1