Skip to content

Commit 2d74f14

Browse files
authored
Merge pull request #765 from sreekarmad/main
Adding Validin MISP Expansion module
2 parents 411f6e5 + e1ec656 commit 2d74f14

5 files changed

Lines changed: 1021 additions & 0 deletions

File tree

documentation/logos/validin.png

7.28 KB
Loading

documentation/mkdocs/expansion.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,6 +2671,39 @@ An expansion module to query urlscan.io.
26712671

26722672
-----
26732673

2674+
#### [Validin Lookup](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/validin.py)
2675+
2676+
<img src=logos/validin.png height=60>
2677+
2678+
An expansion module to query the Validin historic internet dataset including: DNS, Subdomains, Host Responses, Certificates, and Registration.
2679+
[[source code](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/validin.py)]
2680+
2681+
- **features**:
2682+
>Queries Validin's datasets for: DNS history, subdomains, host responses, certificates and registration
2683+
>records (enterprise users only) to enrich domains and IPs in MISP.
2684+
>The configured lookback is 14 days for DNS, 21 days for web crawls, and
2685+
>30 days for registration history. To set this up correctly, you need to configure: a Validin api key,
2686+
>a Validin endpoint (e.g. app.validin.com), and a result_limit, which defaults to 100.
2687+
2688+
- **config**:
2689+
> - endpoint
2690+
> - api_key
2691+
> - result_limit
2692+
2693+
- **input**:
2694+
>A domain, hostname, ip-src, or ip-dst attribute.
2695+
2696+
- **output**:
2697+
>MISP attributes mapped from the result of the query on Validin.
2698+
2699+
- **references**:
2700+
>https://www.validin.com
2701+
2702+
- **requirements**:
2703+
>An account on the Validin Community or Enterprise platforms, and an API key (found in your profile on the Validin platform).
2704+
2705+
-----
2706+
26742707
#### [VARIoT db Lookup](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/variotdbs.py)
26752708
26762709
<img src=../logos/variot.png height=60>

documentation/mkdocs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ For more information: [Extending MISP with Python modules](https://www.misp-proj
111111
* [TruSTAR Enrich](https://misp.github.io/misp-modules/expansion/#trustar-enrich) - Module to get enrich indicators with TruSTAR.
112112
* [URLhaus Lookup](https://misp.github.io/misp-modules/expansion/#urlhaus-lookup) - Query of the URLhaus API to get additional information about the input attribute.
113113
* [URLScan Lookup](https://misp.github.io/misp-modules/expansion/#urlscan-lookup) - An expansion module to query urlscan.io.
114+
* [Validin Lookup](https://misp.github.io/misp-modules/expansion/#validin-lookup) - An expansion module to query Validin's historic internet intelligence database.
114115
* [VARIoT db Lookup](https://misp.github.io/misp-modules/expansion/#variot-db-lookup) - An expansion module to query the VARIoT db API for more information about a vulnerability.
115116
* [VirusTotal v3 Lookup](https://misp.github.io/misp-modules/expansion/#virustotal-v3-lookup) - Enrich observables with the VirusTotal v3 API
116117
* [VirusTotal Public API Lookup](https://misp.github.io/misp-modules/expansion/#virustotal-public-api-lookup) - Enrich observables with the VirusTotal v3 public API

0 commit comments

Comments
 (0)