Skip to content

Commit

Permalink
Finish 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Jun 1, 2022
2 parents 58caa8d + b2161ec commit 9f92f92
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The Polarity urlscan integration will lookup domains, sha256 hashes, IPv4 and IP
To learn more about urlscan, please visit: https://urlscan.io/about/


| ![image](images/overlay.png) |
|---|
|*urlscan.io example* |
| ![image](images/overlay.png) | ![image](images/overlay-malicious.png) |
|---|---|
|*non-malicious domain example* | *malicious domain example*|

## Integration Overview

Expand All @@ -28,6 +28,10 @@ If there are no search results, this allows you to choose to submit the url for

If checked, only indicators flagged as malicious will be returned

### Search Tasked URLs and Domains

If checked, the integration will search tasked URLs and Domains in addition to the primary domain (defaults to true).

### Ignored List

This is an alternate option that can be used to specify domains or IPs that you do not want sent to urlscan. The data must specify the entire IP or domain to be blocked (e.g., www.google.com is treated differently than google.com).
Expand Down
Binary file added images/overlay-malicious.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "urlscan",
"version": "3.6.0",
"version": "3.6.1",
"private": true,
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 9f92f92

Please sign in to comment.