https://github.com/ninoseki/phishing_kits_2021
A dataset of phishing kits in the wild
https://github.com/ninoseki/phishing_kits_2021
Last synced: 21 days ago
JSON representation
A dataset of phishing kits in the wild
- Host: GitHub
- URL: https://github.com/ninoseki/phishing_kits_2021
- Owner: ninoseki
- License: mit
- Created: 2021-11-06T21:04:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T06:34:59.000Z (over 3 years ago)
- Last Synced: 2024-02-11T21:18:39.273Z (about 1 year ago)
- Homepage:
- Size: 168 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - ninoseki/phishing_kits_2021 - A dataset of phishing kits in the wild (Others)
README
# phishing_kits_2021
A dataset of phishing kits in the wild.
## Notes
- ⚠️ The data are not cleaned thoroughly. It means the data contain FPs.
- The data have been collected through 2021/08/29 to 2021/11/07.
- The data only contain unique phishing kits. The uniqueness of kits is assured by a SHA256 hash of a kit.## Dataset
- [Dataset(CSV)](./records.csv)
## Notable findings
### Postal/transport services are favorite targets
Probably because of the pandemic, postal/transport services are favorite targets of threat actors nowadays.




### (Vulnerable) WordPress is an easy mark
**15%** of phishing kits are deployed in WordPress websites.
WordPress is the most popular CMS in the world and vulnerable WordPress websites are targeted by threat actors to implant something including a phishing kit.
### Gov web sites are compromised sometimes
The following government domains are used for hosting phishing kits.
- `go.id`
- `gov.br`
- `gov.mz`
- `gov.ng`
- `gov.pk`(Especially, Indonesia, [which is also known as a source of phishing scammers](http://www.deependresearch.org/2018/09/indonesian-spam-communities.html), has a bad posture. Multiple compromised `go.id` web sites have been observed)
It means that a more sophisticated threat actor could implant something more dangerous on there.