Skip to content

Use the Prowl API to obtain IP Reputation, Techniques Tactics and Procedures, Indicators of Attacks and Indicators of Compromise related to a public IP.

Notifications You must be signed in to change notification settings

Lupovis/GetIPReputation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get IP Reputation

Lupovis Prowl is an API you can use to obtain IP reputation as well as techniques tactics and procedures, indicators of attacks and indicators of compromise associated with an IP address.

Lupovis deploys decoys across the internet and collects and analyse requests made by malicious nodes.

BASH with CURL

curl 'https://api.prowl.lupovis.io/GetIPReputation?ip=<IP Address>' -H "x-api-key: <API Key>"

Powershell

Invoke-WebRequest -Headers $("x-api-key = <API Key>" | ConvertFrom-StringData) 'https://api.prowl.lupovis.io/GetIPReputation?ip=<IP Address>'

Integration with Azure Sentinel

In this blog post we provide an example an how to integrate Prowl with Azure Sentinel to reduce the noise and improve SOAR.

Here

Releases

No releases published

Packages

No packages published

Languages