strandjs / IntroLabs

These are the labs for my Intro class. Yes, this is public. Yes, this is intentional.
1.5k stars 350 forks source link

AdvancedC2 Typo #43

Open jennibuckley opened 1 year ago

jennibuckley commented 1 year ago

One of the interesting things about many malware specimens we review these days is how they “wait” for the attacker to communicate with them. For example, in the sample malware traffic we are reviewing, the backdoor “beacons” out every 30 seconds. This is for two reasons. One is because the attacker might not be at a system waiting for a command shell on a ### compromised target and. Secondly, because long-term established sessions tend to attract attention. This is because with protocols such as HTTP, the sessions are generally short burst sessions for multiple objects. When this backdoor was created, we wanted it to act like real HTTP. So, it had to have an asynchronous component to it.