-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfaq.html
82 lines (78 loc) · 7.54 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Blockade by 9b+</title>
<link rel="stylesheet" href="/assets/css/style.css?v=22de4d21d950689343a7ad9ace7bc40371f32b2c">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-89853823-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<a href="https://github.com/blockadeio/chrome_extension"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<div class="wrapper">
<header>
<a href="/"><img src="/assets/img/blockade.png" width="25%"></a>
<p></p>
<h1>Blockade</h1>
<p>Blockade brings antivirus-like capabilities to users who run <a href="https://github.com/blockadeio/chrome_extension">Chrome</a> and <a href="https://github.com/blockadeio/firefox_extension">Firefox</a> browsers. Built as an extension, Blockade blocks malicious resources from being viewed or loaded inside of the browser.</p>
<a class="github-button" href="https://github.com/blockadeio/chrome_extension/archive/master.zip" data-icon="octicon-cloud-download" data-style="mega" aria-label="Download 9b/blockade on GitHub">Download</a>
<a class="github-button" href="https://github.com/blockadeio/chrome_extension" data-icon="octicon-star" data-style="mega" data-count-href="/9b/blockade/stargazers" data-count-api="/repos/9b/blockade#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star 9b/blockade on GitHub">Star</a>
<a class="github-button" href="https://github.com/blockadeio/chrome_extension/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/9b/blockade/network" data-count-api="/repos/9b/blockade#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork 9b/blockade on GitHub">Fork</a>
<p></p>
<h2>Blockade Suite</h2>
<p>The <strong><a href="https://github.com/blockadeio/cloud_node">Blockade Cloud Node</a></strong> lets you or anyone else host their own indicator source.</p>
<p>The <strong><a href="https://github.com/blockadeio/analyst_toolbench">Blockade Analyst Toolbench</a></strong> is a simple command line tool to speed up indicator submissions Blockade cloud nodes.</p>
<h2>Support</h2>
<p>For bugs and other problems, please file a message in the repositories <a href="https://github.com/blockadeio/chrome_extension/issues">issues</a> area. For private questions or comments, contact Brandon at [email protected] or find us on social media.</p>
<a href="https://blockade-io.slack.com" target="_blank"><img src="https://simpleicons.org/icons/slack.svg" width="25"></a>
<a href="https://plus.google.com/110664280382964770977" target="_blank"><img src="https://simpleicons.org/icons/googleplus.svg" width="25"></a>
<a href="https://www.facebook.com/blockade.io/" target="_blank"><img src="https://simpleicons.org/icons/facebook.svg" width="25"></a>
<a href="https://twitter.com/blockadeio" target="_blank"><img src="https://simpleicons.org/icons/twitter.svg" width="25"></a>
</header>
<section>
<p><strong>Why a browse extension?</strong></p>
<p>Browser extensions provide full visibility into the attack surface without requiring the user to change their natural processes. If we can detect and prevent attacks using analyst intelligence without changing human behavior, then we are one step closer to a less compromised world.</p>
<p><strong>Will Blockade stop all attacks?</strong></p>
<p>Unfortunately, no. Blockade is as good as its intelligence and will never be perfect. However, it’s a good first-start.</p>
<p><strong>What happens when an attack is found?</strong></p>
<p>If Blockade detects a malicious website, it will automatically redirect the request to a <a href="https://raw.githubusercontent.com/blockadeio/chrome_extension/master/screenshots/blockade-warning-page.png">local warning page</a> with additional context about the hack. This process happens before any web traffic leaves the browser, so you can be sure you never accidentally visit the malicious content.</p>
<p><strong>What data does Blockade collect?</strong></p>
<p>Blockade is built with privacy in mind and only collects data when an attack has been identified. Data about the web request and browser are sent to the cloud node for processing. This data is processed by an analyst in order to try and identify more attacks.</p>
<p><strong>Can I host my own cloud node?</strong></p>
<p>Yes! We have an opensource Python-based server you can use to host your own cloud node. Click <a href="https://github.com/blockadeio/cloud_node">here</a> access to the code and instructions.</p>
<p><strong>How does Blockade inspect my browser?</strong></p>
<p>Great question. Browsers provides developers with special access to certain parts of the browser through APIs. Blockade uses a web request API in order to inspect all requests the browser is making <i>before</i> any data is transmitted. You can read more about our architecture <a href="https://www.blockade.io/architecture.html">here</a>.</p>
<p><strong>How do I contribute to a cloud node?</strong></p>
<p>You can either set up your own cloud node, or link up with analysts who already have one. You will need to be approved by the administrators of the node to contribute. Once that's out of the way, you can use our <a href="https://github.com/blockadeio/analyst_toolbench">analyst toolbench</a> to send in indicators.</p>
<p><strong>Can I keep my indicators private?</strong></p>
<p>Yes and no. Any indicator sent to a Blockade cloud server must be hashed by the user (our toolbench handles all this). We do this in part to simplify the storage process, but also ensure that your indicators aren't known by others, even the browsers where they are deployed.</p>
<p><strong>Can I help with the project?</strong></p>
<p>Absolutely! If you have ideas, suggestions or want to work with the maintainers, just send us a message or file an issue!</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/9b">9b</a></p>
</footer>
</div>
<script src="/assets/js/scale.fix.js"></script>
</body>
</html>