Skip to content

aviadshiber/FileType-Validator-ChromeExt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

CheckPoint Interview assignment

The task is to create a security system that prevents users from downloading executable files in Chrome browser.

Your system will monitor each file downloaded in Chrome and use a cloud service to determine the downloaded file type.

You are required to design and code all the parts of this system:

  • A Chrome extension for monitoring and allowing/blocking file downloads
  • An AWS cloud service for file magic verification
  • An API between the extension and the cloud service

About

CheckPoint Interview assignment [Accepted]

Topics

Resources

Stars

Watchers

Forks