## AutoFocus Feed Gets Custom and Sample feeds from AutoFocus. **Note:** The `Daily Threat Feed` option is deprecated. No available replacement. For more information see the [AutoFocus documentation](https://docs.paloaltonetworks.com/autofocus/autofocus-admin/autofocus-feeds.html). #### Custom Feed info: To connect a custom AutoFocus feed you need to provide the Custom Feed URL. The Custom Feed URL should be in this form: https://autofocus.paloaltonetworks.com/IOCFeed/{Output_Feed_ID}/{Output_Feed_Name} For more information about generating URL and adding filter options for custom feeds, please read [here](https://docs.paloaltonetworks.com/autofocus/autofocus-admin/autofocus-feeds/create-custom-feeds) #### Samples Feed info: To connect to a sample AutoFocus feed you need to provide the following parameters: * Scope Type - Either **public**, **private** or **global**. * Query - A JSON styled AutoFocus query. For example: ```json { "operator":"all", "children":[{ "field":"sample.create_date", "operator":"is in the range", "value":["2020-03-01T00:00:00","2020-03-02T23:59:59"] }] } ```