---
title: "DGA String Probability Sscore"
slug: "dga-string-probability-score"
updated: 2026-01-07T16:35:36Z
published: 2026-01-07T16:35:36Z
canonical: "help.silentpush.com/dga-string-probability-score"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.silentpush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DGA String Probability Sscore

```plaintext
GET /explore/domain/string/{domain}
```

Get the DGA string probability score for the domain.

| **Query Parameters:** | - **domain (string)** *(required)* - domain name |
| --- | --- |
| **Request headers:** | - *X-API-KEY - api-key* |

## Example Request

```plaintext
https://api.silentpush.com/api/v1/merge-api/explore/domain/string/silentpush.com
```

## Example Response

```python
{
    "status_code": 200,
    "error": null,
    "response": {
        "domain_string_frequency_probability": {
            "avg_probability": 6.79715,
            "dga_probability_score": 0,
            "domain": "silentpush.com",
            "domain_string_freq_probabilities": [
                7.1727,
                6.4216
            ],
            "query": "silentpush.com"
        }
    }
}
```
