Skip to content

Commit

Permalink
Finalise adding 165antifraud source and cleanup sources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 23, 2024
1 parent 3bc3049 commit f0fa3ff
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 27 deletions.
52 changes: 26 additions & 26 deletions SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ Any data hidden behind account creation/commercial licenses is never used.

Only active sources are used to automatically retrieve domains.

| Source | Type | Active | Excluded from light |
|:--- |:--- |:--- |:--- |
| [ANFRAS](https://anfras.com/fakeshops/) | Fake | | |
| [Artists Against 419](https://db.aa419.org/fakebankslist.php) | Advance-fee | Yes | |
| [DFPI's Crypto Scam Tracker](https://dfpi.ca.gov/crypto-scams/) | Crypto | | |
| [DGA Detector](https://github.com/exp0se/dga_detector) | DGA | Yes | Yes |
| [Emerging Threats](https://rules.emergingthreats.net/) | Malware | Yes | |
| [Fake Website Buster](https://fakewebsitebuster.com/) | Fake | | |
| [FakeWebshopListHUN](https://github.com/FakesiteListHUN/FakeWebshopListHUN) | Fake | Yes | |
| [Google's Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction) | Fake | Yes | |
| [Greek Tax Scam](https://github.com/hagezi/dns-blocklists/issues/4191) | Phishing | | |
| [GunTab](https://www.guntab.com/scam-websites) | Fake | Yes | Yes |
| [Jeroen Gui's phishing & scam feeds](https://jeroengui.be/anti-phishing-project/)[^1] | Phishing | Yes | ~ |
| [PetScams.com](https://petscams.com/) | Fake | | |
| [PhishStats](https://phishstats.info/)[^2] | Phishing | Yes | ~ |
| [Regex Matching](https://github.com/jarelllama/Scam-Blocklist/blob/main/config/phishing_targets.csv) | Phishing | Yes | Yes |
| [Scam Directory](https://scam.directory/) | Any | Yes | |
| [Scam.Delivery](https://scam.delivery/) | Non-delivery | | |
| [ScamAdvisor](https://www.scamadviser.com/) | Any | Yes | |
| [Stop 419 Scams and Scammers](https://www.stop419scams.com/) | Any | | |
| [StopGunScams.com](https://stopgunscams.com/) | Fake | Yes | |
| [URLCrazy](https://github.com/urbanadventurer/urlcrazy) | Cybersquatting | Yes | |
| [dnstwist](https://github.com/elceef/dnstwist) | Cybersquatting | Yes | |
| [openSquat](https://github.com/atenreiro/opensquat) | Phishing | | |
| [r/Scams](https://www.reddit.com/r/Scams/) | Any | | |
| [xRuffKez's NRD List](https://github.com/xRuffKez/NRD) | NRD | - | - |
| Source | Active | Excluded from light |
|:--- |:--- |:--- |
| [165 Anti-fraud](https://data.gov.tw/dataset/160055) | Yes | Yes |
| [ANFRAS](https://anfras.com/fakeshops/) | | |
| [Artists Against 419](https://db.aa419.org/fakebankslist.php) | Yes | |
| [DFPI's Crypto Scam Tracker](https://dfpi.ca.gov/crypto-scams/) | | |
| [DGA Detector](https://github.com/exp0se/dga_detector) | Yes | Yes |
| [Emerging Threats](https://rules.emergingthreats.net/) | Yes | |
| [Fake Website Buster](https://fakewebsitebuster.com/) | | |
| [FakeWebshopListHUN](https://github.com/FakesiteListHUN/FakeWebshopListHUN) | Yes | |
| [Google's Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction) | Yes | |
| [GunTab](https://www.guntab.com/scam-websites) | Yes | Yes |
| [Jeroen Gui's phishing & scam feeds](https://jeroengui.be/anti-phishing-project/)[^1] | Yes | ~ |
| [PetScams.com](https://petscams.com/) | | |
| [PhishStats](https://phishstats.info/)[^2] | Yes | ~ |
| [Regex Matching](https://github.com/jarelllama/Scam-Blocklist/blob/main/config/phishing_targets.csv) | Yes | Yes |
| [Scam Directory](https://scam.directory/) | Yes | |
| [Scam.Delivery](https://scam.delivery/) | | |
| [ScamAdvisor](https://www.scamadviser.com/) | Yes | |
| [Stop 419 Scams and Scammers](https://www.stop419scams.com/) | | |
| [StopGunScams.com](https://stopgunscams.com/) | Yes | |
| [URLCrazy](https://github.com/urbanadventurer/urlcrazy) | Yes | |
| [dnstwist](https://github.com/elceef/dnstwist) | Yes | |
| [openSquat](https://github.com/atenreiro/opensquat) | | |
| [r/Scams](https://www.reddit.com/r/Scams/) | | |
| [xRuffKez's NRD List](https://github.com/xRuffKez/NRD) | - | - |

[^1]: Only the scam feed is used for the light version.
[^2]: Only domains found in the NRD feed are used for the light version.
17 changes: 16 additions & 1 deletion scripts/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,22 @@ readonly STRICT_DOMAIN_REGEX='[[:alnum:]][[:alnum:].-]+\.[[:alnum:]-]*[a-z]{2,}[

readonly -a SOURCES=(
source_165antifraud

source_aa419
source_dga_detector
source_cybersquatting
source_emerging_threats
source_fakewebshoplisthun
source_guntab
source_jeroengui_phishing
source_jeroengui_scam
source_manual
source_phishstats
source_phishstats_nrd
source_regex
source_scamadviser
source_scamdirectory
source_stopgunscams
source_google_search
)

# Function 'source' calls on the respective functions of each source to
Expand Down
1 change: 1 addition & 0 deletions scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Light version: $(grep -cF '||' lists/adblock/scams_light.txt)
New domains after filtering:
Today | Monthly | %Monthly | %Filtered | Source
$(print_stats '165 Anti-fraud')
$(print_stats Cybersquatting)
$(print_stats 'DGA Detector')
$(print_stats 'Emerging Threats')
Expand Down

0 comments on commit f0fa3ff

Please sign in to comment.