Adding some comments
This commit is contained in:
parent
f0151c7195
commit
800f60619e
@ -217,7 +217,7 @@ class ZeekEngine(object):
|
|||||||
"id": "IOC-06"})
|
"id": "IOC-06"})
|
||||||
if self.active_analysis:
|
if self.active_analysis:
|
||||||
for c in self.conns:
|
for c in self.conns:
|
||||||
try:
|
try: # Domain nameservers check.
|
||||||
name_servers = pydig.query(c["resolution"], "NS")
|
name_servers = pydig.query(c["resolution"], "NS")
|
||||||
if len(name_servers):
|
if len(name_servers):
|
||||||
for ns in bl_nameservers:
|
for ns in bl_nameservers:
|
||||||
|
Loading…
Reference in New Issue
Block a user