You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I see following error when try to block an IP.
{
"errorMessage": "Traceback (most recent call last):\n File "Wazuh/wazuh.py", line 40, in \n Wazuh().run()\n File "Wazuh/wazuh.py", line 24, in run\n ipaddress.ip_address(self.observable)\nNameError: name 'ipaddress' is not defined\n",
"input": null,
"success": false
}
To Reproduce
Steps to reproduce the behavior:
Configure Wazuh responder from cortex.
Create case in Hive and add observable(IP).
Add custom required case custom fields.
Click on action and choose Wazuh responder.
You can see error message in Cortex jobs.
Expected behavior
Responder should get executed without exception.
Complementary information
Work environment
Client OS: Windows 10
Server OS: Ubuntu (Virtualbox VM)
Browse type and version: Chrome 83.0.4103.61
Cortex version:
Cortex Analyzer/Responder name: Wazuh_1_0
Cortex Analyzer/Responder version: 3.0.1-1
Possible solutions
Looks like - import ipaddress in python code missing.
Additional context
.
The text was updated successfully, but these errors were encountered:
Describe the bug
I see following error when try to block an IP.
{
"errorMessage": "Traceback (most recent call last):\n File "Wazuh/wazuh.py", line 40, in \n Wazuh().run()\n File "Wazuh/wazuh.py", line 24, in run\n ipaddress.ip_address(self.observable)\nNameError: name 'ipaddress' is not defined\n",
"input": null,
"success": false
}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Responder should get executed without exception.
Complementary information
Work environment
Possible solutions
Looks like - import ipaddress in python code missing.
Additional context
.
The text was updated successfully, but these errors were encountered: