You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue occurs when too many indicators are provided in the text body. After 292 indicators were passed, the next indicator was accepted as the $company$ for the ThreatConnect instance, which ungracefully breaks the script and pastes the remaining content to the console.
Determine the cause and create a solution that allows for a graceful warning or the use of a delay.
Processing Indicator: $indicator$, Type: ipv4
Request error occurred: HTTPSConnectionPool(host='$indicator$.threatconnect.com', port=443): Max retries exceeded with url: /api/v3/indicators?tql=typeName%20in%20%28%22Address%22%29%20and%20summary%20in%20%28%22$indicator$%22%29 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fbcfddfedd0>: Failed to resolve '$indicator$.threatconnect.com' ([Errno -2] Name or service not known)"))
No data returned from the query or an error occurred.
Note: $indicator$ has been substituted with the particular indicator submitted.
This may also be an issue with how input is handled.
The text was updated successfully, but these errors were encountered:
An issue occurs when too many indicators are provided in the text body. After 292 indicators were passed, the next indicator was accepted as the$company$ for the ThreatConnect instance, which ungracefully breaks the script and pastes the remaining content to the console.
Determine the cause and create a solution that allows for a graceful warning or the use of a delay.
Note:$indicator$ has been substituted with the particular indicator submitted.
This may also be an issue with how input is handled.
The text was updated successfully, but these errors were encountered: