deepthakkar1101
Jun 01, 2023Copper Contributor
Why am I getting error 400 with message while creating TI indicators
Why am I getting error 400 with message Error:{'error': {'code': 'BadRequest', 'message': 'Failed to write indicator to backend. Please try again'}}. while creating Threat Intelligence indicators in Microsoft Sentinel.
I am trying to create Threat Intelligence indicators in Microsoft Sentinel, but as I am having lots of data, I am using asyncio to make the http calls asynchronously. But some indicators are failing with status code 400 and the error as {'error': {'code': 'BadRequest', 'message': 'Failed to write indicator to backend. Please try again'}}. Please provide a solution.