- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-31-2018 06:06 PM
Dear MineMeld community,
Can we add/remove indicators from a MineMeld Miner via http/https API?
We currently have a simple automation system for IP whitelisting:
External System sends an https request to an automation server with an IP address info and some another data:
http://AutoRequest.com/request?ip=10.1.1.1&start_date=01/01/2018&time_period=24
The automation server has an API to parse this request and add a new Line with all details to a locally stored text file. Also, server hosts this text file as an URL: https://AutoRequest.com/whitelist.txt
Every 5 minute local script checks the text file and removes IP with expired data (start date + time_period).
The EDL is configured with a source URL: https://AutoRequest/whitelist.txt on the PaloAlto firewalls and a security policy allows access for these IPs from the list.
It`s pretty simple but makes our operation live easy. We are thinking to migrate this solution to the MineMiled server. How can we configure the Minemeld to hold an API for external systems for updating Miner indicators with several fields (IP, start date, time_periond)? Is it possible?
Currently, we use Minemeld in a standard way for keeping global white/black lists for Palo EDLs, where Miner is pulling URLs/IP from the external hosts.
Thank you so much for any ideas
11-05-2018 03:17 AM
Hi @AntonZakharov,
take a look at the article at https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-MineMeld-as-an-Incident-Response-Platfo... where a use case for the LocalDB miner is documented.
The LocalDB miner exposes an API you can use to satisfy your need
11-05-2018 03:17 AM
Hi @AntonZakharov,
take a look at the article at https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-MineMeld-as-an-Incident-Response-Platfo... where a use case for the LocalDB miner is documented.
The LocalDB miner exposes an API you can use to satisfy your need
11-06-2018 03:51 PM
Thank you so much @xhoms, LocalDB miner is what we need!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!