Minemeld Mining IPv6 and IPv4 through AWS JSON script

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Minemeld Mining IPv6 and IPv4 through AWS JSON script

L2 Linker

Hi Minemeld Community, 

 

Can I check with the team which existing miner can I use to mine the IPv6 and IPv4 from URL https://ip-ranges.amazonaws.com/ip-ranges.json? Using just 1 miner if is possible.

 

Or how can i customize the miner to mine it. Thank you. 

 

 

Regards

Darren Koh

1 accepted solution

Accepted Solutions

L5 Sessionator

Hi @dkoh,

 

if you're looking for the simplest miner configuration (without coding anything) then you'll have to accept a two miner configuration (one for IPv4 and one for IPv6). A single node configuration to mine both IPv4 and IPv6 would require coding a new node extending SimpleJSON.

 

Prototype to mine all IPv4 ranges from AWS (class SimpleJSON)

age_out:
    default: null
    interval: 257
    sudden_death: true
attributes:
    confidence: 100
    share_level: green
    type: IPv4
extractor: prefixes
fields:
- region
- service
indicator: ip_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json

Prototype to mine all IPv6 ranges from AWS (class SimpleJSON)

age_out:
    default: null
    interval: 257
    sudden_death: true
attributes:
    confidence: 100
    share_level: green
    type: IPv6
extractor: ipv6_prefixes
fields:
- region
- service
indicator: ipv6_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json

 

 

View solution in original post

1 REPLY 1

L5 Sessionator

Hi @dkoh,

 

if you're looking for the simplest miner configuration (without coding anything) then you'll have to accept a two miner configuration (one for IPv4 and one for IPv6). A single node configuration to mine both IPv4 and IPv6 would require coding a new node extending SimpleJSON.

 

Prototype to mine all IPv4 ranges from AWS (class SimpleJSON)

age_out:
    default: null
    interval: 257
    sudden_death: true
attributes:
    confidence: 100
    share_level: green
    type: IPv4
extractor: prefixes
fields:
- region
- service
indicator: ip_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json

Prototype to mine all IPv6 ranges from AWS (class SimpleJSON)

age_out:
    default: null
    interval: 257
    sudden_death: true
attributes:
    confidence: 100
    share_level: green
    type: IPv6
extractor: ipv6_prefixes
fields:
- region
- service
indicator: ipv6_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json

 

 

  • 1 accepted solution
  • 3974 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!