Brad Chiappetta
Brad Chiappetta
We were curious if we would be able to help you include support for GreyNoise IPv4 lookups [greynoise.io](https://greynoise.io) We have both a Paid and Free (community) API that should provide...
Issue seems to be around this defangged format: `firstname[.]lastname[@]domainname[.]org` When refanged, seeing the following: `[email protected]` For some reason, the username format of first.last is getting chopped off to just last.
In order to maintain py2 support tld needs to be pinned : `tld==0.10` https://github.com/barseghyanartur/tld/releases
- Adds new sfp_greynoise_community that is based on sfp_greynoise but uses the GreyNoise Community API - Minor updates to sfp_greynoise for some URLs
## Name: GreyNoise ## Link: greynoise.io ## Type of analyzer **this can be observable, file, and docker** Observable ## Why should we use it This is just a recommended update...
Create an SDK command that only returns: Classification if IP is in NOISE Trust Level if IP is in RIOT Supports looking up IPs in Bulk
### Proposed changes * Working on performance improvements * Removes the dedup function as it seems unnecessary and is very slow at high volumes * Add batch bundle submission process...
GreyNoise released an updated API endpoint. Updating both plugins to use the new endpoints. The Community Plugin also now uses the same IP lookup endpoint that Enterprise does; the responses...