Question about EMU

who knows a program for batch IP extraction and detection/scoring?
Depends on what exactly you need it for. If you’re just after batch IP extraction + reputation scoring, tools like IPQualityScore or Scamalytics have APIs you can hit in bulk. If you’re more into parsing logs and extracting IPs first, simple scripts with Python + free IP reputation APIs can also do the job. Haven’t really seen a perfect all in one desktop program, most guys just chain APIs or custom scripts together.
 
simple scripts with Python + free IP reputation APIs can also do the job. Is there an operation tutorial?
 
That depends heavily on your needs; simple Python code snippets combined with custom Ali work together.
 
Back
Top