Skip to content

Commit

Permalink
Comment not mandatory fields on the pdnssoccli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4quarks authored May 24, 2024
1 parent c477d7a commit 70098a8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions files/configuration/pdnssoccli/pdnssoccli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ misp_servers:
# misp.search() arguments
args:
enforce_warninglist: True
periods:
generic:
delta:
days: 30
tags:
- names:
- "tag_name"
delta: False
# periods:
# generic:
# delta:
# days: 30 # CAREFUL - IOCs older than the days specified will be ignored.
# tags:
# - names:
# - "tag_name"
# delta: False

correlation:
input_dir: /var/dnscollector/matches # use this if no files are defined from commmand line
Expand All @@ -37,13 +37,13 @@ schedules:

alerting:
last_alerting_pointer_file: /var/dnscollector/alert.last
email:
from: "[email protected]"
subject: "[pDNSSOC] Community XYZ alert"
summary_to: "[email protected]"
server: "localhost"
port: 25
template: /etc/pdnssoccli/alert_email.html
mappings:
- client_id: client_1
contact: [email protected]
# email:
# from: "[email protected]"
# subject: "[pDNSSOC] Community XYZ alert"
# summary_to: "[email protected]"
# server: "localhost"
# port: 25
# template: /etc/pdnssoccli/alert_email.html
# mappings:
# - client_id: client_1
# contact: [email protected]

0 comments on commit 70098a8

Please sign in to comment.