GET /explore/domain/string/{domain}Get the DGA string probability score for the domain.
Query Parameters: |
|
Request headers: |
|
Example Request
https://api.silentpush.com/api/v1/merge-api/explore/domain/string/silentpush.comExample Response
{
"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"
}
}
}