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
when i try to load IoC to MISP using freetext import in CLI i have this error: sudo python3 freetext.py --event 1131150 --input /var/www/MISP/PyMISP/examples/freetext.txt
text from .txt file
Can u say whats wrong with my command?
should i use files only or i can add needed IoCs with simple text in command like freetext.py --event 1131150 --input 123.123.123.123, kek.com, [email protected]
Also, team, can u add to https://[MISP]/events/automation page with examples of using CLI commands?
Bcause thats really hard sometimes trying to use it without docs
The text was updated successfully, but these errors were encountered:
Depending on how you installed your MISP try
pip list
then try to activate venv
(If on Ubuntu) sudo -u www-data source /var/www/MISP/venv/bin/activate
pip list
you should see pymisp now.
when i try to load IoC to MISP using freetext import in CLI i have this error:
sudo python3 freetext.py --event 1131150 --input /var/www/MISP/PyMISP/examples/freetext.txt
text from .txt file
Can u say whats wrong with my command?
should i use files only or i can add needed IoCs with simple text in command like
freetext.py --event 1131150 --input 123.123.123.123, kek.com, [email protected]
Also, team, can u add to
https://[MISP]/events/automation
page with examples of using CLI commands?Bcause thats really hard sometimes trying to use it without docs
The text was updated successfully, but these errors were encountered: