diff --git a/flowmon-ads/warden3_flowmon_ads_filer.py b/flowmon-ads/warden3_flowmon_ads_filer.py
old mode 100644
new mode 100755
index 6b5c7a0e8a5ab0cc8db373ce48ed6fabb5177076..46503d7f5553bf935d14c92d8c45c8654e6f2e62
--- a/flowmon-ads/warden3_flowmon_ads_filer.py
+++ b/flowmon-ads/warden3_flowmon_ads_filer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python26
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2011-2015 Cesnet z.s.p.o
@@ -126,7 +126,7 @@ ads_types = {
     "ANOMALY": ["Anomaly.Behaviour"],
     "BLACKLIST": ["Other"],     # FIXME - will need to be set based on other data?
     "BPATTERNS": ["Attempt.Exploit"],   # FIXME - will need to be set based on other data?
-    "DNSANOMALY": ["information.UnauthorizedAccess"],
+    "DNSANOMALY": ["Information.UnauthorizedAccess"],
     "DNSQUERY": ["Anomaly.Traffic"],
     "DOS": ["Availability.DoS"],
     "GEODIST": ["Anomaly.Behaviour"],