Victor
Results
2
comments of
Victor
Hi @jborozco , I use the below code to generate Indicator ``` def create_file_indicator_pattern(object_type: str, value: dict) -> IndicatorPattern: pattern = f'[file:hashes.\'SHA-256\' = \'{value["sha256"]}\'' if "sha1" in value: pattern +=...
Hi @richard-julien , I cannot provide a real bundle because of information in it. I think I missed one step in between. Those Sighting/Indicators are not created only one time....