-
Notifications
You must be signed in to change notification settings - Fork 9
AIK-6314 Attack Wave Detection & Stats #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
also renames wrongly named "query_params_contain_dangerous_payload"
…tack wave detector
aikido_zen/vulnerabilities/attack_wave_detection/attack_wave_detector.py
Outdated
Show resolved
Hide resolved
aikido_zen/background_process/cloud_connection_manager/on_detected_attack_wave.py
Show resolved
Hide resolved
aikido_zen/vulnerabilities/attack_wave_detection/is_web_scan_method.py
Outdated
Show resolved
Hide resolved
aikido_zen/vulnerabilities/attack_wave_detection/query_params_contain_dangerous_strings.py
Outdated
Show resolved
Hide resolved
aikido_zen/vulnerabilities/attack_wave_detection/is_web_scan_path.py
Outdated
Show resolved
Hide resolved
aikido_zen/vulnerabilities/attack_wave_detection/attack_wave_detector.py
Show resolved
Hide resolved
…cify it contains malicious HTTP methods for web scan detection. More info
blocked=queue_attack_item[2], | ||
stack=queue_attack_item[3], | ||
) | ||
# Queue can contain multiple types of events (attack, attack wave) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment explains what the queue contains rather than why multiple event types are needed or design rationale. More info
def set_as_current_context(self): | ||
""" | ||
Set the current context | ||
Set the current context, called every time we change the context. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment restates obvious method mechanics without explaining why context setting is needed. More info
https://aikido.atlassian.net/browse/AIK-6314