Skip to content

Commit 5784adf

Browse files
authored
added urlDNA.io observable analyzers documentation (#14)
* Update advanced_usage.md Added urlDNA.io advanced usage documentation. * Update usage.md Added urlDNA.io usage documentation
1 parent e5e9ba1 commit 5784adf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/IntelOwl/advanced_usage.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,15 @@ Some analyzers could require a special configuration:
251251
- `full`: Includes all available information about the IP from the database.
252252
- `fmp`: Returns only the FMP (Future Misbehavior Probability) score.
253253
- `rep`: Returns only the reputation score of the IP.
254+
- `urlDNA.io`:
255+
- The `UrlDNA_New_Scan` analyzer offers optional configurations that can be adjusted to achieve more accurate results. Full documentation of these settings is available on the [urlDNA.io API](https://urldna.io/api) page.
256+
- `device`: Specifies the device used for the scan. Options are `DESKTOP` or `MOBILE`.
257+
- `user_agent`: Defines the browser user agent string used during the scan.
258+
- `viewport_width`: Sets the viewport width for the scan.
259+
- `viewport_height`: Sets the viewport height for the scan.
260+
- `waiting_time`: Determines the waiting time for the page to load during the scan (in seconds).
261+
- `private_scan`: When set to `true`, the scan results will not be shared with other `urlDNA.io` users.
262+
- `scanned_from`: Allows selecting the country of origin for the scan using a two-letter country code (ISO 3166-1 alpha-2). This feature is available only to `urlDNA.io` Premium Users.
254263

255264
## Notifications
256265

docs/IntelOwl/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ The following is the list of the available analyzers you can run out-of-the-box.
234234
- `TorProject`: check if an IP is a Tor Exit Node
235235
- `Triage_Search`: Search for reports of observables or upload from URL on triage cloud
236236
- `Tranco`: Check if a domain is in the latest [Tranco](https://tranco-list.eu/) ranking top sites list
237+
- `UrlDNA_Search`: Look up an IP address, domain, URL, or hash in the [urlDNA.io](https://urldna.io) database to retrieve relevant information.
238+
- `UrlDNA_New_Scan`: Submit a URL to [urlDNA.io](https://urldna.io) for analysis and retrieve the results.
237239
- `URLhaus`: Query a domain or URL against [URLhaus](https://urlhaus.abuse.ch/) API.
238240
- `UrlScan_Search`: Search an IP/domain/url/hash against [URLScan](https://urlscan.io) API
239241
- `UrlScan_Submit_Result`: Submit & retrieve result of an URL against [URLScan](https://urlscan.io) API

0 commit comments

Comments
 (0)