mirror of https://github.com/MISP/misp-modules
Deployed ecef300
with MkDocs version: 1.5.3
parent
77ed58256f
commit
3c02fbe01d
|
@ -1098,6 +1098,15 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#vysion" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
vysion
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2167,6 +2176,15 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#vysion" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
vysion
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3973,6 +3991,25 @@ Text giving additional information about the CVE in input.
|
|||
- An access to the Vulners API</p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h4 id="vysion"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/vysion.py">vysion</a><a class="headerlink" href="#vysion" title="Permanent link">¶</a></h4>
|
||||
<p><img src=../logos/vysion.png height=60></p>
|
||||
<p>Module to enrich the information by making use of the Vysion API.
|
||||
- <strong>features</strong>:</p>
|
||||
<blockquote>
|
||||
<p>This module gets correlated information from our dark web intelligence database. With this you will get several objects containing information related to, for example, an organization victim of a ransomware attack.
|
||||
- <strong>input</strong>:
|
||||
MISP Attribute which include: company(target-org), country, info.
|
||||
- <strong>output</strong>:
|
||||
MISP objects containing title, link to our webapp and TOR, i2p or clearnet URLs.
|
||||
- <strong>references</strong>:
|
||||
- <a href="https://vysion.ai/">https://vysion.ai/</a>
|
||||
- <a href="https://developers.vysion.ai/">https://developers.vysion.ai/</a>
|
||||
- <a href="https://github.com/ByronLabs/vysion-cti/tree/main">https://github.com/ByronLabs/vysion-cti/tree/main</a>
|
||||
- <strong>requirements</strong>:
|
||||
- Vysion python library
|
||||
- Vysion API Key</p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h4 id="whois"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/whois.py">whois</a><a class="headerlink" href="#whois" title="Permanent link">¶</a></h4>
|
||||
<p>Module to query a local instance of uwhois (<a href="https://github.com/rafiot/uwhoisd">https://github.com/rafiot/uwhoisd</a>).
|
||||
- <strong>features</strong>:</p>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
14
sitemap.xml
14
sitemap.xml
|
@ -2,37 +2,37 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/contribute/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/expansion/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/export_mod/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/import_mod/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/install/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/license/</loc>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<lastmod>2023-12-21</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue