alphasoc / flightsim

A utility to safely generate malicious network traffic patterns and evaluate controls.
https://alphasoc.com
Other
1.25k stars 132 forks source link

New module: miner #13

Closed chrisforce1 closed 4 years ago

chrisforce1 commented 5 years ago

Let's create a module to check into random cryptomining pools using the Stratum protocol. We can use the CryptoIOC API to pull a live list of mining pool FQDNs and ports to use. Selecting 5 random servers should be sufficient for testing purposes. As below:

chrisforce1 commented 5 years ago

We don't have port details for many cryptomining entries in the database, so let's use the CryptoIOC API here for the time being, versus our own API and dataset.

chrisforce1 commented 5 years ago

As an update here, we now have IP:port pairs in the database for cryptomining so can move this one along. The next step would be selecting them and hitting them via the Stratum protocol.

chrisforce1 commented 4 years ago

As an update here, we now have IP:port pairs in the database for cryptomining so can move this one along. The next step would be selecting them and hitting them via the Stratum protocol.

Please let's prioritize this one? I'd like to get a new release out soon..

chrisforce1 commented 4 years ago

Closing as it's in the product now ✨