Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Adds shadowserver parser update-schema cron job. #2456

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions debian/cron.d/intelmq-update-database
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
#
# m h dom mon dow command
# Update database for tor_nodes bot, update frequency is unknown:
11 0 * * * intelmq intelmq.bots.experts.tor_nodes.expert --update-database
11 0 * * * intelmq intelmq.bots.experts.tor_nodes.expert --update-database
# Update database for maxmind_geoip bot, updated every Tuesday:
30 23 * * 2,5 intelmq intelmq.bots.experts.maxmind_geoip.expert --update-database
30 23 * * 2,5 intelmq intelmq.bots.experts.maxmind_geoip.expert --update-database
# Update database for asn_lookup bot, updated every two hours:
5 */2 * * * intelmq intelmq.bots.experts.asn_lookup.expert --update-database
5 */2 * * * intelmq intelmq.bots.experts.asn_lookup.expert --update-database
# Update database for domain_suffix bot, updated daily:
45 1 * * * intelmq intelmq.bots.experts.domain_suffix.expert --update-database
45 1 * * * intelmq intelmq.bots.experts.domain_suffix.expert --update-database
# Update database for recordedfuture_iprisk bot, update frequency is unknown:
27 1 * * * intelmq intelmq.bots.experts.recordedfuture_iprisk.expert --update-database
27 1 * * * intelmq intelmq.bots.experts.recordedfuture_iprisk.expert --update-database
# Update database for domain_valid bot, updated daily:
50 1 * * * intelmq intelmq.bots.experts.domain_valid.expert --update-database
50 1 * * * intelmq intelmq.bots.experts.domain_valid.expert --update-database
# Update schema for shadowserver parser bot:
02 1 * * * intelmq intelmq.bots.parsers.shadowserver.parser --update-schema
Loading