We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the timestamps playbook: https://github.com/MISP/misp-playbooks/blob/main/misp-playbooks/pb_using_timestamps_in_MISP-with_output.ipynb
Section: Use REST API to search for published events on an exact date json={"returnFormat":"json", "publish_timestamp":"2023-07-07", "published":"1"}
The publish_timestamp filter is not working as expected with the YYYY-MM-DD format, it has to be in timestamp format.
publish_timestamp
The text was updated successfully, but these errors were encountered:
Good catch! I'll update the playbook soon.
Sorry, something went wrong.
cudeso
No branches or pull requests
In the timestamps playbook:
https://github.com/MISP/misp-playbooks/blob/main/misp-playbooks/pb_using_timestamps_in_MISP-with_output.ipynb
Section:
Use REST API to search for published events on an exact date
json={"returnFormat":"json", "publish_timestamp":"2023-07-07", "published":"1"}
The
publish_timestamp
filter is not working as expected with the YYYY-MM-DD format, it has to be in timestamp format.The text was updated successfully, but these errors were encountered: