Skip to content

Commit

Permalink
Deployed 55d63f8 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Jun 6, 2024
1 parent dc49426 commit a94d3d2
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 38 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@


<link rel="icon" href="/img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>MISP Modules Documentation</title>



<link rel="stylesheet" href="/assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="/assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -496,7 +496,7 @@ <h1>404 - Not found</h1>
<script id="__config" type="application/json">{"base": "/", "features": [], "search": "/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="/assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="/assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contribute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>Contribute - MISP Modules Documentation</title>



<link rel="stylesheet" href="../assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -1105,7 +1105,7 @@ <h2 id="tips-for-developers-creating-modules">Tips for developers creating modul
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="../assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
42 changes: 39 additions & 3 deletions expansion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>Expansion Modules - MISP Modules Documentation</title>



<link rel="stylesheet" href="../assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -565,6 +565,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#google_threat_intelligence" class="md-nav__link">
<span class="md-ellipsis">
google_threat_intelligence
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1650,6 +1659,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#google_threat_intelligence" class="md-nav__link">
<span class="md-ellipsis">
google_threat_intelligence
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2873,6 +2891,24 @@ <h4 id="google_search"><a href="https://github.com/MISP/misp-modules/tree/main/m
The python Google Search API library</p>
</blockquote>
<hr />
<h4 id="google_threat_intelligence"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_threat_intelligence.py">google_threat_intelligence</a><a class="headerlink" href="#google_threat_intelligence" title="Permanent link">&para;</a></h4>
<p><img src=../logos/google_threat_intelligence.png height=60></p>
<p>An expansion module to have the observable's threat score assessed by Google Threat Intelligence.
- <strong>features</strong>:</p>
<blockquote>
<p>GTI assessment for the given observable, this include information about level of severity, a clear verdict (malicious, suspicious, undetected and bening) and additional information provided by the Mandiant expertise combined with the VirusTotal database.</p>
<p><a href="https://github.com/MISP/MISP/assets/4747608/e275db2f-bb1e-4413-8cc0-ec3cb05e0414">Output example screeshot</a>
- <strong>input</strong>:
A domain, hash (md5, sha1, sha256 or sha512), hostname or IP address attribute.
- <strong>output</strong>:
Text fields containing the threat score, the severity, the verdict and the threat label of the observable inspected.
- <strong>references</strong>:
- <a href="https://www.virustotal.com/">https://www.virustotal.com/</a>
- <a href="https://gtidocs.virustotal.com/reference">https://gtidocs.virustotal.com/reference</a>
- <strong>requirements</strong>:
An access to the Google Threat Intelligence API (apikey), with a high request rate limit.</p>
</blockquote>
<hr />
<h4 id="greynoise"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/greynoise.py">greynoise</a><a class="headerlink" href="#greynoise" title="Permanent link">&para;</a></h4>
<p><img src=../logos/greynoise.png height=60></p>
<p>Module to query IP and CVE information from GreyNoise
Expand Down Expand Up @@ -4267,7 +4303,7 @@ <h4 id="yeti"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modul
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="../assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
6 changes: 3 additions & 3 deletions export_mod/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>Export Modules - MISP Modules Documentation</title>



<link rel="stylesheet" href="../assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -1042,7 +1042,7 @@ <h4 id="vt_graph"><a href="https://github.com/MISP/misp-modules/tree/main/misp_m
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="../assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
6 changes: 3 additions & 3 deletions import_mod/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>Import Modules - MISP Modules Documentation</title>



<link rel="stylesheet" href="../assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -965,7 +965,7 @@ <h4 id="vmray_import"><a href="https://github.com/MISP/misp-modules/tree/main/mi
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="../assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@


<link rel="icon" href="img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>MISP Modules Documentation</title>



<link rel="stylesheet" href="assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -645,6 +645,7 @@ <h3 id="expansion-modules">Expansion modules<a class="headerlink" href="#expansi
<li><a href="misp_modules/modules/expansion/eql.py">EQL</a> - an expansion module to generate event query language (EQL) from an attribute. <a href="https://eql.readthedocs.io/en/latest/">Event Query Language</a></li>
<li><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/farsight_passivedns.py">Farsight DNSDB Passive DNS</a> - a hover and expansion module to expand hostname and IP addresses with passive DNS information.</li>
<li><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/geoip_country.py">GeoIP</a> - a hover and expansion module to get GeoIP information from geolite/maxmind.</li>
<li>[Google Threat Intelligence] (<a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_threat_intelligence.py">https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_threat_intelligence.py</a>) - An expansion module to have the observable's threat score assessed by Google Threat Intelligence.</li>
<li><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/greynoise.py">Greynoise</a> - a hover to get information from greynoise.</li>
<li><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/hashdd.py">hashdd</a> - a hover module to check file hashes against <a href="http://www.hashdd.com">hashdd.com</a> including NSLR dataset.</li>
<li><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/hibp.py">hibp</a> - a hover module to lookup against Have I Been Pwned?</li>
Expand Down Expand Up @@ -799,7 +800,7 @@ <h2 id="licenses">Licenses<a class="headerlink" href="#licenses" title="Permanen
<script id="__config" type="application/json">{"base": ".", "features": [], "search": "assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
6 changes: 3 additions & 3 deletions install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>Install Guides - MISP Modules Documentation</title>



<link rel="stylesheet" href="../assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -874,7 +874,7 @@ <h2 id="install-misp-module-on-an-offline-instance">Install misp-module on an of
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="../assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
6 changes: 3 additions & 3 deletions license/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@


<link rel="icon" href="../img/favicon.ico">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.21">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



<title>License - MISP Modules Documentation</title>



<link rel="stylesheet" href="../assets/stylesheets/main.66ac8b77.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -1141,7 +1141,7 @@ <h1>License</h1>
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../assets/javascripts/bundle.a7c05c9e.min.js"></script>
<script src="../assets/javascripts/bundle.081f42fc.min.js"></script>


</body>
Expand Down
Binary file added logos/google_threat_intelligence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.misp-project.org/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/contribute/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/expansion/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/export_mod/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/import_mod/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/install/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/license/</loc>
<lastmod>2024-05-09</lastmod>
<lastmod>2024-06-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a94d3d2

Please sign in to comment.