Skip to content

oleksandr-dukhovnyy/phishing-stat-explorer

Repository files navigation

Phishing stat explorer

Here is an interface built on top of the Phishstats API.
This application facilitates searching the Phishstats phishing incidents database.
You can input various details, such as the IP or URL of a resource, to retrieve relevant information. For instance, the data includes details like the country, region, city, latitude, longitude, ASN (Autonomous System Number), ISP (Internet Service Provider), and more associated with the specified resource.
Explore and analyze phishing incidents with ease using this application.

Project Setup

git clone <repo>

cd ./phishing-detector

npm ci

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint