Category Archives: ISU CDC

Fall 2015 CDC Results

Thank you to all those who participated in the Fall 2015.

Thank you as well to all of our sponsors and volunteers that made this event possible.

Your top three teams are:

First Place – Team 2: Team Soviet Bear

fallcdc15-team2

Second Place – Team 1: echo red_team|/dev/null(“cannot”change)

fallcdc15-team1

Third Place – Team 9: Dangling Pointers

20150926_180224139_iOS

Teams and Sponsors from Fall ISU CDC

Below are the images of the teams from the 2014 Fall ISU CDC. Thanks to all who participated! We had over 75 participants and 16 teams.

We would like to especially thank our sponsors, Boeing and PricewaterhouseCoopers for their generous support!

PricewaterhouseCoopersBoeing
Left:  PricewaterhouseCoopers; Right: Boeing

First_Place_Team_7Second_Place_Team_17
Left: First Place, Team 1; Right: Second Place, Team 17

Third_Place_Team_1Team_1_Team_Awesome
Left: Third Place, Team 1; Right: Team 1, Team Awesome

Team_2_417_-_Expectation_FailedTeam_4_Initech
Left: Team 2, 414 – Expectation Failed; Right: Team 4, Initech

Team_5_404_Team_Not_FoundTeam_7_Smash_the_Stack
Left: Team 5, 404 Team Not Found; Right: Team 7, Smash the Stack

Team_9_Mods_Mods_Mods_ModsTeam_10_GGnoRE
Left: Team 9, Mods Mods Mods Mods; Right: Team 10, GGnoRE

Team_11_Eccentric_Dolphin_KickersTeam_12_BetaTeam
Left: Team 11, Eccentric Dolphin Kickers; Right: Team 12, BetaTeam

Team_13_Our_Cloud_Is_LeakingTeam_15_Red_Pandas
Left: Team 13, Out Cloud Is Leaking; Right: Team 15: Red Pandas

Team_17_CARL_FOR_THE_WINTeam_23_The_Krusty_Clowns
Left: Team 17, CARL FOR THE WIN; Right: The Krusty Clowns

 

Fall ISU CDC Original Images and Anomalies Now Available!

The provided images are now available for download. Keep in mind these images have vulnerabilities and should not be run in sensitive environments!

https://download.iseage.org/provided_images/ISUCDC14/

The anomalies are also available at the link above.

The VMs can be run using the free VMware Player or the non-free VMware Workstation, which may be provided by your academic institution. If you’d like to run these on a local ESXi server instead, grab VMware vCenter Converter Standalone to convert them to the correct format. (You’ll need to register a free account with VMware to download ESXi and vCenter Converter).

2013 ISU CDC images now available!

The four provided images are now available for download. Keep in mind these images have vulnerabilities and should not be run in sensitive environments!

ISUCDC13-Web | ISUCDC13-Shell | ISUCDC13-AD-LDAP | ISUCDC13-pfSense

These files are also mirrored here.

The VMs can be run using the free VMware Player or the non-free VMware Workstation, which may be provided by your academic institution. If you’d like to run these on a local ESXi server instead, grab VMware vCenter Converter Standalone to convert them to the correct format. (You’ll need to register a free account with VMware to download ESXi and vCenter Converter).

Fall ISU CDC 2013 Shell Server Git Repository and Flag

There was an error when setting up the git repository on the shell server.  It is empty.  We need to put the correct code there as well as commit and push the flag that belongs in the repository.

Follow these instructions.  Note the first block must happen on the shell server, the second block can happen on any machine that can access the shell server (including your laptop if it is running a flavor linux/unix and has git):

# ON THE SHELL SERVER, DO THIS:
export HTTPS_PROXY="http://199.100.16.100:3128"
git clone https://github.com/benjholla/Blackbook.git
cd Blackbook
cp -r .git/ /home/git/webapp.git
cd /home/git/webapp.git
git update-server-info
git --git-dir=/home/git/webapp.git config core.bare true

Note: “path/to/flag_file.flag” is a placeholder for wherever your flag file is currently on the file system.

# ON ANY CLIENT MACHINE THAT CAN ACCESS THE SHELL SERVER
git clone git@shell.teamN.isucdc.com:/home/git/webapp.git
cd webapp
mv /path/to/flag_file.flag .
git add flag_file.flag
git commit -m "Adding flag"
git push origin

Note: The author of the shell box would like to point out that this was not his mistake.

LDAP Check Fixed

Hello participants – a quick note!

The LDAP check was broken because it was still using the old domain scheme for its queries (siteN.cdc.com instead of teamN.isucdc.com).  The problem has been fixed and now some Active Directory servers are scanning as up!