10.) Add custom intelligence Feed into FMC
POST https://{{fmc_hostname}}/api/fmc_tid/v1/domain/{{fmc_domain}}/tid/source
REST call to add a custom intelligence feed
Request Body
{"startHour"=>2, "name"=>"Threat Grid Ransomware DNS ", "description"=>"Feed of Ransomware Domains from TG", "feedType"=>"stix", "feedContent"=>"stix", "delivery"=>"url", "uri"=>"{{threatgrid_feed}}", "refresh"=>1440, "version"=>"1.0.0", "downloadOn"=>true, "params"=>{"selfSignedServerCertificate"=>"true", "hostnameVerifier"=>"allow_all"}, "property"=>{"ttl"=>90, "publish"=>true, "action"=>"monitor"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string | ||
Content-Type | string |