Malicious domains-donors

The SerpstatBacklinksProcedure.getThreats method returns a list of malicious domains referring to the analyzed domain and information on them. The data set is similar to the Malicious sites report.

Malicious sites referring to the analyzed domain

Use case: With the SerpstatBacklinksProcedure.getThreats method, find out what malicious websites are referring to your site and remove these backlinks.

General request parameters and instructions for using Serpstat API

Request parameters

Parameter

Description

Type

Required

Default value

Value options

id

A request id: the response contains the same id. Enter any number (number) or text (string) value

int/string

yes

Text or number value.
For example: 1, test

method

 API method name

string

yes

SerpstatBacklinksProcedure.getThreats

params

The object with parameters {...}, it lists all the following parameters and arrays [...]

yes

query

Domain of the analyzed site. Specify the domain without http / https and «/»

string

yes

The text value of the domain being analyzed.
For example: serpstat.com

searchType

Search modes for analysis

string

yes

domain_with_subdomains domain - domain only (site.com)
domain_with_subdomains - domain with subdomains (subdomain.site.com)

page

A page number (number value)

int

no

1 any number value

size

A number of results (number value)

int

no

100 number value in the range of 1-1000

sort

Sorting the results

string

no

lastupdate Sorting:
* lastupdate - date of the first detection
* domain_link - number of links to the domain
* links_count - the number of links from the domain
* platform_type - the platform for which the site is a threat:
1 - windows
2 - linux
3 - android
4 - OS X
5 - IOS
6 - any OS
7 - all OS
8 - chrome OS

* threat_type - a type of vulnerability:
1 - malware
2 - social engineering
3 - unwanted software
4 - potentially harmful application

* lastupdate - link detection date. Value format: DD.MM.YYYY (01.01.2001)

order

Order

string

no

desc * asc - in the ascending order
* desc - in the descending order

Filter conditions parameters
Parameter Description
complexFilter

Data filtering, entered as arrays. Available columns:
* lastupdate - date of the first detection
* domain_link - number of links to the domain
* links_count - number of links from the domain
* platform_type - the platform for which the site is a threat:
1 - windows
2 - linux
3 - android
4 - OS X
5 - IOS
6 - any OS
7 - all OS
8 - chrome OS

* threat_type - a type of vulnerability:
1 - malware
2 - social engineering
3 - unwanted software
4 - potentially harmful application

* lastupdate - link detection date. Value format: DD.MM.YYYY (01.01.2001)

* compareType - filter parameter:
* gt - greater than (number value)
* lt - less than (number value)
* gte - greater than or equal (number value)
* lte - less than or equal (number value)
* eq - exact match (number or text value)
* neq - does not meet the requirement (number or text value)
* between - between (number value)
* contains - contains (text value)
* notContains - does not contain (text value)
* startsWith - starts with (text value)
* endsWith - ends with (text value)

* value - filter value

The first square brackets list the "OR" conditions. The second within the first are the "AND" conditions.


Response parameters
Parameter Description
id Response id corresponds the request id
result Contains the answer
data Array with data
domain Malicious domain
domain_link Linking page
links_count A number of referring links
platform_type

Platform, for which a website is a threat:

  • windows;
  • Linux;
  • android;
  • OS X;
  • IOS;
  • any OS;
  • all OS;
  • chrome OS.
threat_type

Threat type:

  • malware;
  • social engineering;
  • unwanted software;
  • potentially harmful application.
last_update Date of the last update
summary_info Object with data
page Page number
total Number of results for request
count Number of results in this answer
left_lines Left credits of lines for your pricing plan
sort What data are sorted by
order Data sorted:
* asc - in the ascending order
* desc - in the descending order

API credits are spent at 1 credit for each domain. If data are absent, the credits are not charged. Part of the API response for which you spend 1 credit:

{
     "domain": "thevampireclubrus.blogspot.com",
     "domain_link": "http://thevampireclubrus.blogspot.com",
     "links_count": 22,
     "platform_type": [
         "all_platforms"
     ],
     "threat_type": [
         "malware"
     ],
     "lastupdate": "2020-12-02 08:48:52"
}

Example
Request data:
{
 "id": 1,
 "method": "SerpstatBacklinksProcedure.getThreats",
 "params": {
     "query": "kinopoisk.ru",
     "searchType": "domain",
     "sort": "lastupdate",
     "order": "desc",
     "page": 1,
     "size": 2,
     "linkPerDomain": 1,
     "complexFilter": [
            [
                {
                    "field": "lastupdate",
                    "compareType": "gt",
                    "value": [
                        "25.09.2020"
                    ]
                },
                {
                    "field": "domain_link",
                    "compareType": "contains",
                    "value": [
                        ".com"
                    ]
                },
                {
                    "field": "links_count",
                    "compareType": "gte",
                    "value": [
                        "1"
                    ]
                },
                {
                    "field": "platform_type",
                    "compareType": "contains",
                    "value": [
                        "1"
                    ]
                },
                {
                    "field": "threat_type",
                    "compareType": "contains",
                    "value": [
                        "1"
                    ]
                }
            ]   
        ]
  }
}
Response data:
{
    "id": "1",
    "result": {
        "data": [
            {
                "domain": "thevampireclubrus.blogspot.com",
                "domain_link": "http://thevampireclubrus.blogspot.com",
                "links_count": 22,
                "platform_type": [
                    "all_platforms"
                ],
                "threat_type": [
                    "malware"
                ],
                "lastupdate": "2020-12-02 08:48:52"
            }
        ],
        "summary_info": {
            "left_lines": 999836,
            "page": 1,
            "count": 1,
            "total": 1,
            "sort": "lastupdate",
            "order": "DESC"
        }
    }
}

Share this article with your friends

Are you sure?

Introducing Serpstat

Find out about the main features of the service in a convenient way for you!

Please send a request, and our specialist will offer you education options: a personal demonstration, a trial period, or materials for self-study and increasing expertise — everything for a comfortable start to work with Serpstat.

Name

Email

Phone

We are glad of your comment
I agree to Serpstat`s Privacy Policy.

Thank you, we have saved your new mailing settings.

Open support chat