<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Web Security Causes and Affects by Thomas Bird</title>
      <link>https://padlet.com/txmbxrd/hfsjworobv9t</link>
      <description>Unit 28 P3</description>
      <language>en-us</language>
      <pubDate>2019-04-26 08:27:16 UTC</pubDate>
      <lastBuildDate>2019-04-26 10:33:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>WhyYouComingFast</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377321</link>
         <description><![CDATA[<div>Ransomware is a malware which threatens the victim and stops them from accessing their data or even steal it. The malware wants you to pay for your data back.<br>It happens commonly by email with attachments to download which then infects the computer and takes over therefore allowing the attacker to control the computer.<br>Another way could be criminal software so you won't have to send emails to get access.<br>The ransomware can only be decrypted with the key the attackers has so they would ask for an untraceable bitcoin. <br>Ransomware could happen to anyone but most likely people who pay fast or businesses.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:30:40 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377321</guid>
      </item>
      <item>
         <title>Definition </title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377397</link>
         <description><![CDATA[<div>"A data breach is a security incident in which sensitive, protected or confidential data is copied, transmitted, viewed, stolen or used by an individual unauthorized to do so."</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:31:09 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377397</guid>
      </item>
      <item>
         <title>What is an Injection Flaw?</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377504</link>
         <description><![CDATA[<div>Injection flaws are a class of security vulnerability that allows a user to “break out” of the web application context. If your web application takes user input and inserts that user input into a back-end database, shell command, or operating system call, your application may be susceptible to an injection flaw. <br><br>A user exploits this by breaking out the intended "context" and appends additional and often unintended functionality. By allows injection flaws in your application you are allowing an attacker to create, read, update or delete and arbitrary data available to the application.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:31:47 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377504</guid>
      </item>
      <item>
         <title>Examples</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377688</link>
         <description><![CDATA[<div>There are many types of injection flaws. The most common being SQL injection. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:32:43 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377688</guid>
      </item>
      <item>
         <title>Examples</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377708</link>
         <description><![CDATA[<ul><li>loss or theft of hard copy notes, USB drives, computers or mobile devices</li><li>an unauthorised person gaining access to your laptop, email account or computer network</li><li>sending an email with personal data to the wrong person</li><li>a bulk email using 'to' or 'cc', but where 'bcc' (blind carbon-copy) should have been used</li><li>a disgruntled employee copying a list of contacts for their personal use</li><li>a break-in at the office where personnel files are kept in unlocked storage</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:32:50 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377708</guid>
      </item>
      <item>
         <title></title>
         <author>sta16000148</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377771</link>
         <description><![CDATA[<div>Cross site scripting is a security flaw that exists because of how web browsers treat their information, such as cookies.<br>it involves injecting malicious code in a website, and using the websites permission to access information.<br>XSS requires a vector of attack such as an injection flaw, to add the malicious code to the website.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:33:14 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377771</guid>
      </item>
      <item>
         <title>How Do You Protect Yourself</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377844</link>
         <description><![CDATA[<ul><li>Create complex passwords. </li><li>Watch for fraud.</li><li>Guard against identity theft. </li><li>Set up account alerts. </li><li>Anti-malware software</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:33:39 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354377844</guid>
      </item>
      <item>
         <title>Variants of Cross Site Scripting </title>
         <author>benjamin_curtis8</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378239</link>
         <description><![CDATA[<div>There are multiple variants of cross site scripting meaning there is no single standardised classification. The primary variants are persistent and non-persistent.<br><br><strong>Non-persistent (reflected):</strong><br>Example of a non-persistent XSS flaw<br>Non-persistent XSS vulnerabilities in Google could allow malicious sites to attack Google users who visit them while logged in.<br>The non-persistent (or reflected) cross-site scripting vulnerability is by far the most basic type of web vulnerability. These holes show up when the data provided by a web client, most commonly in HTTP query parameters (e.g. HTML form submission), is used immediately by server-side scripts to parse and display a page of results for and to that user, without properly sanitizing the content.<br><br>Because HTML documents have a flat, serial structure that mixes control statements, formatting, and the actual content, any non-validated user-supplied data included in the resulting page without proper HTML encoding, may lead to markup injection. A classic example of a potential vector is a site search engine: if one searches for a string, the search string will typically be redisplayed verbatim on the result page to indicate what was searched for. If this response does not properly escape or reject HTML control characters, a cross-site scripting flaw will ensue.<br><br>A reflected attack is typically delivered via email or a neutral web site. The bait is an innocent-looking URL, pointing to a trusted site but containing the XSS vector. If the trusted site is vulnerable to the vector, clicking the link can cause the victim's browser to execute the injected script.<br><br><strong>Persistent (or stored):</strong><br>Example of a persistent XSS flaw<br>A persistent cross-zone scripting vulnerability coupled with a computer worm allowed execution of arbitrary code and listing of filesystem contents via a QuickTime movie on MySpace.<br>The persistent (or stored) XSS vulnerability is a more devastating variant of a cross-site scripting flaw: it occurs when the data provided by the attacker is saved by the server, and then permanently displayed on "normal" pages returned to other users in the course of regular browsing, without proper HTML escaping. A classic example of this is with online message boards where users are allowed to post HTML formatted messages for other users to read.<br><br>For example, suppose there is a dating website where members scan the profiles of other members to see if they look interesting. For privacy reasons, this site hides everybody's real name and email. These are kept secret on the server. The only time a member's real name and email are in the browser is when the member is signed in, and they can't see anyone else's.<br><br>Suppose that Mallory, an attacker, joins the site and wants to figure out the real names of the people she sees on the site. To do so, she writes a script designed to run from other users' browsers when they visit her profile. The script then sends a quick message to her own server, which collects this information.<br><br>To do this, for the question "Describe your Ideal First Date", Mallory gives a short answer (to appear normal) but the text at the end of her answer is her script to steal names and emails. If the script is enclosed inside a &lt;script&gt; element, it won't be shown on the screen. Then suppose that Bob, a member of the dating site, reaches Mallory's profile, which has her answer to the First Date question. Her script is run automatically by the browser and steals a copy of Bob's real name and email directly from his own machine.<br><br>Persistent XSS vulnerabilities can be more significant than other types because an attacker's malicious script is rendered automatically, without the need to individually target victims or lure them to a third-party website. Particularly in the case of social networking sites, the code would be further designed to self-propagate across accounts, creating a type of client-side worm.<br><br>The methods of injection can vary a great deal; in some cases, the attacker may not even need to directly interact with the web functionality itself to exploit such a hole. Any data received by the web application (via email, system logs, IM etc.) that can be controlled by an attacker could become an injection vector.<br><br><strong>Server-side versus DOM-based vulnerabilities:</strong><br>Example of a DOM-based XSS flaw<br>Before the bug was resolved, Bugzilla error pages were open to DOM-based XSS attacks in which arbitrary HTML and scripts could be injected using forced error messages.<br>Historically XSS vulnerabilities were first found in applications that performed all data processing on the server side. User input (including an XSS vector) would be sent to the server, and then sent back to the user as a web page. The need for an improved user experience resulted in the popularity of applications that had a majority of the presentation logic (maybe written in JavaScript) working on the client-side that pulled data, on-demand, from the server using AJAX.<br><br>As the JavaScript code was also processing user input and rendering it in the web page content, a new sub-class of reflected XSS attacks started to appear that was called DOM-based cross-site scripting. In a DOM-based XSS attack, the malicious data does not touch the web server. Rather, it is being reflected by the JavaScript code, fully on the client side.<br><br>An example of a DOM-based XSS vulnerability is the bug found in 2011 in a number of jQuery plugins. Prevention strategies for DOM-based XSS attacks include very similar measures to traditional XSS prevention strategies but implemented in JavaScript code and contained in web pages (i.e. input validation and escaping). Some JavaScript frameworks have built-in countermeasures against this and other types of attack — for example, Angular.js.<br><br><strong>Self-XSS:</strong><br>Self-XSS is a form of XSS vulnerability which relies on Social Engineering in order to trick the victim into executing malicious JavaScript code into their browser. Although it is technically not a true XSS vulnerability due to the fact it relies on socially engineering a user into executing code rather than a flaw in the affected website allowing an attacker to do so, it still poses the same risks as a regular XSS vulnerability if properly executed.<br><br><strong>Mutated XSS (mXSS):</strong><br>Mutated XSS happens when the attacker injects something that is seemingly safe but rewritten and modified by the browser while parsing the markup. This makes it extremely hard to detect or sanitize within the websites application logic. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters on parameters to CSS font-family.<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:35:53 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378239</guid>
      </item>
      <item>
         <title>Famous data breaches</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378294</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://betanews.com/wp-content/uploads/2014/07/TSC-infographic_Gray_640.jpg" />
         <pubDate>2019-04-26 08:36:14 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378294</guid>
      </item>
      <item>
         <title>How to prevent Injection Flaws</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378352</link>
         <description><![CDATA[<div>Before calling an external function, verify that the data is what you expect. This is referred to as validation. For instance, if you expect your function to be passed a string that contains a user’s first name, should it contain any special characters? (John) is a valid name. But, (J&lt;o&gt;hn) isn’t. Both user names need to be ran through a validation function and in order for the web application to determine whether the data is what the developer expects. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:36:32 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378352</guid>
      </item>
      <item>
         <title>SQL Injection</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378651</link>
         <description><![CDATA[<ul><li>SQL injection is a code injection technique that might destroy your database.</li><li>SQL injection is one of the most common web hacking techniques.</li><li>SQL injection is the placement of malicious code in SQL statements, via web page input.</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 08:38:19 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354378651</guid>
      </item>
      <item>
         <title>Different types of Malware</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354384603</link>
         <description><![CDATA[<ul><li>Worm -  Worms are often disguised as attachments, or hidden inside attachments. When an infected attachment is opened, the worm is installed. Once a worm is on your computer, it can spread in a variety of ways, such as emailing itself to an address in your address book or searching your hard drive for email addresses. </li><li>Trojan -  They are a form of malware disguised as useful programs, or hidden inside of useful programs. Trojans are usually installed on people’s computers through trickery. A person receives a file or attachment, thinks it is legitimate, and downloads or installs it. Then, in the dark of night (or in broad daylight) the Trojan springs into action, deleting files, destroying information, and/or allowing outsiders to gain access and control the computer. Trojans do not reproduce or infect other files, and they do not replicate themselves. </li><li>Spyware -  This type of malware includes any type of program that spies on a person’s computer activities. <strong>Spyware</strong> may gather personal information such as usernames, passwords, or account numbers. It may track which websites you visit and what emails you write and receive. Spyware is usually installed unknowingly along with a product that was deliberately installed. </li><li>Viruses -  Viruses pass from one computer to another, much like biological viruses pass from one person to another. Computer viruses cannot reproduce on their own; like biological viruses, they need a host (i.e., a program or document) to do so. Viruses must be actively launched in order to cause trouble. </li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:07:48 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354384603</guid>
      </item>
      <item>
         <title>Identity Theft</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354384935</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:09:33 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354384935</guid>
      </item>
      <item>
         <title>What is Phishing</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354384989</link>
         <description><![CDATA[<div>"the fraudulent practice of sending emails purporting to be from reputable companies in order to induce individuals to reveal personal information, such as passwords and credit card numbers."</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:09:47 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354384989</guid>
      </item>
      <item>
         <title>Some Examples of famous scams</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385114</link>
         <description><![CDATA[<div>Scammers sometimes send out emails that say "you have won the lottery" this is jjust a way for them to steal your personal info like name age address credit card info etc.<br>the "Nigerien scam" where someone stating that they are a Nigerian prince who has a large amount of money frozen in an account somewhere which they can give you a large amount of if you just give them some money to unfreeze the account </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:10:28 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385114</guid>
      </item>
      <item>
         <title>When was the first virus written?</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385765</link>
         <description><![CDATA[<div>Elk Cloner, written in 1982 by then-15-year-old Rich Skrenta of Pittsburgh, was a boot-sector virus designed to infect Apply II computers and was the first to be detected in the wild.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:13:29 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385765</guid>
      </item>
      <item>
         <title>Famous viruses</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385817</link>
         <description><![CDATA[<ul><li>ILOVEYOU - What it did was use social engineering to get people to click on the attachment; in this case, a love confession. The attachment was actually a script that poses as a TXT file, due to Windows at the time hiding the actual extension of the file. Once clicked, it will send itself to everyone in the user’s mailing list and proceed to overwrite files with itself, making the computer unbootable.</li><li>Code Red -  The worm targeted computers with Microsoft IIS web server installed, exploiting a buffer overflow problem in the system. It leaves very little trace on the hard disk as it is able to run entirely on memory, with a size of 3,569 bytes. Once infected, it will proceed to make a hundred copies of itself but due to a bug in the programming, it will duplicate even more and ends up eating a lot of the systems resources. </li><li>Melissa -  It started as an infected Word document that was posted up on the alt.sex usenet group, claiming to be a list of passwords for pornographic sites. This got people curious and when it was downloaded and opened, it would trigger the macro inside and unleash its payload. The virus will mail itself to the top 50 people in the user’s email address book and this caused an increase of email traffic, disrupting the email services of governments and corporations. It also sometimes corrupted documents by inserting a Simpsons reference into them. </li><li>Sasser -  it was created by computer science student Sven Jaschan, who also created the Netsky worm. While the payload itself may be seen as simply annoying (it slows down and crashes the computer, while making it hard to reset without cutting the power), t<strong>he effects were incredibly disruptive, with millions of computers being infected, and important, critical infrastructure affected</strong>. The worm took advantage of a buffer overflow vulnerability in Local Security Authority Subsystem Service (LSASS), which controls the security policy of local accounts causing crashes to the computer. It will also use the system resources to propagate itself to other machines through the Internet and infect others automatically. </li><li>Zeus -  Zeus is a Trojan horse made to infect Windows computers so that it will perform various criminal tasks. The most common of these tasks are usually man-in-the-browser keylogging and form grabbing. The majority of computers were infected either through drive-by downloads or phishing scams.  It managed to compromise thousands of FTP accounts and computers from large multinational corporations and banks such as Amazon, Oracle, Bank of America, Cisco, etc. Controllers of the Zeus botnet used it to steal the login credentials of social network, email and banking accounts. </li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:13:42 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385817</guid>
      </item>
      <item>
         <title>What Is Identity Theft</title>
         <author>benjamin_curtis8</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385818</link>
         <description><![CDATA[<div>Identity theft online is mostly referred to as "Phishing" (or targeted attempts as spear phishing)<br>Phishing is a social engineering tactic designed to fool a victim into thinking the attacker is a trusted party, like a bank or company, that has request user details. Most of the time there is a sense of urgency to instill panic in the victim and have a higher chance of them responding.<br><br>The issue with Phishing is that the attempts are very broad and are easy to pick out, so this tactic unfortunately preys on the elderly or technically illiterate.<br><br>The lesser-known and more dangerous variant of Phishing is Spear Phishing, which is a targeted attack on a user or group of users that have a connection with one another (Like employees)<br>This is more dangerous than regular Phishing because the attacker can use information specific to an individual that may increase the perceived credibility of the attacker.<br><br>A famous example is the WannaCry ransomware. While it is ransomware in itself, the method of distribution was a form of Phishing, received via email with the attacker trying to fool victims into downloading the program.<br><br>Identity theft is the crime of impersonating someone else, mostly using stolen information or documents to falsely validate their claim.<br><br>A bad actor with your details can spend money on your behalf, impersonate you when talking to others and could possibly recover accounts by posing as you as if you had lost your password. These are the affects of identity fraud. This is as the fraudster gains a financial advantage over your loss. This is done through the use of obtaining credit or debit card information in the other parties name.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:13:43 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354385818</guid>
      </item>
      <item>
         <title>What is Identity theft</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354386378</link>
         <description><![CDATA[<div>Identity theft is the deliberate use of someone else's identity, usually as a method to gain a financial advantage or obtain credit and other benefits in the other person's name, and perhaps to the other person's disadvantage or loss.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:16:55 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354386378</guid>
      </item>
      <item>
         <title>What is Identity fraud</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354386519</link>
         <description><![CDATA[<div>Identity fraud is the use by one person of another person's personal information, without authorization, to commit a crime or to deceive or defraud that other person or a third person</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:17:46 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354386519</guid>
      </item>
      <item>
         <title>What can a fraudster do with your details</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354386657</link>
         <description><![CDATA[<div>If they have your card details they can buy practically anything. if they have your account details they can use the certain account without you knowing to which they might beadle to get more information or just use the subscription you have paid for but they haven't</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:18:35 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354386657</guid>
      </item>
      <item>
         <title>What is a key-logger</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354387488</link>
         <description><![CDATA[<div>A computer program that records every keystroke made by a computer user, especially in order to gain fraudulent access to passwords and other confidential information.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:23:00 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354387488</guid>
      </item>
      <item>
         <title>What is a polymorphic virus</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354387633</link>
         <description><![CDATA[<div>A polymorphic virus is a complicated computer virus that affects data types and functions. It is a self-encrypted virus designed to avoid detection by a scanner. Upon infection, the polymorphic virus duplicates itself by creating usable, albeit slightly modified, copies of itself. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 09:23:47 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354387633</guid>
      </item>
      <item>
         <title>Passwords</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396399</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:20:08 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396399</guid>
      </item>
      <item>
         <title>Most common passwords</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396430</link>
         <description><![CDATA[<ol><li>123456</li><li>123456789</li><li>qwerty</li><li>password</li><li>111111</li><li>12345678</li><li>abc123</li><li>1234567</li><li>password1</li><li>12345</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:20:17 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396430</guid>
      </item>
      <item>
         <title>Firewalls</title>
         <author>harrysturman5</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396497</link>
         <description><![CDATA[<div><strong>Examples of firewall services:<br></strong>- Tinywall<br>- Anti NetCut3<br>- PeerBlock<br><br><strong>Types of firewalls:<br></strong>- Proxy firewall<br>- Stateful inspection firewall<br>- Unified threat management (UTM)<br>- Next-generation firewall (NGFW)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:20:44 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396497</guid>
      </item>
      <item>
         <title>Passwords</title>
         <author>benjamin_curtis8</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396657</link>
         <description><![CDATA[<div>A password is a string of characters used to verify the identity of a user during the authentication process. Passwords are typically used in conjuncture with a username; they are designed to be known only to the user and allow that user to gain access to a device, application or website.<br><br>Creating a secure password<br>Many organizations set password policies so employees create strong passwords and use best practices for their login credentials. Some of the best practices for password requirements include:<br><br>A minimum length of eight characters with a limit of anywhere from 16 to 64 characters or possibly even higher;<br>-The inclusion of both uppercase and lowercase letters with case sensitivity;<br>-The use of at least one number; and<br>-The use of at least one special character.<br><br>Policies should prohibit certain characteristics in weak passwords. For instance, any recognizable personal information -- such as birth dates, names of children, or favorite sports teams -- should not be part of a password, as well as any words or phrases that are on a password blacklist. Password blacklists are lists of passwords that are too easily cracked and thus are not secure enough to use. Common offenders that wind up on blacklists include "123456", "password", "football", "qwerty" and so on.<br><br>The use of passwords in computing dates back to 1961 when the Massachusetts Institute of Technology introduced the Compatible Time-Sharing System or CTSS. The CTSS was one of the first time-sharing operating systems and had a LOGIN command that required a user password.<br><br>In the 1970's Robert Morris, the cryptographer who famously created the Robert Morris worm, built a system for storing hashed passwords as a part of UNIX operating systems. This early form of encryption translated passwords into numeric values.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:21:58 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396657</guid>
      </item>
      <item>
         <title>SSL (Secure Socket Layer)</title>
         <author>benjamin_curtis8</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396677</link>
         <description><![CDATA[<div>SSL Provides secure end to end encryption to connections between a host web server and a client. This means that attackers that try to intercept communications only get encrypted data they cannot decrypt with ease. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:22:06 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396677</guid>
      </item>
      <item>
         <title>Firewalls</title>
         <author>benjamin_curtis8</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396697</link>
         <description><![CDATA[<div>A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. This means that it helps to prevent malicious content from being able to access the system and subsequently harm the system.<br><br>There are two main forms of Firewalls which are network firewalls or host-based firewalls. Network firewalls filter traffic between two or more networks and run on network hardware. Host-based firewalls run on host computers and control network traffic in and out of those machines. <br><br><strong>Types of Firewalls</strong><br>Packet-filtering firewalls<br>Stateful inspection firewalls<br>Circuit-level gateways<br>Application-level gateways (a.k.a. proxy firewalls)<br>Next-gen firewalls <br><br>port 80 - internet<br>port 25 - email , close unused ports<br><br><strong>Next gen Firewalls</strong><br>A next-generation firewall is a part of the third generation of firewall technology, combining a traditional firewall with other network device filtering functionalities, such as an application firewall using in-line deep packet inspection, an intrusion prevention system. <br><br><strong>Packet filtering firewalls<br></strong>Packet filtering fire walls monitoring outgoing and incoming packets and allowing them to pass or halt based on the source and destination Internet Protocol (IP) addresses, protocols and ports. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:22:15 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396697</guid>
      </item>
      <item>
         <title>.</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396950</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:23:56 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396950</guid>
      </item>
      <item>
         <title>.</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396953</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:23:59 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396953</guid>
      </item>
      <item>
         <title>FSA</title>
         <author>txmbxrd</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396998</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:24:15 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354396998</guid>
      </item>
      <item>
         <title>Report James</title>
         <author>WhyYouComingFast</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397154</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:25:18 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397154</guid>
      </item>
      <item>
         <title>.</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397177</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:25:30 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397177</guid>
      </item>
      <item>
         <title>.</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397187</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:25:34 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397187</guid>
      </item>
      <item>
         <title>.</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397192</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:25:35 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397192</guid>
      </item>
      <item>
         <title>alex stop with the .&#39;s</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397365</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:26:49 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397365</guid>
      </item>
      <item>
         <title></title>
         <author>WhyYouComingFast</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397480</link>
         <description><![CDATA[<div>Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. A firewall typically establishes a barrier between a trusted internal network and untrusted external network, such as the Internet.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:27:39 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397480</guid>
      </item>
      <item>
         <title>Passwords are...</title>
         <author>james_herne</author>
         <link>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397536</link>
         <description><![CDATA[<div>they are strings of letter and or numbers/symbols that are entered into something to gain access to said thing</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-26 10:28:04 UTC</pubDate>
         <guid>https://padlet.com/txmbxrd/hfsjworobv9t/wish/354397536</guid>
      </item>
   </channel>
</rss>
