-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1121 from vaclavbartos/master
Update of NERD analyzer
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
### Nerd | ||
Project [Nerd](https://nerd.cesnet.cz/) aims to build an extensive reputation database of known sources of cyber threats. That is, a list of known malicious IP addresses or other network entities (e.g. ASNs or domain names) together with all security-relevant information about each of them. | ||
### NERD | ||
|
||
The analyzer comes in a single flavour that will return additional information categorization for provided ip. | ||
|
||
[NERD](https://nerd.cesnet.cz/) is a service provided by CESNET which collects information about malicious IP addresses | ||
from CESNET's own detection systems as well as several public sources. | ||
It keeps a profile of each known malicious IP address, containing all security-relevant information about the | ||
address, and it summarizes it into a *reputation score* - a number from 0.0 (good) to 1.0 (bad) representing the amount | ||
and confidence of recently received reports about that address. | ||
|
||
The analyzer comes in a single flavour that will return the reputation score and various tags for provided IP. | ||
|
||
#### Requirements | ||
You need a valid Nerd API integration subscription to use the analyzer. | ||
You need a valid NERD API integration subscription to use the analyzer. | ||
|
||
- Provide your API key as values for the `key` parameter. | ||
- Default url of NERD instance is provided for `url` parameter but you could override it. | ||
- Default url of NERD instance is provided for `url` parameter, but you could override it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters