Deployed 5aa47e7 with MkDocs version: 1.4.2

gh-pages
Alexandre Dulaunoy 2023-03-29 19:17:49 +02:00
parent 9d4eb490d0
commit 66db17ecec
8 changed files with 43 additions and 8 deletions

View File

@ -557,6 +557,13 @@
ipasn
</a>
</li>
<li class="md-nav__item">
<a href="#ipinfo" class="md-nav__link">
ipinfo
</a>
</li>
<li class="md-nav__item">
@ -1353,6 +1360,13 @@
ipasn
</a>
</li>
<li class="md-nav__item">
<a href="#ipinfo" class="md-nav__link">
ipinfo
</a>
</li>
<li class="md-nav__item">
@ -2456,6 +2470,27 @@ Asn object(s) objects related to the IP address used as input.
pyipasnhistory: Python library to access IPASN-history instance</p>
</blockquote>
<hr />
<h4 id="ipinfo"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/ipinfo.py">ipinfo</a><a class="headerlink" href="#ipinfo" title="Permanent link">&para;</a></h4>
<p><img src=../logos/ipinfo.png height=60></p>
<p>An expansion module to query ipinfo.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 ipinfo.io API.<br />
The geolocation information on the IP address is always returned.</p>
<p>Depending on the subscription plan, the API returns different pieces of information then:
- With a basic plan (free) you get the AS number and the AS organisation name concatenated in the <code>org</code> field.
- With a paid subscription, the AS information is returned in the <code>asn</code> field with additional AS information, and depending on which plan the user has, you can also get information on the privacy method used to protect the IP address, the related domains, or the point of contact related to the IP address in case of an abuse.</p>
<p>More information on the responses content is available in the <a href="https://ipinfo.io/developers">documentation</a>.
- <strong>input</strong>:
IP address attribute.
- <strong>output</strong>:
Additional information on the IP address, like its geolocation, the autonomous system it is included in, and the related domain(s).
- <strong>references</strong>:
<a href="https://ipinfo.io/developers">https://ipinfo.io/developers</a>
- <strong>requirements</strong>:
An ipinfo.io token</p>
</blockquote>
<hr />
<h4 id="ipqs_fraud_and_risk_scoring"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/ipqs_fraud_and_risk_scoring.py">ipqs_fraud_and_risk_scoring</a><a class="headerlink" href="#ipqs_fraud_and_risk_scoring" title="Permanent link">&para;</a></h4>
<p><img src=../logos/ipqualityscore.png height=60></p>
<p>IPQualityScore MISP Expansion Module for IP reputation, Email Validation, Phone Number Validation, Malicious Domain and Malicious URL Scanner.

BIN
expansion/logos/ipinfo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
export_mod/logos/ipinfo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
import_mod/logos/ipinfo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
logos/ipinfo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 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>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/contribute/</loc>
<lastmod>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/expansion/</loc>
<lastmod>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/export_mod/</loc>
<lastmod>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/import_mod/</loc>
<lastmod>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/install/</loc>
<lastmod>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://www.misp-project.org/license/</loc>
<lastmod>2023-03-21</lastmod>
<lastmod>2023-03-29</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.