Skip to content

Commit

Permalink
Updates for tomorrow's lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbloomfield committed Oct 1, 2024
1 parent 8382908 commit e9b587c
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 18 deletions.
44 changes: 44 additions & 0 deletions uva/daily-announcements.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,50 @@ <h2 class="subtitle">Introduction to Cybersecurity</h2>
<h2 class="subtitle">Daily Announcements</h2>
</section>
<section>
<section id="api" class="title-slide slide level1 center">
<h1>API</h1>

<img data-src="https://imgs.xkcd.com/comics/api.png" style="border:10px solid white" title="ACCESS LIMITS: Clients may maintain connections to the server for no more than 86,400 seconds per day. If you need additional time, you may contact IERS to file a request for up to one additional second." srcset="https://imgs.xkcd.com/comics/api_2x.png 2x" class="r-stretch"><div class="r-stack">
<p><a href="https://xkcd.com/1481">xkcd # 1481</a></p>
</div>
</section>
<section id="lecture-11-tue-oct-1st" class="slide level2">
<h2>Lecture 11: Tue, Oct 1st</h2>
<ul>
<li>Office hours are underway; details on the <a href="https://canvas.its.virginia.edu/courses/136577">Canvas landing page</a>
<ul>
<li>My office hours are now Tu 1:00-2:30 and Thu 2-3 in Rice 402</li>
<li>TA office hours are Mon 1:00-2:30, Tue 2:00-3:30, Wed 1:00-2:30, Thu 2:00-3:30 &amp; 5:00-7:00</li>
<li>TA office hours room is Rice 442; you can see the TAs <a href="https://andromeda.cs.virginia.edu/ics/tas/">here</a></li>
</ul></li>
<li>Grading
<ul>
<li>Grades returned last night for HWs 1 (Rational Paranoia), 2 (Ethics), and 3 (RSA)</li>
<li>Regrades for HWs 1 &amp; 2: submit via Gradescope, but do not abuse this!</li>
<li>Regrades for auto-graded assignments, such as HW 3: chat with me in person</li>
<li>All regrades due within 1 week(ish)</li>
</ul></li>
<li>Homeworks (Gradescope opens up 72 hours before it’s due)
<ul>
<li>Due this past Sun, Sep 29th: <a href="../hws/hw-hashing-tabbed.html">HW 4: Hashing</a>; how did it go?
<ul>
<li>About hasing passwords – this got <a href="https://arstechnica.com/security/2024/09/meta-slapped-with-101-million-fine-for-storing-passwords-in-plaintext/">some press recently</a></li>
</ul></li>
<li>Due this Fri, Oct 4th: <a href="../hws/hw-networks-tabbed.html">HW 5: Networks</a></li>
<li>Next week on Thu (Oct 10) is the midterm, so no homework due next week</li>
</ul></li>
<li>Readings
<ul>
<li>Due this Thu, Oct 3rd: watch <a href="https://www.youtube.com/watch?v=wqn3gR1WTcA">Last Week Tonight with John Oliver: Data Brokers</a> (25:09 long)</li>
</ul></li>
<li>Be sure to sign the Ethics Honor Pledge; <a href="https://canvas.its.virginia.edu/courses/136577">link on the Canvas landing page</a></li>
<li>Today we will continue with <a href="../slides/web-security.html#/">web security</a>, starting on 6.11
<ul>
<li>Next up: <a href="../slides/anonymity.html#/">anonymity</a></li>
</ul></li>
</ul>
</section></section>
<section>
<section id="networking-problems" class="title-slide slide level1 center">
<h1>Networking Problems</h1>

Expand Down
31 changes: 31 additions & 0 deletions uva/daily-announcements.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@ title: "Daily Announcements"
css: daily-announcements.css
---

# API
::: {.stretch}
![](https://imgs.xkcd.com/comics/api.png){title="ACCESS LIMITS: Clients may maintain connections to the server for no more than 86,400 seconds per day. If you need additional time, you may contact IERS to file a request for up to one additional second." style='border:10px solid white' srcset="https://imgs.xkcd.com/comics/api_2x.png 2x" }
:::
::: {.r-stack}
[xkcd \# 1481](https://xkcd.com/1481)
:::

## Lecture 11: Tue, Oct 1st
- Office hours are underway; details on the [Canvas landing page](https://canvas.its.virginia.edu/courses/136577)
- My office hours are now Tu 1:00-2:30 and Thu 2-3 in Rice 402
- TA office hours are Mon 1:00-2:30, Tue 2:00-3:30, Wed 1:00-2:30, Thu 2:00-3:30 & 5:00-7:00
- TA office hours room is Rice 442; you can see the TAs [here](https://andromeda.cs.virginia.edu/ics/tas/)
- Grading
- Grades returned last night for HWs 1 (Rational Paranoia), 2 (Ethics), and 3 (RSA)
- Regrades for HWs 1 & 2: submit via Gradescope, but do not abuse this!
- Regrades for auto-graded assignments, such as HW 3: chat with me in person
- All regrades due within 1 week(ish)
- Homeworks (Gradescope opens up 72 hours before it's due)
- Due this past Sun, Sep 29th: [HW 4: Hashing](../hws/hw-hashing-tabbed.html); how did it go?
- About hasing passwords -- this got [some press recently](https://arstechnica.com/security/2024/09/meta-slapped-with-101-million-fine-for-storing-passwords-in-plaintext/)
- Due this Fri, Oct 4th: [HW 5: Networks](../hws/hw-networks-tabbed.html)
- Next week on Thu (Oct 10) is the midterm, so no homework due next week
- Readings
- Due this Thu, Oct 3rd: watch [Last Week Tonight with John Oliver: Data Brokers](https://www.youtube.com/watch?v=wqn3gR1WTcA) (25:09 long)
- Be sure to sign the Ethics Honor Pledge; [link on the Canvas landing page](https://canvas.its.virginia.edu/courses/136577)
- Today we will continue with [web security](../slides/web-security.html#/), starting on 6.11
- Next up: [anonymity](../slides/anonymity.html#/)



# Networking Problems
::: {.stretch}
![](https://imgs.xkcd.com/comics/networking_problems.png){title="LOOK, THE LATENCY FALLS EVERY TIME YOU CLAP YOUR HANDS AND SAY YOU BELIEVE" style='border:10px solid white' srcset="https://imgs.xkcd.com/comics/networking_problems_2x.png 2x" }
Expand Down
34 changes: 17 additions & 17 deletions uva/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2 id="homeworks">Homeworks</h2>
<h2 id="course-calendar">Course calendar</h2>
<table>
<thead>
<tr class="header">
<tr>
<th>Week #</th>
<th>Week of Monday</th>
<th>Lecture days</th>
Expand All @@ -93,119 +93,119 @@ <h2 id="course-calendar">Course calendar</h2>
</tr>
</thead>
<tbody>
<tr class="odd">
<tr>
<td>1</td>
<td>Aug 26</td>
<td>Tu,Th</td>
<td></td>
<td><a href="../slides/introduction.html#/">Course introduction</a>, <a href="../slides/security-mindset.html#/">The Security Mindset</a></td>
<td>Tue: finished introduction, security mindset to 4.9; Thu: finished security mindset, terminology to 4.16</td>
</tr>
<tr class="even">
<tr>
<td>2</td>
<td>Sep 2</td>
<td>Tu,Th</td>
<td>Rational Paranoia</td>
<td><a href="../slides/security-mindset.html#/">The Security Mindset</a>, <a href="../slides/terminology.html#/">Terminology</a>, <a href="../slides/ethics.html#/">Ethics</a></td>
<td>Tue: finished terminology, ethics to 7.7; Thu: finished ethics, encryption to 4.24</td>
</tr>
<tr class="odd">
<tr>
<td>3</td>
<td>Sep 9</td>
<td>Tu,Th</td>
<td>Ethics</td>
<td><a href="../slides/encryption.html#/">Encryption</a></td>
<td>Tue: encryption to 7.32; Thu: encryption to 8.8</td>
</tr>
<tr class="even">
<tr>
<td>4</td>
<td>Sep 16</td>
<td>Tu,Th</td>
<td>RSA</td>
<td><a href="../slides/encryption.html#/">Encryption</a></td>
<td>Tue: encryption to 9.22; Thu: finished encryption, networks to 3.14</td>
</tr>
<tr class="odd">
<tr>
<td>5</td>
<td>Sep 23</td>
<td>Tu,Th</td>
<td>Hashing</td>
<td><a href="../slides/networks.html#/">Networking Overview</a>, <a href="../slides/web-security.html#/">Web Security</a></td>
<td></td>
<td>Tue: finished networks, web security to 4.6; Thu: web security to 6.11</td>
</tr>
<tr class="even">
<tr>
<td>6</td>
<td>Sep 30</td>
<td>Tu,Th</td>
<td>Networks</td>
<td><a href="../slides/web-security.html#/">Web Security</a>, <a href="../slides/anonymity.html#/">Anonymity</a></td>
<td></td>
</tr>
<tr class="odd">
<tr>
<td>7</td>
<td>Oct 7</td>
<td>Tu,Th</td>
<td>(midterm week)</td>
<td><a href="../slides/sql-xss-csrf.html#/">SQL, XSS, and CSRF</a>, midterm</td>
<td></td>
</tr>
<tr class="even">
<tr>
<td>8</td>
<td>Oct 14</td>
<td>Th</td>
<td>Fuzzing</td>
<td><a href="../slides/cryptocurrency.html#/">Cryptocurrency</a></td>
<td></td>
</tr>
<tr class="odd">
<tr>
<td>9</td>
<td>Oct 21</td>
<td>Tu,Th</td>
<td>SQL/XSS/CSRF</td>
<td><a href="../slides/rootkits.html#/">Rootkits</a>, <a href="../slides/stuxnet.html#/">Stuxnet</a></td>
<td></td>
</tr>
<tr class="even">
<tr>
<td>10</td>
<td>Oct 28</td>
<td>Tu,Th</td>
<td>Cryptocurrency</td>
<td><a href="../slides/viruses.html#/">Viruses</a></td>
<td></td>
</tr>
<tr class="odd">
<tr>
<td>11</td>
<td>Nov 4</td>
<td>Th</td>
<td>Rootkits</td>
<td><a href="../slides/buffer-overflows.html#/">Buffer Overflows</a></td>
<td></td>
</tr>
<tr class="even">
<tr>
<td>12</td>
<td>Nov 11</td>
<td>Tu,Th</td>
<td>Tricky Jump</td>
<td><a href="../slides/binary-exploits.html#/">Binary Exploits</a></td>
<td></td>
</tr>
<tr class="odd">
<tr>
<td>13</td>
<td>Nov 18</td>
<td>Tu,Th</td>
<td>Buffer overflow</td>
<td>(catch-up week)</td>
<td></td>
</tr>
<tr class="even">
<tr>
<td>14</td>
<td>Nov 25</td>
<td>Tu</td>
<td>(none b/c T-day)</td>
<td><a href="../slides/vms.html#/">Virtual Machines</a>, <a href="../slides/forensics.html#/">Digital Forensics</a></td>
<td></td>
</tr>
<tr class="odd">
<tr>
<td>14</td>
<td>Dec 2</td>
<td>Tu,Th</td>
Expand Down
2 changes: 1 addition & 1 deletion uva/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Course calendar
| 2 | Sep 2 | Tu,Th | Rational Paranoia | [The Security Mindset](../slides/security-mindset.html#/), [Terminology](../slides/terminology.html#/), [Ethics](../slides/ethics.html#/) | Tue: finished terminology, ethics to 7.7; Thu: finished ethics, encryption to 4.24 |
| 3 | Sep 9 | Tu,Th | Ethics | [Encryption](../slides/encryption.html#/) | Tue: encryption to 7.32; Thu: encryption to 8.8 |
| 4 | Sep 16 | Tu,Th | RSA | [Encryption](../slides/encryption.html#/) | Tue: encryption to 9.22; Thu: finished encryption, networks to 3.14 |
| 5 | Sep 23 | Tu,Th | Hashing | [Networking Overview](../slides/networks.html#/), [Web Security](../slides/web-security.html#/) | |
| 5 | Sep 23 | Tu,Th | Hashing | [Networking Overview](../slides/networks.html#/), [Web Security](../slides/web-security.html#/) | Tue: finished networks, web security to 4.6; Thu: web security to 6.11 |
| 6 | Sep 30 | Tu,Th | Networks | [Web Security](../slides/web-security.html#/), [Anonymity](../slides/anonymity.html#/) | |
| 7 | Oct 7 | Tu,Th | (midterm week) | [SQL, XSS, and CSRF](../slides/sql-xss-csrf.html#/), midterm | |
| 8 | Oct 14 | Th | Fuzzing | [Cryptocurrency](../slides/cryptocurrency.html#/) | |
Expand Down

0 comments on commit e9b587c

Please sign in to comment.