chainpatrol.io Open in urlscan Pro
2606:4700:20::ac43:46be  Public Scan

Submitted URL: http://chainpatrol.io/
Effective URL: https://chainpatrol.io/
Submission: On February 26 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

ChainPatrol



Product



Docs



Resources


Book a Demo

Sign in



Real-time Security

Protecting Web3 Communities

Respond faster to threats affecting your organization with ChainPatrol — the
security platform for the next generation of Web3 companies. Our blocklist is
integrated directly into wallets, stopping fraudulent transactions before they
happen.

Request Access


trusted by



how it works


1


REPORT



Scams targeting your organization are detected by our scanners and are turned
into Reports that are placed in your security dashboard


2


REVIEW



Our staff review all reports to make sure accidental reports and false positives
don’t make it through


3


PROTECT



Once a report is approved, we block the reported URLs and Addresses across
wallets and partnered security apps

use cases


STOP IMPERSONATION

If someone is impersonating your team via Google Ads, Discord, or Twitter, file
a report on ChainPatrol to block malicious links and users


FREEZE COMPROMISED SOCIAL ACCOUNTS

If your social media account gets hacked, file a report on ChainPatrol to
temporarily block posted links and wallet addresses until you get back in
control


PREVENT FALSE POSITIVES

Verify your domain on ChainPatrol to prevent wallets from incorrectly blocking
your site when lookalike phishing sites target your website


FOR ORGANIZATIONS

Simple workflow for organizations.
We provide you with the tools you need to take ownership over your off-chain
security.

New reports filed by your team or community members get funnelled into your
admin dashboard to review



All reports are reviewed by ChainPatrol staff to verify their validity



Approved reports update our allow/blocklist that Wallets use to determine if a
URL is malicious or not

metamask.com

Blocked



metamask.io

Allowed



blur.com

Blocked



scam-site.com

Blocked


FOR WALLETS

Easy to integrate APIs. Protect wallet users and warn them about potential scams
and compromised sites.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


// check if a URL is blocked




const checkUrl = async (url) => {

const response = await fetch(

'https://app.chainpatrol.io/api/v1/asset/check',

{ method: 'POST' },

);

const data = await response.json();

return data.status !== 'BLOCKED';

}

Call our Wallet APIs when users visit a new site or sign a transaction to make
sure the site is not blocked

🙅‍♂️ We don't store any user data from wallets!

If a site is blocked, show a warning to the wallet user, so they can make an
informed decision

This site may be trying to steal your funds!

Cancel

Proceed anyways

building a wallet?

You’re in good company! We’re integrating with many new wallets in 2023. Quickly
and easily integrate our free Allow/Blocklist API to help stop scams in your
wallet.

Learn more

View API docs


© 2023 ChainPatrol Inc. All Rights reserved