Skip to content
forked from arauner2/Lookout

We created Lookout, an interactive website where students can learn about phishing scams and upvote the ones they've seen.

Notifications You must be signed in to change notification settings

tward-3/Lookout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

TroyHack2020

We created Lookout, an interactive website where students can learn about phishing scams and upvote the ones they've seen.

Authors: Allie Rauner (@arauner2), Sage Delfino (@sagedelfino), Arturo Tepale Aguilar (@atepag), Thomas Ward (@tward-3)

Phishing is the leading cause of data breaches, accounting for around 90% of them. For a mid-size company, the average cost of a phishing attack is $1.6 million. While there are tools to prevent the delivery of phishing emails to end users at universities and organizations, phishers are constantly evolving and many emails still get through. The best way to guard against the emails that slip through is through user education.

Lookout is a platform for an IT department as well as students to submit the phishing emails that they are seeing. These emails are likely to be getting to other students on campus. When a student sees a suspicious email, they can check on Lookout to determine if it is in fact a phishing email. They can then upvote the entry to help the IT department determine how widespread certain phishing campaigns are as well as to make them more visible to students who are looking on Lookout.

Preventing against phishing attacks through user education provides a large financial benefit to businesses and universities. It can prevent the loss of funds as well as the loss of intellectual property or sensitive user data.

In the future, Lookout can be further integrated into a university's systems to make use of pre-existing authentication. This would prevent outside users from spamming Lookout's systems.

This project was generated with Angular CLI version 8.3.23. This project uses Angular Material for components. Google Firebase was used for the database.

Set Up

You will need to install node and npm. To check if you have these: run node --version and npm --version.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

We created Lookout, an interactive website where students can learn about phishing scams and upvote the ones they've seen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.1%
  • HTML 17.9%
  • JavaScript 8.1%
  • CSS 4.9%