Last active
August 31, 2020 19:03
-
-
Save joshuaaguilar20/75aab75f4cd9c782a666a5ab781e1e1c to your computer and use it in GitHub Desktop.
Presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PeopleProof Mutlilayerd Protection
--Example:
*rule to manipulate the DOM
*rule to manipluate network Request
Example DOM Rule When on proofpoint.com to change all input types to password
Example Network Rule Block foo.com
-- This extension can modify network requests without intercepting them and viewing their content, thus providing more privacy.
-- Uses MDN declarativeContent API take actions depending on the content of a page, without requiring permission to read the page's content.
Image and Content Blocking
-- by default peopleproof is able to block and replace content based on specific keywords.
-- allows for a 2ndary clientside protection decreases server cost and traffic.
Features to Add -> Desktop Capture and Send:
-- if user post to non whitelisted URI -> Desktop is Captured and Sent to Us
-- allows us to discover new threats while alerting us to possible exploits before they happen.