spiderfoot icon indicating copy to clipboard operation
spiderfoot copied to clipboard

Add IVRE module

Open p-l- opened this issue 3 years ago • 2 comments

IVRE is an open-source network recon framework.

It has several use-cases, such as running your own Shodan-like service (based on powerful open-source tools such as Masscan, Nmap, ZGrab2, ZDns), passively gather intelligence from network traffic (including running a Passive DNS service, collecting and analyzing X509 certificates, HTTP headers, TCP banners, etc.), analyzing scanners hits against simple honeypots, etc.

It already integrates well with YETI, Cortex and OpenCTI.

See for some examples: https://doc.ivre.rocks/en/latest/usage/use-cases.html.

p-l- avatar Sep 14 '21 12:09 p-l-

@bcoles Thanks for your review. I think it should be better now.

p-l- avatar Sep 15 '21 20:09 p-l-

Codecov Report

Merging #1354 (37b1291) into master (70caf3f) will decrease coverage by 0.10%. The diff coverage is 20.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1354      +/-   ##
==========================================
- Coverage   53.34%   53.23%   -0.11%     
==========================================
  Files         483      484       +1     
  Lines       40745    40883     +138     
==========================================
+ Hits        21737    21766      +29     
- Misses      19008    19117     +109     
Impacted Files Coverage Δ
modules/sfp_ivre.py 20.28% <20.28%> (ø)
sfscan.py 77.71% <0.00%> (+0.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70caf3f...37b1291. Read the comment docs.

codecov-commenter avatar Nov 22 '21 09:11 codecov-commenter