mirror of https://github.com/MISP/misp-modules
Deployed d24171d
with MkDocs version: 1.2.3
parent
2c64beeb24
commit
b766de1ae5
|
@ -538,6 +538,13 @@
|
|||
ipasn
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ipqs_fraud_and_risk_scoring" class="md-nav__link">
|
||||
ipqs_fraud_and_risk_scoring
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1299,6 +1306,13 @@
|
|||
ipasn
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ipqs_fraud_and_risk_scoring" class="md-nav__link">
|
||||
ipqs_fraud_and_risk_scoring
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2340,6 +2354,24 @@ 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="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">¶</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.
|
||||
- <strong>features</strong>:</p>
|
||||
<blockquote>
|
||||
<p>This Module takes the IP Address, Domain, URL, Email and Phone Number MISP Attributes as input to query the IPQualityScore API.
|
||||
The results of the IPQualityScore API are than returned as IPQS Fraud and Risk Scoring Object.
|
||||
The object contains a copy of the enriched attribute with added tags presenting the verdict based on fraud score,risk score and other attributes from IPQualityScore.
|
||||
- <strong>input</strong>:
|
||||
A MISP attribute of type IP Address(ip-src, ip-dst), Domain(hostname, domain), URL(url, uri), Email Address(email, email-src, email-dst, target-email, whois-registrant-email) and Phone Number(phone-number, whois-registrant-phone).
|
||||
- <strong>output</strong>:
|
||||
IPQualityScore object, resulting from the query on the IPQualityScore API.
|
||||
- <strong>references</strong>:
|
||||
<a href="https://www.ipqualityscore.com/">https://www.ipqualityscore.com/</a>
|
||||
- <strong>requirements</strong>:
|
||||
A IPQualityScore API Key.</p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h4 id="iprep"><a href="https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/iprep.py">iprep</a><a class="headerlink" href="#iprep" title="Permanent link">¶</a></h4>
|
||||
<p>Module to query IPRep data for IP addresses.
|
||||
- <strong>features</strong>:</p>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 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>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/contribute/</loc>
|
||||
<lastmod>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/expansion/</loc>
|
||||
<lastmod>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/export_mod/</loc>
|
||||
<lastmod>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/import_mod/</loc>
|
||||
<lastmod>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/install/</loc>
|
||||
<lastmod>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.misp-project.org/license/</loc>
|
||||
<lastmod>2022-02-04</lastmod>
|
||||
<lastmod>2022-02-15</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue