Skip to content
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

Is it possible to change the timestamp for an attribute programatically? #1161

Closed
framontb opened this issue Feb 26, 2024 · 2 comments
Closed

Comments

@framontb
Copy link

Is it possible to change the timestamp field for an attribute programatically?
I think I tried everything without results. For example:

  • misp.update_attribute(attribute)
  • response = requests.put(url, headers=headers, data=json.dumps(data))
@Rafiot
Copy link
Member

Rafiot commented Feb 26, 2024

no, the timestamp is always set by the server. What you can change programmatically is first seen/last seen.

@framontb
Copy link
Author

Thanks for the info !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants