Skip to content

Commit

Permalink
added urlDNA.io observable analyzers documentation (#14)
Browse files Browse the repository at this point in the history
* Update advanced_usage.md

Added urlDNA.io advanced usage documentation.

* Update usage.md

Added urlDNA.io usage documentation
  • Loading branch information
redaelli authored Nov 25, 2024
1 parent e5e9ba1 commit 5784adf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/IntelOwl/advanced_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@ Some analyzers could require a special configuration:
- `full`: Includes all available information about the IP from the database.
- `fmp`: Returns only the FMP (Future Misbehavior Probability) score.
- `rep`: Returns only the reputation score of the IP.
- `urlDNA.io`:
- 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.
- `device`: Specifies the device used for the scan. Options are `DESKTOP` or `MOBILE`.
- `user_agent`: Defines the browser user agent string used during the scan.
- `viewport_width`: Sets the viewport width for the scan.
- `viewport_height`: Sets the viewport height for the scan.
- `waiting_time`: Determines the waiting time for the page to load during the scan (in seconds).
- `private_scan`: When set to `true`, the scan results will not be shared with other `urlDNA.io` users.
- `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.

## Notifications

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

0 comments on commit 5784adf

Please sign in to comment.