Update files | |
Final presentation, final report and additional material submissions are now open for the next 24 hours for update. Please keep the first two as presentation files and report file, while any code should be submitted in the third. |
פורסם ב-9/9/2013, 11:11:26 Created on 9/9/2013, 11:11:26 Создано9/9/2013, 11:11:26 تم النشر ب-9/9/2013, 11:11:26 |
Final presentations submit issue solved | |
There was an issue with submitting the final presentation, which is now solved. Please submit till 08:00. PS The group that did not submit the ***final report*** yet is kindly asked to do that NOW. Otherwise, I will not be able to prepare for their presentation. |
פורסם ב-8/9/2013, 22:38:06 Created on 8/9/2013, 22:38:06 Создано8/9/2013, 22:38:06 تم النشر ب-8/9/2013, 22:38:06 |
Final presentations tomorrow | |
The Final presentations will take place tomorrow at 9:00 in Taub 601. Please submit the presentation through GR till 08:00. The electronically submitted presentations will be then uploaded to the presentation computer. In order to switch presentations quickly (and save our and your time), only electronically submitted presentations will be allowed. The presentation computer will have Windows 7, PPT 2007, Acrobat reader, and will have an Internet connection if needed. For case of unexpected problems, please bring a backup of your presentation with you (e.g., on a disk on key, or your laptop). Time: Max 20 minutes for each group (including Q&A). Attendance is mandatory. Shana Tova, Eli PS The group that did not submit the ***final report*** yet is kindly asked to do that NOW. Otherwise, I will not be able to prepare for their presentation. |
פורסם ב-8/9/2013, 14:01:54 Created on 8/9/2013, 14:01:54 Создано8/9/2013, 14:01:54 تم النشر ب-8/9/2013, 14:01:54 |
final report | |
Postponed once more by one more day, due to many requests. All reports must be submitted through GR - email submissions will not be accepted. Shana Tova! |
עדכון אחרון ב-4/9/2013, 04:07:41 Last updated on 4/9/2013, 04:07:41 Последняя модификация4/9/2013, 04:07:41 تمت الحتلنة الأخيرة ب-4/9/2013, 04:07:41 |
Reminder | |
Some groups did not yet submit the final report to GR. Please do it TODAY! No exceptions will be accepted. Eli |
פורסם ב-3/9/2013, 12:05:32 Created on 3/9/2013, 12:05:32 Создано3/9/2013, 12:05:32 تم النشر ب-3/9/2013, 12:05:32 |
הגשת דו"ח סופי והצגת מצגת סיום | |
אני מבקש להזכירכם שבתחילת שבוע הבא יש להגיש את הדו"ח הסופי (כהגשה אלקטרונית ב- GR). ביום שני בשבוע שאח"כ, 9/9/2013 , יתקיים מפגש הסיום. את המצגות גם יש להגיש כהגשה אלקטורונית עד 08:00 בבוקר באותו יום. בברכת שנה טובה אלי |
פורסם ב-29/8/2013, 17:37:58 Created on 29/8/2013, 17:37:58 Создано29/8/2013, 17:37:58 تم النشر ب-29/8/2013, 17:37:58 |
mid-semester presentations | |
The mid-term presentations will take place on Tomorrow at 09:00 at Taub 601. Please submit your presentations till Monday morning at 08:00 through GR electronic submission. The electronically submitted presentations will be then uploaded to the presentation computer. In order to switch presentations quickly (and save our and your time), only electronically submitted presentations will be allowed. The presentation computer will have Windows 7, PPT 2007, Acrobat reader, and will have an Internet connection if needed. For case of unexpected problems, please bring a backup of your presentation with you (e.g., on a disk on key, or your laptop). Time: Max 15 minutes for each group. Attendance is mandatory. |
פורסם ב-12/5/2013, 10:03:01 Created on 12/5/2013, 10:03:01 Создано12/5/2013, 10:03:01 تم النشر ب-12/5/2013, 10:03:01 |
Midterm presentations postposed | |
The midterm presentations supposed to be next Monday (22/4) are postposed. A new date will be published at a later time. |
פורסם ב-15/4/2013, 10:33:37 Created on 15/4/2013, 10:33:37 Создано15/4/2013, 10:33:37 تم النشر ب-15/4/2013, 10:33:37 |
welcome / initial report submission / new projects | |
The electronic submission site is now open to submit initial reports. Sorry for being late on this. Please submit your initial reports through the site - sending by mail to the advisor is not enough. We also add two new possible projects to be supervised by Dr. Gabi Nakibly. Details below. If you wish to make these projects, please contact him ASAP, and submit your initial report till Sunday. Deadline for submission of all initial reports: Sunday 24/3/2013. Chag Sameach. --- Permanent Client Identification --------------------------------------------- Today, there are several ways for a web server to identify a client that accesses its web site. The most common way is by HTTP cookies. The problem is that most of these ways relay on the software configuration of the client, and can be deleted. In this project the students shall research and implement new ways for the web server to be able to identify a client machine solely based on software independent features. The given identity for each client should be the same over time and should be distinct between different clients. The project stages: 1) Explore techniques to fingerprint a client machine using solely HTML5 and JavaScript. 2) Implement the techniques. 3) Experiment with different client machine to show the techniques’ validity. Agent-less IPv4 source spoofing ---------------------------------------------- A well known vehicle for network attacks is IP source spoofing. This means that the attacker send IP packets with false source addresses which are not its own. One of the primary migrations for IP source spoofing is for the ISPs to employ egress filtering. This means that the ISP will drop outbound IP packets that have an IP source addresses that does not belong to the ISP IP range (see RFC3013). The problem is that not all of the ISPs exercise this practice. A simple way to monitor which ISPs exercise this practice is to install a special software - an agent - on computers connected to the monitored ISPs that originate IP packets with false source address to a central server. The server logs which packets arrived from which ISPs. In this project the students will explore ways to monitor ISPs without having to install special agents on clients of those ISPs. This can be done for example by utilizing IPv6 transitions technologies that translates or tunnels between IPv6 packets to IPv4 packets. One technology is NAT64 (see RFC6145) and the other is tunnel technologies (see http://en.wikipedia.org/wiki/4in6). The Project stages: 1) Understand IPv6 basics and IPv6 transition technologies (specificaly the address fields and transitions)2) Device ways to use IPv6 transition technologies to remotely send spoofed IPv4 packets. 3) Find open servers that deploy this transition. 4) Conduct a survey of filtering policy of the ISPs connected to the above servers. |
פורסם ב-19/3/2013, 08:30:39 Created on 19/3/2013, 08:30:39 Создано19/3/2013, 08:30:39 تم النشر ب-19/3/2013, 08:30:39 |