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
With the latest change in cortexutils see attached files observable in the gui
but when I'm going to import the observable I have an attributecheckingerror
message: "[Invalid format for attachment: FSeq(List(FObject(Map(name -> FString(efdc94e9b627fa760c88d61ce6ec8ba0388224938725c37a33b5533f33a599fb), size -> FNumber(56320.0), id -> FString(efdc94e9b627fa760c88d61ce6ec8ba0388224938725c37a33b5533f33a599fb), contentType -> FString(application/octet-stream), hashes -> FSeq(List(FString(efdc94e9b627fa760c88d61ce6ec8ba0388224938725c37a33b5533f33a599fb), FString(5054c2793f027a8b3c3a7eb5d21f7ae1b14035f4), FString(df100c2a6d13f5d413eed98345681491))))))), expected file (file)]"
Same workflow works fine in TH3
A sample analyzer that creates files attachments can be found here: https://gist.github.com/dadokkio/a51d2d9f92c92395128596eaf120ac2e
The text was updated successfully, but these errors were encountered:
#1697 Fix observable parsing with attachment
58a3d0a
To-om
No branches or pull requests
With the latest change in cortexutils see attached files observable in the gui
but when I'm going to import the observable I have an attributecheckingerror
message: "[Invalid format for attachment: FSeq(List(FObject(Map(name -> FString(efdc94e9b627fa760c88d61ce6ec8ba0388224938725c37a33b5533f33a599fb), size -> FNumber(56320.0), id -> FString(efdc94e9b627fa760c88d61ce6ec8ba0388224938725c37a33b5533f33a599fb), contentType -> FString(application/octet-stream), hashes -> FSeq(List(FString(efdc94e9b627fa760c88d61ce6ec8ba0388224938725c37a33b5533f33a599fb), FString(5054c2793f027a8b3c3a7eb5d21f7ae1b14035f4), FString(df100c2a6d13f5d413eed98345681491))))))), expected file (file)]"
Same workflow works fine in TH3
A sample analyzer that creates files attachments can be found here:
https://gist.github.com/dadokkio/a51d2d9f92c92395128596eaf120ac2e
The text was updated successfully, but these errors were encountered: