mirror of https://github.com/MISP/misp-modules
Deployed 9a1140c
with MkDocs version: 1.4.3
parent
d660d13f9c
commit
cbb38c9780
|
@ -557,6 +557,13 @@
|
|||
intelmq_eventdb
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ip2locationio" class="md-nav__link">
|
||||
ip2locationio
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1381,6 +1388,13 @@
|
|||
intelmq_eventdb
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ip2locationio" class="md-nav__link">
|
||||
ip2locationio
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2535,6 +2549,25 @@ Text giving information about the input using IntelMQ database.
|
|||
- An access to the IntelMQ database (username, password, hostname and database reference)</p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h4 id="ip2locationio"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/ip2locationio.py">ip2locationio</a><a class="headerlink" href="#ip2locationio" title="Permanent link">¶</a></h4>
|
||||
<p><img src=../logos/ip2locationio.png height=60></p>
|
||||
<p>An expansion module to query IP2Location.io to gather more information on a given IP address.
|
||||
- <strong>features</strong>:</p>
|
||||
<blockquote>
|
||||
<p>The module takes an IP address attribute as input and queries the IP2Location.io API.<br />
|
||||
Free plan user will get the basic geolocation informaiton, and different subsription plan will get more information on the IP address.
|
||||
Refer to <a href="https://www.ip2location.io/pricing">pricing page</a> for more information on data available for each plan. </p>
|
||||
<p>More information on the responses content is available in the <a href="https://www.ip2location.io/ip2location-documentation">documentation</a>.
|
||||
- <strong>input</strong>:
|
||||
IP address attribute.
|
||||
- <strong>output</strong>:
|
||||
Additional information on the IP address, such as geolocation, proxy and so on. Refer to the Response Format section in <a href="https://www.ip2location.io/ip2location-documentation">https://www.ip2location.io/ip2location-documentation</a> to find out the full format of the data returned.
|
||||
- <strong>references</strong>:
|
||||
<a href="https://www.ip2location.io/ip2location-documentation">https://www.ip2location.io/ip2location-documentation</a>
|
||||
- <strong>requirements</strong>:
|
||||
An IP2Location.io token</p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h4 id="ipasn"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/ipasn.py">ipasn</a><a class="headerlink" href="#ipasn" title="Permanent link">¶</a></h4>
|
||||
<p>Module to query an IP ASN history service (<a href="https://github.com/D4-project/IPASN-History">https://github.com/D4-project/IPASN-History</a>).
|
||||
- <strong>features</strong>:</p>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
File diff suppressed because one or more lines are too long
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-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/contribute/</loc>
|
||||
<lastmod>2023-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/expansion/</loc>
|
||||
<lastmod>2023-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/export_mod/</loc>
|
||||
<lastmod>2023-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/import_mod/</loc>
|
||||
<lastmod>2023-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/install/</loc>
|
||||
<lastmod>2023-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/license/</loc>
|
||||
<lastmod>2023-11-07</lastmod>
|
||||
<lastmod>2023-12-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue