Skip to content
Snippets Groups Projects
Commit a6762f35 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Typo in flowmon category

parent b703e6db
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python26 #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2011-2015 Cesnet z.s.p.o # Copyright (C) 2011-2015 Cesnet z.s.p.o
...@@ -126,7 +126,7 @@ ads_types = { ...@@ -126,7 +126,7 @@ ads_types = {
"ANOMALY": ["Anomaly.Behaviour"], "ANOMALY": ["Anomaly.Behaviour"],
"BLACKLIST": ["Other"], # FIXME - will need to be set based on other data? "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? "BPATTERNS": ["Attempt.Exploit"], # FIXME - will need to be set based on other data?
"DNSANOMALY": ["information.UnauthorizedAccess"], "DNSANOMALY": ["Information.UnauthorizedAccess"],
"DNSQUERY": ["Anomaly.Traffic"], "DNSQUERY": ["Anomaly.Traffic"],
"DOS": ["Availability.DoS"], "DOS": ["Availability.DoS"],
"GEODIST": ["Anomaly.Behaviour"], "GEODIST": ["Anomaly.Behaviour"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment