CN112929458B - Method and device for determining address of server of APP (application) and storage medium - Google Patents

Method and device for determining address of server of APP (application) and storage medium Download PDF

Info

Publication number
CN112929458B
CN112929458B CN201911237754.8A CN201911237754A CN112929458B CN 112929458 B CN112929458 B CN 112929458B CN 201911237754 A CN201911237754 A CN 201911237754A CN 112929458 B CN112929458 B CN 112929458B
Authority
CN
China
Prior art keywords
address
information
type
address information
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911237754.8A
Other languages
Chinese (zh)
Other versions
CN112929458A (en
Inventor
向钢
何国锋
闻剑峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Telecom Corp Ltd
Original Assignee
China Telecom Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Telecom Corp Ltd filed Critical China Telecom Corp Ltd
Priority to CN201911237754.8A priority Critical patent/CN112929458B/en
Publication of CN112929458A publication Critical patent/CN112929458A/en
Application granted granted Critical
Publication of CN112929458B publication Critical patent/CN112929458B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1408Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
    • H04L63/1416Event detection, e.g. attack signature detection

Abstract

The disclosure provides a method, a device and a storage medium for determining a server address of an APP application, wherein the method comprises the following steps: acquiring address information corresponding to the APP; the address information includes: IP address information or domain name resolution information; classifying the address information according to the address type feature library and the address type model, and determining the address type corresponding to the address information; setting address information of which the address type cannot be determined as a candidate server address corresponding to the APP; and detecting the candidate server address, and determining whether the candidate server is the server address corresponding to the APP based on the detection processing result. The method, the device and the storage medium improve the accuracy and the efficiency of background address determination, can quickly locate the server corresponding to the APP, can integrally evaluate the safety of the APP service, and are also beneficial to quick tracing and handling when a safety event occurs.

Description

Method and device for determining address of server of APP (application) and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for determining a server address of an APP application, and a storage medium.
Background
At present, the safety problems caused by APP application, namely mobile phone APP application, are more and more prominent in main forms of mobile internet, industrial internet and the like, and safety detection needs to be provided for the APP. A common security detection technology adopts a static detection mode, and potential bugs or malicious behaviors in codes are discovered through code reversal and white box detection. However, many malicious behaviors are often dynamically loaded after software runs or sent after interaction with a server, and the content rules depend on the server more. Through positioning the APP server, malicious behaviors of the APP server can be found more truly, and the accuracy of the APP server is improved. Because malicious software often has a lot of noises such as a lot of advertisements, a plurality of main control terminals and the like, a real server terminal cannot be accurately positioned.
Disclosure of Invention
In view of this, a technical problem to be solved by the present invention is to provide a method, an apparatus and a storage medium for determining a server address of an APP application.
According to one aspect of the disclosure, a method for determining a server address of an APP application is provided, which includes: acquiring address information corresponding to the APP; wherein the address information includes: IP address information or domain name resolution information; classifying the address information according to an address type feature library and an address type model, and determining an address type corresponding to the address information; setting address information of which the address type cannot be determined as a candidate server address corresponding to the APP application; and detecting the candidate server address, and determining whether the candidate server is the server address corresponding to the APP based on the detection processing result.
Optionally, the classifying the address information according to an address type feature library and an address type model, and determining an address type corresponding to the address information includes: acquiring address type characteristics in the address type characteristic library, and performing matching processing on the address information by using the address type characteristics; if the matching is successful, determining the address type corresponding to the address information; if the matching is unsuccessful, inputting the address information into the address type model, and identifying the address information to determine the address type corresponding to the address information; wherein the address types include: advertisement service address type, domain name service address type, malicious address type.
Optionally, the setting address information for which the address type cannot be determined as a candidate server address corresponding to the APP application includes: and if the address type model cannot identify the address information, setting the address information as the candidate server address.
Optionally, if the address type model can identify the address information, determining an address type corresponding to the address information, and storing the address information and the corresponding address type in the address type feature library.
Optionally, generating a training sample based on address type features in the address type feature library and/or address type features collected in advance; and training a preset deep learning model by using a deep learning method based on the training sample to obtain the address type model.
Optionally, the performing detection processing on the candidate server address, and determining whether the candidate server is a server address corresponding to the APP application based on a detection processing result includes: carrying out address validity detection and address reachability detection on the candidate server address; and if the candidate server address passes the address validity detection and the address reachability detection, determining that the candidate server address is the server address.
Optionally, the obtaining address information corresponding to the APP application includes: acquiring a source code of the APP, and acquiring the address information in the source code; and/or acquiring network flow information corresponding to the APP application, and acquiring the address information based on the network flow information.
According to another aspect of the present disclosure, there is provided a server address determining apparatus for an APP application, including: the address information acquisition module is used for acquiring address information corresponding to the APP; wherein the address information includes: IP address information or domain name resolution information; the address classification module is used for classifying the address information according to an address type feature library and an address type model and determining an address type corresponding to the address information; setting address information of which the address type cannot be determined as a candidate server address corresponding to the APP application; and the address detection module is used for detecting the candidate server address and determining whether the candidate server is the server address corresponding to the APP based on the detection processing result.
Optionally, the address classification module is configured to obtain address type features in the address type feature library, and perform matching processing on the address information by using the address type features; if the matching is successful, determining the address type corresponding to the address information; if the address information is matched with the address type model unsuccessfully, inputting the address information into the address type model, and identifying the address information to determine the address type corresponding to the address information; wherein the address types include: advertisement service address type, domain name service address type, malicious address type.
Optionally, the address classification module is configured to set the address information as the candidate server address if the address type model cannot identify the address information.
Optionally, the address detection module is configured to determine an address type corresponding to the address information if the address type model can identify the address information, and store the address information and the corresponding address type in the address type feature library.
Optionally, the address detection module is configured to generate a training sample based on the address type feature in the address type feature library and/or a pre-acquired address type feature; and training a preset deep learning model by using a deep learning method based on the training sample to obtain the address type model.
Optionally, the address detection module is configured to perform address validity detection and address reachability detection on the candidate server address; and if the candidate server address passes the address validity detection and the address reachability detection, determining that the candidate server address is the server address.
Optionally, the address information obtaining module is configured to obtain a source code of the APP application, and obtain the address information in the source code; and/or acquiring network traffic information corresponding to the APP application, and acquiring the address information based on the network traffic information.
According to another aspect of the present disclosure, there is provided a server address determining apparatus for an APP application, including: a memory; and a processor coupled to the memory, the processor configured to perform the method as described above based on instructions stored in the memory.
According to yet another aspect of the present disclosure, a computer-readable storage medium is provided, which stores computer instructions for execution by a processor to perform the method as described above.
The server address determining method, device and storage medium for the APP application perform address validity detection on address information corresponding to the APP application, obtain the server address corresponding to the APP application, improve accuracy and efficiency of background address determination, can quickly locate the server corresponding to the APP application, can integrally evaluate safety of the APP service, and is also helpful for quick tracing and disposal when a safety event occurs.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present disclosure, and other drawings can be obtained by those skilled in the art without inventive exercise.
Fig. 1 is a schematic flowchart of an embodiment of a method for determining a server address of an APP application according to the present disclosure;
fig. 2 is a schematic flowchart of classification processing in an embodiment of a method for determining a server address of an APP application according to the present disclosure;
fig. 3 is a schematic block diagram of an embodiment of a server address determining apparatus for an APP application according to the present disclosure;
fig. 4 is a block diagram illustrating another embodiment of a server address determining apparatus for APP according to the present disclosure.
Detailed Description
The present disclosure now will be described more fully hereinafter with reference to the accompanying drawings, in which exemplary embodiments of the disclosure are shown. The technical solutions in the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the embodiments described are only some embodiments of the present disclosure, rather than all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
Fig. 1 is a schematic flowchart of an embodiment of a method for determining a server address of an APP application according to the present disclosure, as shown in fig. 1:
step 101, acquiring address information corresponding to an APP; wherein the address information includes: IP address information, domain name resolution information, and the like.
And 102, classifying the address information according to the address type feature library and the address type model, and determining the address type corresponding to the address information. The address type model can be a plurality of address classification models, and the address type model can classify the addresses through an artificial intelligence AI technology.
And 103, setting the address information of which the address type cannot be determined as a candidate server address corresponding to the APP application.
And step 104, detecting the candidate server address, and determining whether the candidate server is the server address corresponding to the APP based on the detection result.
The address information may be classified using various methods to determine the address type corresponding to the address information. Fig. 2 is a schematic flowchart of a classification process in an embodiment of a method for determining a server address of an APP application according to the present disclosure, as shown in fig. 2:
step 201, obtaining the address type characteristics in the address type characteristic library, and performing matching processing on the address information by using the address type characteristics.
In one embodiment, a plurality of address type features are preset in an address type feature library, and intelligent analysis is performed according to existing address type features (address classification features). The address type characteristics may be various, such as a particular domain name suffix, a particular host domain name, a super-regular domain name, a malicious address, and so forth. Matching processing is carried out according to various existing configuration rules, and various address types (classifications) corresponding to the address information are obtained, wherein the address types comprise: an advertisement service address type, a domain name service address type, a malicious address type, and other specific service address types (e.g., an access analysis component, a customer profile, a diversion service, etc.).
Step 202, if the matching is successful, determining an address type corresponding to the address information; and if the matching is unsuccessful, inputting the address information into an address type model, and identifying the address information to determine the address type corresponding to the address information.
If the address type model cannot identify the address information, setting the address information as a candidate server address. If the address type model can identify the address information, determining the address type corresponding to the address information, and storing the address information and the corresponding address type in an address type feature library.
An address classification feature library is established in advance and can be used as a feature library of the address type model, the result after the address type model is analyzed can be supplemented into the address classification feature library, and classified address information and type information of the address type model are supplemented into the address classification feature library. The address type model can not identify that the address type of the address information is not an advertisement service address type, a domain name service address type, a malicious address type, other specific service address types and the like, and then the address type is used as a candidate server address. The address classification feature library is established, the analysis efficiency can be improved, the address classification feature library and the AI technology are mutually fused and continuously strengthened, and forward circulation is formed.
In one embodiment, training samples are generated based on address type features in an address type feature library and/or address type features collected in advance; and training a preset deep learning model by using a deep learning method based on the training sample to obtain an address type model. There are various deep learning models, for example, deep learning models include CNN, DBN, RNN, RNTN, auto-encoder, GAN, and the like.
The preset deep learning model comprises a multilayer neuron model, the multilayer neuron model comprises an input layer neuron model, at least one middle layer neuron model and an output layer neuron model, the output of each layer of neuron model is used as the input of the next layer of neuron model, neurons of the input layer neuron model correspond to address information, and neurons of the output layer neuron model correspond to a plurality of address types. The multi-layer neuron model may be a sub-network structure having a plurality of neural network layers of a fully-connected structure, and the middle layer neuron model is a fully-connected layer.
The detection processing of the candidate server address may adopt various detection methods. And performing address validity detection and address reachability detection on the candidate server address, and if the candidate server address passes the address validity detection and the address reachability detection, determining that the candidate server address is a server address, namely an APP background address, wherein the number of the server addresses can be one or more. And after the address legality and reachability detection is finished, ensuring that the address of the server is an available address. The address validity detection can adopt the existing validity rule to detect the candidate server address, and the address reachability detection can adopt the existing multiple methods to determine whether the candidate server address can be accessed and reached.
There may be various methods for obtaining address information corresponding to an APP application. Acquiring a source code of an APP, and acquiring address information in the source code; and acquiring network flow information corresponding to the APP, and acquiring address information based on the network flow information. For example, the APP obtains a source code through static analysis including shell removal, reverse, and the like, obtains related IP and domain name information in a program from the source code, or obtains IP address information and domain name resolution information interacting with the APP through dynamic analysis and monitoring network traffic.
In one embodiment, the present disclosure provides a server address determining apparatus 30 for an APP application, including: an address information acquisition module 31, an address classification module 32 and an address detection module 33. The address information obtaining module 31 obtains address information corresponding to the APP application; wherein the address information includes: IP address information or domain name resolution information.
The address information obtaining module 31 obtains a source code of the APP application, and obtains address information in the source code; and/or the address information obtaining module 31 obtains network traffic information corresponding to the APP application, and obtains the address information based on the network traffic information.
In one embodiment, the address classification module 32 classifies the address information according to the address type feature library and the address type model, and determines the address type corresponding to the address information. The address classification module 32 sets address information for which the address type cannot be determined as a candidate server address corresponding to the APP application. The address detection module 33 performs detection processing on the candidate server address, and determines whether the candidate server is a server address corresponding to the APP application based on a detection processing result.
The address classification module 32 obtains the address type features in the address type feature library, and performs matching processing on the address information by using the address type features; if the match is successful, the address classification module 32 determines the address type corresponding to the address information; if the matching is not successful, the address classification module 32 inputs the address information into the address type model, and identifies the address information to determine the address type corresponding to the address information; wherein the address types include: an advertisement service address type, a domain name service address type, a malicious address type, and the like.
If the address type model cannot identify address information, the address classification module 32 sets this address information as a candidate server address. If the address type model is able to identify address information, the address classification module 32 determines the address type corresponding to the address information, stores this address information and the corresponding address type in the address type feature library.
The address classification module 32 generates training samples based on address type features in the address type feature library and/or pre-collected address type features. The address classification module 32 trains a preset deep learning model based on the training samples by using a deep learning method to obtain an address type model.
The address detection module 33 performs address validity detection and address reachability detection on the candidate server addresses; if the candidate server address passes the address validity detection and the address reachability detection, the address detection module 33 determines that the candidate server address is the server address.
Fig. 4 is a schematic block diagram of a server address determining apparatus of an APP application according to another embodiment of the present disclosure. As shown in fig. 4, the apparatus may include a memory 41, a processor 42, a communication interface 43, and a bus 44. The memory 41 is used for storing instructions, the processor 42 is coupled to the memory 41, and the processor 42 is configured to execute a server address determination method for implementing the APP application based on the instructions stored in the memory 41.
The memory 41 may be a high-speed RAM memory, a non-volatile memory (non-volatile memory), or the like, and the memory 41 may be a memory array. The storage 41 may also be partitioned, and the blocks may be combined into virtual volumes according to certain rules. The processor 42 may be a central processing unit CPU, or an APPlication Specific Integrated Circuit ASIC (APPlication Specific Integrated Circuit), or one or more Integrated circuits configured to implement the server address determination method of the APP APPlication of the present disclosure.
In one embodiment, the present disclosure provides a computer-readable storage medium having stored thereon computer instructions for execution by a processor to perform a method as above.
The method, the device and the storage medium for determining the address of the server side of the APP application provided in the above embodiments perform address validity detection on the address information corresponding to the APP application, obtain the address of the server side corresponding to the APP application, improve the accuracy and efficiency of background address determination, quickly locate the server side corresponding to the APP application, help to analyze the safety risk and the existing problem of the APP application more accurately, can integrally evaluate the safety of the APP service, also help to quickly trace to the source and handle when a safety event occurs, and improve the user's experience.
The method and system of the present disclosure may be implemented in a number of ways. For example, the methods and systems of the present disclosure may be implemented by software, hardware, firmware, or any combination of software, hardware, and firmware. The above-described order for the steps of the method is for illustration only, and the steps of the method of the present disclosure are not limited to the order specifically described above unless specifically stated otherwise. Further, in some embodiments, the present disclosure may also be embodied as programs recorded in a recording medium, the programs including machine-readable instructions for implementing the methods according to the present disclosure. Thus, the present disclosure also covers a recording medium storing a program for executing the method according to the present disclosure.
The description of the present disclosure has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the disclosure in the form disclosed. Many modifications and variations will be apparent to practitioners skilled in this art. The embodiment was chosen and described in order to best explain the principles of the disclosure and the practical application, and to enable others of ordinary skill in the art to understand the disclosure for various embodiments with various modifications as are suited to the particular use contemplated.

Claims (12)

1. A method for determining a server address of an APP application comprises the following steps:
acquiring address information corresponding to the APP; wherein the address information includes: IP address information or domain name resolution information;
classifying the address information according to an address type feature library and an address type model, and determining an address type corresponding to the address information, wherein the classifying comprises the following steps:
acquiring address type characteristics in the address type characteristic library, and matching the address information by using the address type characteristics; if the matching is successful, determining the address type corresponding to the address information; if the matching is unsuccessful, inputting the address information into the address type model, and identifying the address information to determine the address type corresponding to the address information; the address types include: advertisement service address type, domain name service address type, malicious address type;
setting address information of which the address type cannot be determined as a candidate server address corresponding to the APP application, including:
if the address type model can not identify the address information, setting the address information as the candidate server address;
and detecting the candidate server address, and determining whether the candidate server is the server address corresponding to the APP based on the detection processing result.
2. The method of claim 1, further comprising:
if the address type model can identify the address information, determining the address type corresponding to the address information, and storing the address information and the corresponding address type in the address type feature library.
3. The method of claim 1, further comprising:
generating a training sample based on address type characteristics in the address type characteristic library and/or address type characteristics collected in advance;
and training a preset deep learning model by using a deep learning method based on the training sample to obtain the address type model.
4. The method of claim 1, wherein the performing the detection processing on the candidate server address, and the determining whether the candidate server is the server address corresponding to the APP application based on the detection processing result comprises:
carrying out address validity detection and address reachability detection on the candidate server address;
and if the candidate server address passes the address validity detection and the address reachability detection, determining that the candidate server address is the server address.
5. The method of claim 1, the obtaining address information corresponding to an APP application comprising:
acquiring a source code of the APP, and acquiring the address information in the source code; and/or the presence of a gas in the gas,
and acquiring network flow information corresponding to the APP application, and acquiring the address information based on the network flow information.
6. A server address determination device for an APP application comprises:
the address information acquisition module is used for acquiring address information corresponding to the APP; wherein the address information includes: IP address information or domain name resolution information;
the address classification module is used for classifying the address information according to an address type feature library and an address type model and determining an address type corresponding to the address information; setting address information of which the address type cannot be determined as a candidate server address corresponding to the APP application;
the address classification module is specifically configured to acquire address type features in the address type feature library, and perform matching processing on the address information by using the address type features; if the matching is successful, determining the address type corresponding to the address information; if the matching is unsuccessful, inputting the address information into the address type model, and identifying the address information to determine the address type corresponding to the address information; the address types include: advertisement service address type, domain name service address type, malicious address type; if the address type model can not identify the address information, setting the address information as the candidate server address;
and the address detection module is used for detecting the candidate server address and determining whether the candidate server is the server address corresponding to the APP based on the detection processing result.
7. The apparatus of claim 6, wherein,
the address detection module is configured to determine an address type corresponding to the address information if the address information can be identified by the address type model, and store the address information and the corresponding address type in the address type feature library.
8. The apparatus of claim 6, wherein,
the address detection module is used for generating a training sample based on the address type characteristics in the address type characteristic library and/or address type characteristics acquired in advance; and training a preset deep learning model by using a deep learning method based on the training sample to obtain the address type model.
9. The apparatus of claim 6, wherein,
the address detection module is used for carrying out address validity detection and address reachability detection on the candidate server address; and if the candidate server address passes the address validity detection and the address reachability detection, determining that the candidate server address is the server address.
10. The apparatus of claim 6, wherein,
the address information acquisition module is used for acquiring a source code of the APP and acquiring the address information from the source code; and/or acquiring network traffic information corresponding to the APP application, and acquiring the address information based on the network traffic information.
11. A server address determination device for an APP application comprises:
a memory; and a processor coupled to the memory, the processor configured to perform the method of any of claims 1-5 based on instructions stored in the memory.
12. A computer-readable storage medium having stored thereon computer instructions for execution by a processor of the method of any one of claims 1 to 5.
CN201911237754.8A 2019-12-06 2019-12-06 Method and device for determining address of server of APP (application) and storage medium Active CN112929458B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911237754.8A CN112929458B (en) 2019-12-06 2019-12-06 Method and device for determining address of server of APP (application) and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911237754.8A CN112929458B (en) 2019-12-06 2019-12-06 Method and device for determining address of server of APP (application) and storage medium

Publications (2)

Publication Number Publication Date
CN112929458A CN112929458A (en) 2021-06-08
CN112929458B true CN112929458B (en) 2023-04-07

Family

ID=76161271

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911237754.8A Active CN112929458B (en) 2019-12-06 2019-12-06 Method and device for determining address of server of APP (application) and storage medium

Country Status (1)

Country Link
CN (1) CN112929458B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114172731A (en) * 2021-12-09 2022-03-11 赛尔网络有限公司 Method, device, equipment and medium for quickly verifying and tracing IPv6 address

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104519148A (en) * 2013-09-30 2015-04-15 中国电信股份有限公司 Method and system for detecting accessibility of addresses of application servers
CN107980217A (en) * 2017-07-14 2018-05-01 深圳前海达闼云端智能科技有限公司 Method and device for acquiring address of local domain name server and authoritative domain name server
CN109388710A (en) * 2018-08-24 2019-02-26 国家计算机网络与信息安全管理中心 A kind of IP address service attribute scaling method and device
CN110324327A (en) * 2019-06-20 2019-10-11 国家计算机网络与信息安全管理中心 User and server ip address caliberating device and method based on specific enterprise domain name data
CN110417801A (en) * 2019-08-06 2019-11-05 北京智维盈讯网络科技有限公司 Server-side recognition methods and device, equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106161372B (en) * 2015-04-09 2019-05-31 阿里巴巴集团控股有限公司 A kind of Risk Identification Method and device based on address matching

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104519148A (en) * 2013-09-30 2015-04-15 中国电信股份有限公司 Method and system for detecting accessibility of addresses of application servers
CN107980217A (en) * 2017-07-14 2018-05-01 深圳前海达闼云端智能科技有限公司 Method and device for acquiring address of local domain name server and authoritative domain name server
CN109388710A (en) * 2018-08-24 2019-02-26 国家计算机网络与信息安全管理中心 A kind of IP address service attribute scaling method and device
CN110324327A (en) * 2019-06-20 2019-10-11 国家计算机网络与信息安全管理中心 User and server ip address caliberating device and method based on specific enterprise domain name data
CN110417801A (en) * 2019-08-06 2019-11-05 北京智维盈讯网络科技有限公司 Server-side recognition methods and device, equipment and storage medium

Also Published As

Publication number Publication date
CN112929458A (en) 2021-06-08

Similar Documents

Publication Publication Date Title
CN110275958B (en) Website information identification method and device and electronic equipment
CN106951925B (en) Data processing method, device, server and system
CN109936582B (en) Method and device for constructing malicious traffic detection model based on PU learning
CN112543176A (en) Abnormal network access detection method, device, storage medium and terminal
CN111460250B (en) Image data cleaning method, image data cleaning device, image data cleaning medium, and electronic apparatus
CN111338692B (en) Vulnerability classification method and device based on vulnerability codes and electronic equipment
CN108229170B (en) Software analysis method and apparatus using big data and neural network
CN111160783B (en) Digital asset value evaluation method and system and electronic equipment
CN111447224A (en) Web vulnerability scanning method and vulnerability scanner
CN112509561A (en) Emotion recognition method, device, equipment and computer readable storage medium
CN111600894A (en) Network attack detection method and device
CN113610156A (en) Artificial intelligence model machine learning method and server for big data analysis
CN117409419A (en) Image detection method, device and storage medium
CN112929458B (en) Method and device for determining address of server of APP (application) and storage medium
CN110111311B (en) Image quality evaluation method and device
CN109685104B (en) Determination method and device for recognition model
CN111431884B (en) Host computer defect detection method and device based on DNS analysis
CN112615873A (en) Internet of things equipment safety detection method, equipment, storage medium and device
CN116318974A (en) Site risk identification method and device, computer readable medium and electronic equipment
CN110634018A (en) Feature depiction method, recognition method and related device for lost user
CN115205619A (en) Training method, detection method, device and storage medium for detection model
CN115018783A (en) Video watermark detection method and device, electronic equipment and storage medium
CN115037790A (en) Abnormal registration identification method, device, equipment and storage medium
CN111488950B (en) Classification model information output method and device
CN109583590B (en) Data processing method and data processing device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant