Deployed 525678e with MkDocs version: 1.0.4

gh-pages
Alexandre Dulaunoy 2021-08-25 20:43:03 +01:00
parent 54c087a0cb
commit d1d92ed524
8 changed files with 41 additions and 9 deletions

View File

@ -498,6 +498,13 @@
hashdd
</a>
</li>
<li class="md-nav__item">
<a href="#hashlookup" title="hashlookup" class="md-nav__link">
hashlookup
</a>
</li>
<li class="md-nav__item">
@ -1204,6 +1211,13 @@
hashdd
</a>
</li>
<li class="md-nav__item">
<a href="#hashlookup" title="hashlookup" class="md-nav__link">
hashlookup
</a>
</li>
<li class="md-nav__item">
@ -2135,7 +2149,7 @@ An IP address or CVE ID
IP Lookup information or CVE scanning profile for past 7 days
- <strong>references</strong>:
- <a href="https://greynoise.io/">https://greynoise.io/</a>
- <a href="https://docs.greynoise.io/">https://docs.greynoise.io/</a>
- <a href="https://docs.greyniose.io/">https://docs.greyniose.io/</a>
- <a href="https://www.greynoise.io/viz/account/">https://www.greynoise.io/viz/account/</a>
- <strong>requirements</strong>:
A Greynoise API key. Both Enterprise (Paid) and Community (Free) API keys are supported, however Community API users will only be able to perform IP lookups.</p>
@ -2154,6 +2168,24 @@ Text describing the known level of the hash in the hashdd databases.
<a href="https://hashdd.com/">https://hashdd.com/</a></p>
</blockquote>
<hr />
<h4 id="hashlookup"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/hashlookup.py">hashlookup</a><a class="headerlink" href="#hashlookup" title="Permanent link">&para;</a></h4>
<p><img src=../logos/cve.png height=60></p>
<p>An expansion module to query the CIRCL hashlookup services to find it if a hash is part of a known set such as NSRL.
- <strong>features</strong>:</p>
<blockquote>
<p>The module takes file hashes as input such as a MD5 or SHA1.
It queries the public CIRCL.lu hashlookup service and return all the hits if the hashes are known in an existing dataset. The module can be configured with a custom hashlookup url if required.
The module can be used an hover module but also an expansion model to add related MISP objects.</p>
<ul>
<li><strong>input</strong>:
File hashes (MD5, SHA1)</li>
<li><strong>output</strong>:
Object with the filename associated hashes if the hash is part of a known set.</li>
<li><strong>references</strong>:
<a href="https://www.circl.lu/services/hashlookup/">https://www.circl.lu/services/hashlookup/</a></li>
</ul>
</blockquote>
<hr />
<h4 id="hibp"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/hibp.py">hibp</a><a class="headerlink" href="#hibp" title="Permanent link">&para;</a></h4>
<p><img src=../logos/hibp.png height=60></p>
<p>Module to access haveibeenpwned.com API.

BIN
expansion/logos/circl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
export_mod/logos/circl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
import_mod/logos/circl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
logos/circl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

View File

@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.misp-project.org/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/expansion/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/export_mod/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/import_mod/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/install/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/contribute/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/license/</loc>
<lastmod>2021-08-13</lastmod>
<lastmod>2021-08-25</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.