Skip to main content

Is this an attack

Comments

2 comments

  • ankeshanand
    Its not an attack! Add the Following to /etc/named.conf in order to disable it: logging { category security { null; }; channel default_debug { file "data/named.run"; severity dynamic; }; };
    Then, /usr/local/cpanel/scripts/rebuilddnsconfig
    Category "security" is concerned with approved/denied queries in BIND...So you can disable it. Also,you can re-enable if you want to debug some problems.
    0
  • cPJustinD
    Hey there! This does not appear to be an attack, rather a cached query rejection. This can typically be caused by customizations to the /etc/named.conf
    file. You can move the file out of the way (mv -vi /etc/named.conf{,.old}
    ) Then you can regenerate a base conf file with your server's configured zone files using this script: /scripts/rebuilddnsconfig
    I hope that this helps. Let us know if you have any other questions!
    0

Please sign in to leave a comment.