Saturday, December 1, 2018

pcap Challenge from myhouse7

Description of the pcap Challenge


This pcap challenge was created from an attacker scanning, penetrating and pivoting through the myhouse7 virtual machine.  The owners of the network are aware of the attack due to detecting it in the logs.  They are not concerned about the information that may have been compromised but would like to learn from the attack.  Download the pcap Challenge from my google drive at this link.

Your Task


1. Draw a network diagram of the systems that were involved in the attack.  The diagram should include all of the IP Addresses separated by networks involved.

2. Put together a timeline of the major events.

2. Identify the tools that were used by the attacker.

3. Identify what was used by the attacker to access and/or gain control of the servers.

4. What scripts or evidence did the attacker leave behind that the owners could go and evaluate?

5. Did the attacker download an encrypted file from a file server?

Download Location


Download the pcap Challenge from my google drive at this link.

No comments:

Post a Comment

Test Authentication from Linux Console using python3 pexpect

Working with the IT420 lab, you will discover that we need to discover a vulnerable user account.  The following python3 script uses the pex...