Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daltonmenezes/discord-malicious-domains
π€βA list of malicious domains on Discord using the Discord Guardian Action.
https://github.com/daltonmenezes/discord-malicious-domains
discord domains json malicious-domains security
Last synced: 3 months ago
JSON representation
π€βA list of malicious domains on Discord using the Discord Guardian Action.
- Host: GitHub
- URL: https://github.com/daltonmenezes/discord-malicious-domains
- Owner: daltonmenezes
- License: mit
- Created: 2022-02-01T14:11:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T18:17:28.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:30:14.902Z (8 months ago)
- Topics: discord, domains, json, malicious-domains, security
- Homepage:
- Size: 313 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Discord Malicious Domains
π€βA list of malicious domains on Discord using the Discord Guardian Action
# Usage
You can download the [domains.json](https://raw.githubusercontent.com/daltonmenezes/discord-malicious-domains/main/domains/domains.json) or fetching it to get always the updated list version.Example:
```js
const DISCORD_MALICIOUS_DOMAINS =
'https://raw.githubusercontent.com/daltonmenezes/discord-malicious-domains/main/domains/domains.json'axios.get(DISCORD_MALICIOUS_DOMAINS)
```# Acknowledgment
This list is only possible thanks to the following projects:
> β¨βDon't forget to give them a star- [Discord Phishing Links](https://github.com/nikolaischunk/discord-phishing-links)
- [discord-scam-links](https://github.com/BuildBot42/discord-scam-links)
- [Discord Guardian Action](https://github.com/daltonmenezes/discord-guardian-action)# License
[MIT Β© Dalton Menezes](https://github.com/daltonmenezes/discord-malicious-domains/blob/main/LICENSE)