Skip to content

Commit

Permalink
Add source Internet Storm Center
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 9, 2024
1 parent ea8c6d4 commit 6ab2c91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ readonly -a SOURCES=(
source_emerging_threats
source_fakewebshoplisthun
source_guntab
source_isc
source_jeroengui_phishing
source_jeroengui_scam
source_manual
Expand Down Expand Up @@ -658,6 +659,15 @@ source_guntab() {
# Note results are not sorted by time added
}

source_isc() {
source='Internet Storm Center'
results_file='data/pending/domains_isc.tmp'

url='https://isc.sans.edu/diaryarchive.html'
curl -sSZ --retry 2 --retry-all-errors "${url}" \
| grep -oE "$DOMAIN_REGEX" | grep '\[\.\]' > "$results_file"
}

source_jeroengui_phishing() {
source='Jeroengui phishing'
ignore_from_light=true
Expand Down

0 comments on commit 6ab2c91

Please sign in to comment.