mirror of https://github.com/MISP/misp-modules
add: [doc] Added backscatter.io logo + regenerated documentation
parent
61c0274f78
commit
e940070956
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
#### [backscatter_io](https://github.com/MISP/misp-modules/tree/master/misp_modules/modules/expansion/backscatter_io.py)
|
#### [backscatter_io](https://github.com/MISP/misp-modules/tree/master/misp_modules/modules/expansion/backscatter_io.py)
|
||||||
|
|
||||||
|
<img src=logos/backscatter_io.png height=60>
|
||||||
|
|
||||||
Query backscatter.io (https://backscatter.io/).
|
Query backscatter.io (https://backscatter.io/).
|
||||||
- **features**:
|
- **features**:
|
||||||
>The module takes a source or destination IP address as input and displays the information known by backscatter.io.
|
>The module takes a source or destination IP address as input and displays the information known by backscatter.io.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"description": "Query backscatter.io (https://backscatter.io/).",
|
"description": "Query backscatter.io (https://backscatter.io/).",
|
||||||
"requirements": ["backscatter python library"],
|
"requirements": ["backscatter python library"],
|
||||||
"features": "The module takes a source or destination IP address as input and displays the information known by backscatter.io.\n\n",
|
"features": "The module takes a source or destination IP address as input and displays the information known by backscatter.io.\n\n",
|
||||||
|
"logo": "logos/backscatter_io.png",
|
||||||
"references": ["https://pypi.org/project/backscatter/"],
|
"references": ["https://pypi.org/project/backscatter/"],
|
||||||
"input": "IP addresses.",
|
"input": "IP addresses.",
|
||||||
"output": "Text containing a history of the IP addresses especially on scanning based on backscatter.io information ."
|
"output": "Text containing a history of the IP addresses especially on scanning based on backscatter.io information ."
|
||||||
|
|
Loading…
Reference in New Issue