{ "operationId": "addIndicators", "method": "POST", "path": "/idr/v1/customthreats/key/{key}/indicators/add", "summary": "Add indicators to a Community Threat", "requestExamples": [ { "contentType": "application/json", "example": { "ips": [ "192.168.0.1" ], "hashes": [ "b95663ec7339033cf1fde459a34b6606" ], "domain_names": [ "rapid7.com" ], "urls": [ "http://example.com" ] } }, { "contentType": "text/csv", "example": "192.168.0.1,b95663ec7339033cf1fde459a34b6606,rapid7.com,http://example.com" }, { "contentType": "text/xml", "example": "\n\n \n Example watchlist that contains domain information.\n Indicators - Watchlist\n \n \n \n Domain Watchlist\n Sample domain Indicator for this watchlist\n \n \n \n malicious1.example.com##comma##malicious2.example.com##comma##malicious3.example.com\n \n \n \n \n \n \n 185.134.98.141\n \n \n \n \n \n" } ], "responseExamples": [] }