Skip to content

Commit 69b98e9

Browse files
committed
adding security resource
1 parent cedec41 commit 69b98e9

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3542,6 +3542,11 @@ <h2>Security resources</h2>
35423542
by browsers based on the <a href="http://tools.ietf.org/html/rfc2818">RFC 2818</a>
35433543
specification.</p>
35443544
</li>
3545+
<li>
3546+
<p><a href="http://getprismatic.com/story/1409447605839">An in-depth analysis of SSH attacks on Amazon EC2</a>
3547+
shows how important it is to secure your web servers, especially when they are
3548+
hosted in IP address ranges that are commonly scanned by malicious actors.</p>
3549+
</li>
35453550
</ul>
35463551
<h2>Web security learning checklist</h2>
35473552
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-09-21T09:55:42Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-09-22T07:16:35Z</updated></feed>

source/content/pages/10-security/1001-web-security.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ securing Linux distributions.
7575
by browsers based on the [RFC 2818](http://tools.ietf.org/html/rfc2818)
7676
specification.
7777

78+
* [An in-depth analysis of SSH attacks on Amazon EC2](http://getprismatic.com/story/1409447605839)
79+
shows how important it is to secure your web servers, especially when they are
80+
hosted in IP address ranges that are commonly scanned by malicious actors.
81+
7882

7983
## Web security learning checklist
8084
<i class="fa fa-check-square-o"></i>

web-application-security.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ <h2>Security resources</h2>
113113
by browsers based on the <a href="http://tools.ietf.org/html/rfc2818">RFC 2818</a>
114114
specification.</p>
115115
</li>
116+
<li>
117+
<p><a href="http://getprismatic.com/story/1409447605839">An in-depth analysis of SSH attacks on Amazon EC2</a>
118+
shows how important it is to secure your web servers, especially when they are
119+
hosted in IP address ranges that are commonly scanned by malicious actors.</p>
120+
</li>
116121
</ul>
117122
<h2>Web security learning checklist</h2>
118123
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)