Skip to content

Commit

Permalink
Disable Emerging Threats phishing source
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 3, 2024
1 parent ae49a3a commit e122c82
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sources marked as inactive are not being automatically employed to retrieve doma
| [ANFRAS](https://anfras.com/fakeshops/) | Fake | Yes | - |
| [Artists Against 419](https://db.aa419.org/fakebankslist.php) | Advance-fee | | |
| [DFPI's Crypto Scam Tracker](https://dfpi.ca.gov/crypto-scams/) | Crypto | Yes | - |
| [Emerging Threats phishing rules](https://rules.emergingthreats.net/) | Phishing | | |
| [Emerging Threats phishing rules](https://rules.emergingthreats.net/) | Phishing | Yes | - |
| [Fake Website Buster](https://fakewebsitebuster.com/) | Fake | Yes | - |
| [FakeWebshopListHUN](https://github.com/FakesiteListHUN/FakeWebshopListHUN) | Fake | | Yes |
| [Google's Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction) | Fake | | |
Expand Down
11 changes: 0 additions & 11 deletions scripts/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ readonly STRICT_DOMAIN_REGEX='[[:alnum:]][[:alnum:].-]+\.[[:alnum:]-]*[a-z]{2,}[
readonly -a SOURCES=(
source_aa419
source_dnstwist
source_emerging_threats
source_fakewebshoplisthun
source_guntab
source_jeroengui_phishing
Expand Down Expand Up @@ -621,16 +620,6 @@ source_aa419() {
--retry 2 --retry-all-errors | jq -r '.[].Domain' > "$results_file"
}

source_emerging_threats() {
source='Emerging Threats'
results_file='data/pending/domains_emerging_threats.tmp'

[[ "$USE_EXISTING" == true ]] && { process_source; return; }

local url='https://raw.githubusercontent.com/jarelllama/Emerging-Threats/main/data/phishing.txt'
curl -sSL "$url" -o "$results_file"
}

source_fakewebshoplisthun() {
source='FakeWebshopListHUN'
ignore_from_light=true
Expand Down
1 change: 0 additions & 1 deletion scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Light version: $(grep -cF '||' lists/adblock/scams_light.txt)
New domains from each source: *
Today | Yesterday | Excluded | Source
$(print_stats 'Emerging Threats') phishing
$(print_stats FakeWebshopListHUN)
$(print_stats 'Google Search')
$(print_stats 'Jeroengui phishing') feed
Expand Down

0 comments on commit e122c82

Please sign in to comment.