Reads an intel feed.
API URL
GET https://<host>/wsapis/v2.0.0/intel
Sample curl request
curl -gsk -H "$c" https://<host>/wsapis/v2.0.0/intel
[{"intel_type":"domain","entry_count":5,"name":"Domain123","intel_class":"black-list","signature_name":"Domain123","action":"alert","permission":"readonly","uuid":"CMS99b10-1074-4429-be37-e79bb20a682c"}, {"intel_type":"ip","entry_count":1000,"name":"JijoTest","intel_class":"black-list","signature_name":"JijoTest","action":"alert","permission":"readonly","uuid":"CMS07b43-2b8f-4b1c-a866-ed4803b0ac6c"}]
Authentication
Standard WSAPI authentication
Response
HTTP OK with JSON, containing the array of intel info
Error JSON with displayable message
Response mime type
application/json