TheDr1ver / MISPHunter

Uses searches on 3rd party services and MISP to track actor infrastructure as it's built
Apache License 2.0
2 stars 0 forks source link

Set variable limit for number of hosts a search can retrieve #31

Open TheDr1ver opened 3 years ago

TheDr1ver commented 3 years ago

Right now the number of hosts retrieved using a search string is limited by the amount that can come back in a single API call (I think 100 is the max). 100 is still probably the max we'd want, but we should be able to limit this to something much smaller/more manageable if desired as well in order to make sure it doesn't cause our queries and the event to spiral out of control.