Rapid7 · Example Payload

Rapid7 Createcommunitythreat Example

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Rapid7 Createcommunitythreat Example is an example object payload from Rapid7, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

rapid7-createcommunitythreat-example.json Raw ↑
{
  "operationId": "createCommunityThreat",
  "method": "POST",
  "path": "/idr/v1/customthreats",
  "summary": "Create a Community Threat",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "threat": "threatName",
        "note": "notetext",
        "indicators": {
          "ips": [
            "192.168.0.1"
          ],
          "hashes": [
            "b95663ec7339033cf1fde459a34b6606"
          ],
          "domain_names": [
            "rapid7.com",
            "mailxpy.com"
          ],
          "urls": [
            "http://example.com/index",
            " http://www.mailxpy.com/login/index.php"
          ]
        }
      }
    }
  ],
  "responseExamples": []
}