Add custom intelligence feed

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"=>"SANS Suspicious Domains", "description"=>"SANS medium sensitivity domain listing", "feedType"=>"flatfile", "feedContent"=>"DomainNameObjectType", "delivery"=>"url", "uri"=>"https://isc.sans.edu/feeds/suspiciousdomains_Medium.txt", "refresh"=>1440, "version"=>"1.0.0", "downloadOn"=>true, "params"=>{"selfSignedServerCertificate"=>"true", "hostnameVerifier"=>"allow_all"}, "property"=>{"ttl"=>90, "publish"=>true, "action"=>"block"}}

HEADERS

KeyDatatypeRequiredDescription
X-auth-access-tokenstring
Content-Typestring