- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-30-2020 03:33 AM
I am trying to create a prototype for a Miner that pulls IP's from a JSON formatted file. I have looked at the documentation for setting up a JSON miner (https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-MineMeld-to-extract-indicators-from-a-g...) and this topic similar to my issue (https://live.paloaltonetworks.com/t5/minemeld-discussions/polling-json-format-for-okta/td-p/235763).
My Config looks like the following:
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: siteShieldMaps.currentCidrs[].{indicator:@}
indicator: indicator
url: https://raw.githubusercontent.com/dtaxians/minemeld-akamai/master/akamai.json
Can you help me?
Thank you
09-30-2020 07:22 AM
Ok, I achieve the correct result using this sentence:
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: siteShieldMaps[].currentCidrs[].{indicator:@}
indicator: indicator
url: https://raw.githubusercontent.com/dtaxians/minemeld-akamai/master/akamai.json
09-30-2020 07:22 AM
Ok, I achieve the correct result using this sentence:
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: siteShieldMaps[].currentCidrs[].{indicator:@}
indicator: indicator
url: https://raw.githubusercontent.com/dtaxians/minemeld-akamai/master/akamai.json
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!