Skip to content

Commit

Permalink
CI: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama committed Jun 3, 2024
1 parent 7c62a87 commit 24444e7
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The [automated retrieval](https://github.com/jarelllama/Scam-Blocklist/actions/w

This blocklist aims to be an alternative to blocking all newly registered domains (NRDs) seeing how many, but not all, NRDs are malicious. A variety of sources are integrated to detect new malicious domains within a short time span of their registration date.

In the last 30 days, more than 4,280[^1] malicious NRDs were found.
In the last 30 days, more than 4,763[^1] malicious NRDs were found.

[^1]: Number calculated using NRDs from [Hagezi's NRD 30 feed](https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/wildcard/nrds.30-onlydomains.txt). The number of malicious NRDs found in reality is higher due to additional feeds being used. See the list of feeds used here: [SOURCES.md](https://github.com/jarelllama/Scam-Blocklist/blob/main/SOURCES.md)

Expand All @@ -23,28 +23,28 @@ In the last 30 days, more than 4,280[^1] malicious NRDs were found.
[![Test functions](https://github.com/jarelllama/Scam-Blocklist/actions/workflows/test_functions.yml/badge.svg)](https://github.com/jarelllama/Scam-Blocklist/actions/workflows/test_functions.yml)

``` text
Total domains: 91781
Light version: 8538
Total domains: 95334
Light version: 9048
New domains from each source: *
Today | Yesterday | Excluded | Source
0 | 0 | 61% | Emerging Threats phishing
0 | 0 | 7% | Google Search
2 | 0 | 10% | Jeroengui phishing feed
0 | 0 | 7% | Jeroengui scam feed
5 | 0 | 61% | Emerging Threats phishing
243 | 0 | 7% | Google Search
3115 | 0 | 10% | Jeroengui phishing feed
38 | 0 | 7% | Jeroengui scam feed
0 | 0 | 1% | Manual Entries
0 | 0 | 19% | PhishStats
0 | 0 | 0% | PhishStats (NRDs)
0 | 0 | 4% | Regex Matching (NRDs)
0 | 0 | 8% | aa419.org
0 | 0 | 0% | dnstwist (NRDs)
2444 | 0 | 19% | PhishStats
243 | 0 | 0% | PhishStats (NRDs)
1314 | 0 | 4% | Regex Matching (NRDs)
113 | 0 | 8% | aa419.org
93 | 0 | 0% | dnstwist (NRDs)
0 | 0 | 43% | fakewebsitebuster.com
0 | 0 | 22% | guntab.com
0 | 0 | 9% | petscams.com
0 | 0 | 65% | scam.directory
0 | 0 | 39% | scamadviser.com
0 | 0 | 5% | stopgunscams.com
2 | 0 | 17% | All sources
154 | 0 | 22% | guntab.com
27 | 0 | 9% | petscams.com
0 | 0 | 66% | scam.directory
9 | 0 | 39% | scamadviser.com
1 | 0 | 5% | stopgunscams.com
7556 | 0 | 17% | All sources
* The new domain numbers reflect what was retrieved, not
what was added to the blocklist.
Expand Down Expand Up @@ -97,7 +97,7 @@ Created from requests, a blocklist for NSFW domains is available in Adblock Plus
<li>Note that resurrected domains are not added back into the blocklist</li>
<li>Note that parked domains are not checked for in this blocklist</li>
</ul>
Total domains: 9380
Total domains: 9395
<br>
<br>
This blocklist does not just include adult videos, but also NSFW content of the artistic variety (rule34, illustrations, etc).
Expand All @@ -123,8 +123,8 @@ The list of search terms is proactively maintained and is mostly sourced from in

``` text
Active search terms: 16
API calls made today: 0
Domains retrieved today: 0
API calls made today: 77
Domains retrieved today: 243
```

### Retrieving phishing NRDs using dnstwist
Expand All @@ -141,7 +141,7 @@ The generated domain permutations are checked for matches in a newly registered

``` text
Active targets: 64
Domains retrieved today: 0
Domains retrieved today: 93
```

### Regarding other sources
Expand Down Expand Up @@ -169,8 +169,8 @@ Dead domains are removed daily using AdGuard's [Dead Domains Linter](https://git
Dead domains that are resolving again are included back into the blocklist.

``` text
Dead domains removed today: 0
Resurrected domains added today: 0
Dead domains removed today: 2101
Resurrected domains added today: 120
```

## Parked domains
Expand All @@ -185,8 +185,8 @@ If these parked sites no longer contain any of the parked messages, they are ass
For list maintainers interested in integrating the parked domains as a source, the list of daily-updated parked domains can be found here: [parked_domains.txt](https://github.com/jarelllama/Scam-Blocklist/blob/main/data/parked_domains.txt) (capped to newest 8000 entries)

``` text
Parked domains removed today: 0
Unparked domains added today: 0
Parked domains removed today: 484
Unparked domains added today: 62
```

## As seen in
Expand Down

0 comments on commit 24444e7

Please sign in to comment.