CN113065078B - Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites - Google Patents

Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites Download PDF

Info

Publication number
CN113065078B
CN113065078B CN202110280335.3A CN202110280335A CN113065078B CN 113065078 B CN113065078 B CN 113065078B CN 202110280335 A CN202110280335 A CN 202110280335A CN 113065078 B CN113065078 B CN 113065078B
Authority
CN
China
Prior art keywords
test
url
domain name
name
address
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
CN202110280335.3A
Other languages
Chinese (zh)
Other versions
CN113065078A (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.)
Cernewtech Beijing Co ltd
Original Assignee
Cernewtech Beijing Co 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 Cernewtech Beijing Co ltd filed Critical Cernewtech Beijing Co ltd
Priority to CN202110280335.3A priority Critical patent/CN113065078B/en
Publication of CN113065078A publication Critical patent/CN113065078A/en
Application granted granted Critical
Publication of CN113065078B publication Critical patent/CN113065078B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • 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]

Abstract

The invention provides a statistical analysis method for simulating user behavior dialing and testing of a multistage domain name of a WEB site, which comprises the following steps: extracting a test website name in the test URL, and referring the local URL table by taking the test website name as a search object; obtaining a test organization corresponding to the test website name from the local URL table, and generating an IP address feature library according to the test organization, wherein the IP address feature library comprises a BGP address table, a static address table and a cloud service address table; analyzing the webpage source code content corresponding to the test URL to obtain a next-level webpage URL; monitoring a REQUEST sent when the browser accesses the URL of the next-level webpage, analyzing a domain name in the REQUEST, matching an A record corresponding to the domain name with an IP feature library, and judging the attribute of the A record; and writing the domain name, the CNAME and A records corresponding to the domain name and the attributes of the A records into an EXCEL table. The statistical analysis method for simulating the user behavior dialing and testing of the multistage domain names of the WEB sites is automatically completed by the server side, and is high in efficiency and accuracy.

Description

Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites
Technical Field
The invention relates to the technical field of internet, in particular to a statistical analysis method for simulating user behavior dialing and testing of a multistage domain name of a WEB site.
Background
A Domain Name (Domain Name), which is called Domain Name or Domain for short, is the Name of a certain computer or computer group on the internet composed of a string of characters separated by dots, and is used for identifying the electronic orientation of the computer during data transmission. The domain name can be said to be a proxy for an IP address, in order to facilitate remembering the latter. The domain name has uniqueness, and when the IP address is changed by the resource, the resource can be moved to different physical positions in the network address topology only by converting a new IP address and a constant domain name. Based on the above two characteristics, the domain name is also used to create a unique identification for the individual. When any organization or person provides internet resources, the domain name corresponding to the name of the organization or person can be selected, and other persons can easily access the resources.
The statistical analysis of the domain name information in the webpage is important for each enterprise and operator, and the enterprise can improve the access quality and user experience of the website by statistically analyzing the domain name information of the website of the enterprise. The operator can conveniently carry out network charging by counting and analyzing the domain name information of the customer website, and the analysis of the resource distribution of the customer website is convenient for service expansion. However, at present, the statistical analysis is manually performed, which not only requires a large amount of manual processing and analysis, but also has low accuracy.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: in order to solve the problems of low efficiency and low accuracy of people brought by manually carrying out statistical analysis on enterprise website resource information in the prior art, the invention provides a statistical analysis method for testing the multistage domain names of the WEB website by dialing by simulating user behaviors to solve the problems.
The technical scheme adopted by the invention for solving the technical problems is as follows: the statistical analysis method for simulating the user behavior to dial and test the multistage domain names of the WEB sites comprises the following steps:
s1, establishing a local URL table, wherein the local URL table comprises at least one organization and a website name corresponding to the organization;
s2, extracting a test website name in the test URL, and referring the local URL table by taking the test website name as a search object;
if the test website name is found in the local URL table, obtaining a test organization corresponding to the test website name from the local URL table, and generating an IP address feature library according to the test organization, wherein the IP address feature library comprises a BGP address table, a static address table and a cloud service address table;
if the test website name is not found in the local URL table, an IP address feature library is generated, wherein the IP address feature library comprises a cloud service address table;
s3, acquiring webpage source code content and a webpage source code encoding mode corresponding to the test URL, analyzing the webpage source code content by using the webpage source code encoding mode to obtain a next-stage webpage URL and storing the next-stage webpage URL into a second-stage URL queue; sequentially carrying out the steps S4-S10 on the next-level webpage URL in the second-level URL queue;
s4, starting a browser listener to monitor a REQUEST sent by a browser;
s5, starting a browser and inputting the URL of the next-level webpage into the browser for access;
s6, a browser monitor monitors a REQUEST sent when the browser accesses a next-level webpage URL, resolves a domain name in the REQUEST, and stores the domain name in a domain name queue after carrying out duplicate removal processing on the domain name;
s7, closing the browser monitor and the browser;
s8, resolving corresponding CNAME and A records for each domain name in the domain name queue;
s9, matching the record A corresponding to the domain name with an IP feature library, and judging the attribute of the record A;
and S10, writing the domain name in the domain name queue, the CNAME and A record corresponding to the domain name and the attribute of the A record into an EXCEL table.
Preferably, in step S9, the record a corresponding to the domain name is sequentially matched with addresses in the BGP address table, the static address table, and the cloud service address table, and when matching is successful, the attribute of the record a is set as the name of the address table where the matching address is located, and if matching is failed, the attribute of the record a is set as interconnection.
Preferably, in step S8, if the CNAME is not resolved, the CNAME is set to null.
Preferably, in step S8, if the number of a records corresponding to the domain name is two or more, all the a records are collected into an a record list corresponding to the domain name.
Preferably, a flag bit corresponding to the test URL is set, and in step S2, if the test site name is found in the local URL table, the flag bit is set to True, and if the test site name is not found in the local URL table, the flag bit is set to False;
in step S2, if the flag bit is True, acquiring a test organization corresponding to the test site name, and acquiring a BGP address table and a static address table corresponding to the test organization and used for generating an IP address feature library; and if the flag bit is False, using a cloud service address table corresponding to the test website name to generate the IP address feature library.
Preferably, the method further comprises the following steps:
before the step S2, the user enters a test interface after logging in, the test URL is obtained on the test interface and whether the test URL is reachable is tested, if yes, the step S2 is carried out, and if not, information indicating unreachability is returned to the user.
Preferably, the method further comprises the following steps:
and returning the EXCEL form to the user terminal.
The method has the advantages that the statistical analysis method for simulating the user behavior dialing and testing of the multistage domain names of the WEB sites is automatically completed by the server, and is high in efficiency and accuracy.
Drawings
The invention is further illustrated with reference to the following figures and examples.
FIG. 1 is a flowchart of an embodiment of a statistical analysis method for simulating user behavior to dial and test multi-level domain names of a WEB site according to the present invention.
Fig. 2 is a simple flowchart of the method for obtaining the IP feature library according to the embodiment of the present invention.
Fig. 3 is an exemplary diagram of a local URL table according to an embodiment of the statistical analysis method for simulating user behavior dialing and testing of the multi-level domain names of the WEB sites of the present invention.
Fig. 4 is a schematic diagram of listening to a REQUEST from a browser.
Fig. 5 is a schematic diagram of an attribute setting process of record a in the embodiment of the statistical analysis method for dialing and testing the multilevel domain name of the WEB site by simulating the user behavior.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention and are not to be construed as limiting the present invention.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "length", "width", "thickness", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", "axial", "radial", "circumferential", and the like, indicate orientations and positional relationships based on the orientations and positional relationships shown in the drawings, and are used merely for convenience of description and for simplicity of description, and do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and therefore, should not be considered as limiting the present invention.
Furthermore, the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. In the description of the present invention, it should be noted that, unless explicitly stated or limited otherwise, the terms "connected" and "connected" are to be interpreted broadly, e.g., as being fixed or detachable or integrally connected; can be mechanically or electrically connected; may be directly connected or indirectly connected through an intermediate. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art. In addition, in the description of the present invention, "a plurality" means two or more unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
As shown in fig. 1 and 2, the present invention provides a statistical analysis method for simulating user behavior to dial and measure a multi-level domain name of a WEB site, which is characterized by comprising the following steps:
a local URL table is established in a server, and the local URL table comprises at least one organization and a website name corresponding to the organization; for example, as shown in fig. 3, the local URL table is organized by Ali, tencent, 360, huawei, etc., the local URL table has website names www.taobao.com, www.youku.com.. Tencent has website names www.qq.com, v.qq.com.
A user logs in at a user side, the user side enters a test interface after logging in, and the user inputs a test URL in the test interface;
the server side acquires a test URL from the client side and requests for testing a URL network, if the return value is 404, the test URL network is not communicated, information indicating that the test URL network is inaccessible is returned to the client side, and if the test URL network is communicated, the next step is carried out;
extracting a test website name in the test URL, and referring to a local URL table by taking the test website name as a search object;
setting a flag bit corresponding to the test URL, setting the flag bit to True if the test website name is found in the local URL table, and setting the flag bit to False if the test website name is not found in the local URL table;
when the flag bit is True, acquiring a test organization corresponding to the test website name, acquiring a BGP address table, a static address table, a cloud service address table and an Education (EDU) address table corresponding to the test organization according to the test organization, and generating an IP address feature library by using the BGP address table, the static address table, the cloud service address table and the Education (EDU) address table; and if the flag bit is False, only a cloud service address table and an Education (EDU) address table are obtained, and the cloud service address table and the Education (EDU) address table corresponding to the test website name are used for generating an IP address feature library.
Acquiring webpage source code content and a webpage source code encoding mode corresponding to the test URL, analyzing the webpage source code content by using the webpage source code encoding mode to obtain a next-stage webpage URL, and storing the next-stage webpage URL into a second-stage URL queue; sequentially carrying out the following steps on the next-level webpage URL in the second-level URL queue:
starting a browser listener to monitor a REQUEST sent by a browser; the principle of the browser listener listening to the REQUEST of the browser is shown in fig. 4, and the process of the user normally using the browser to access the website includes: the URL is input in the browser, the IP corresponding to the domain name is inquired from the DNS, the browser sends a resource request to a WEB server of the IP address after obtaining the corresponding IP address, the WEB server obtains the resource according to the request, and the WEB server returns the resource to the browser. Monitoring when the browser sends a resource REQUEST to a WEB server to acquire a REQUEST sent by the browser;
normally, a REQUEST for acquiring a web page needs to be sent by inputting a URL into a browser, but this method simulates the operation of a user through a server, and a program must be used on the server to control the starting of the browser, the inputting of a web address and the closing of the browser. In this example, a browser is firstly installed at a server, the browser can select chrome, firefox and the like, and then a browser driver corresponding to the browser is installed at the server, the browser driver is provided by each browser manufacturer, the version of the browser driver is required to correspond to the version of the browser, otherwise, the browser cannot be driven to operate; the browser driver is operated through a program, and no interface is set when the browser starting parameters are configured, so that the browser can be operated conveniently by using a command line.
The server starts a browser and inputs the URL of the next-level webpage into the browser for access;
the browser monitor monitors a REQUEST sent by the browser when the browser accesses the next-level webpage URL, and when the browser is grabbed, the browser waits for three seconds to complete loading, otherwise, the grabbed REQUEST is not complete. Analyzing the domain name in the REQUEST, performing duplicate removal processing on the domain name, and storing the domain name in a domain name queue;
closing the browser listener and the browser;
resolving corresponding CNAME and A records on the DNS server for each domain name in the domain name queue, and setting CNAME to be empty if CNAME is not resolved. If the number of the A records corresponding to the domain name is more than two, summarizing all the A records into an A record list corresponding to the domain name.
Matching the A record corresponding to the domain name with an IP feature library, and judging the attribute of the A record; as shown in fig. 5, in this example, for a test URL whose flag bit is True, the IP feature library includes a BGP address table, a static address table, a cloud service address table, and an Education (EDU) address table, the matching order is the BGP address table, the static address table, the cloud service address table, and the Education (EDU) address table, when matching succeeds, the attribute of the record a is set as the name of the address table where the matching address is located, when matching between the address in the BGP address table and the static address table and the record a fails, and when matching succeeds with the cloud service address table, the attribute of the record a is set as a cloud service business name, and if matching fails in all the address tables, the attributes of the record a are set as interconnection. For the test URL with the flag bit of False, the IP feature library only comprises a cloud service address table and an Education (EDU) address, when the matching with the cloud service address table is successful, the attribute of the record A is set as a cloud service name, and if all the address tables are failed to match, the attribute of the record A is set as interconnection.
And writing the domain name in the domain name queue, the CNAME and A record corresponding to the domain name and the attribute of the A record into an EXCEL table.
And when all the next-level webpage URLs in the second-level URL queue count the data into the EXCEL form through the steps, returning the EXCEL form to the user side.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
In light of the foregoing description of the preferred embodiment of the present invention, many modifications and variations will be apparent to those skilled in the art without departing from the spirit and scope of the invention. The technical scope of the present invention is not limited to the content of the specification, and must be determined according to the scope of the claims.

Claims (7)

1. The statistical analysis method for simulating the user behavior to dial and test the multistage domain names of the WEB sites is characterized by comprising the following steps of:
s1, establishing a local URL table, wherein the local URL table comprises at least one organization and a website name corresponding to the organization;
s2, extracting a test website name in the test URL, and referring to the local URL table by taking the test website name as a search object;
if the test website name is found in the local URL table, obtaining a test organization corresponding to the test website name from the local URL table, and generating an IP address feature library according to the test organization, wherein the IP address feature library comprises a BGP address table, a static address table and a cloud service address table;
if the test website name is not found in the local URL table, an IP address feature library is generated, wherein the IP address feature library comprises a cloud service address table;
s3, acquiring webpage source code content and a webpage source code encoding mode corresponding to the test URL, analyzing the webpage source code content by using the webpage source code encoding mode to obtain a next-stage webpage URL and storing the next-stage webpage URL into a second-stage URL queue; sequentially carrying out the steps S4-S10 on the next-level webpage URL in the second-level URL queue;
s4, starting a browser listener to monitor a REQUEST sent by a browser;
s5, starting a browser and inputting the URL of the next-level webpage into the browser for access;
s6, a browser monitor monitors a REQUEST sent when the browser accesses a next-level webpage URL, resolves a domain name in the REQUEST, and stores the domain name in a domain name queue after carrying out duplicate removal processing on the domain name;
s7, closing the browser monitor and the browser;
s8, resolving corresponding CNAME and A records for each domain name in the domain name queue;
s9, matching the record A corresponding to the domain name with an IP feature library, and judging the attribute of the record A;
and S10, writing the domain name in the domain name queue, the CNAME and A record corresponding to the domain name and the attribute of the A record into an EXCEL table.
2. The statistical analysis method for simulating the multilevel domain name of the user behavior dial-up WEB site according to claim 1, wherein:
in step S9, the record a corresponding to the domain name is sequentially matched with addresses in the BGP address table, the static address table, and the cloud service address table, and when matching is successful, the attribute of the record a is set to the name of the address table where the matching address is located, and if matching is failed, the attribute of the record a is set to interconnect.
3. The statistical analysis method for simulating the multilevel domain name of the user behavior dial-up WEB site according to claim 2, wherein: in said step S8, if the CNAME is not resolved, the CNAME is set to null.
4. The statistical analysis method for simulating the multilevel domain name of the user behavior dial-up WEB site according to claim 3, wherein: in step S8, if the number of a records corresponding to the domain name is two or more, all the a records are summarized into an a record list corresponding to the domain name.
5. The statistical analysis method for the multi-level domain name of the simulated user behavior dialing and testing WEB site according to claim 4, wherein: setting a flag bit corresponding to a test URL, in the step S2, if the test website name is found in the local URL table, setting the flag bit to True, and if the test website name is not found in the local URL table, setting the flag bit to False;
in the step S2, if the flag bit is True, a test organization corresponding to the test website name is obtained, and a BGP address table and a static address table corresponding to the test organization and used for generating an IP address feature library are obtained; and if the flag bit is False, using a cloud service address table corresponding to the test website name to generate the IP address feature library.
6. The statistical analysis method for the multi-level domain name of the simulated user behavior dialing and testing WEB site according to claim 5, wherein: further comprising the steps of:
before the step S2, the user enters a test interface after logging in, the test URL is obtained on the test interface and whether the test URL is reachable is tested, if yes, the step S2 is carried out, and if not, information indicating unreachability is returned to the user.
7. The statistical analysis method for the multi-level domain name of the simulated user behavior dialing and testing WEB site according to claim 6, wherein: further comprising the steps of:
and returning the EXCEL form to the user terminal.
CN202110280335.3A 2021-03-16 2021-03-16 Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites Active CN113065078B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110280335.3A CN113065078B (en) 2021-03-16 2021-03-16 Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110280335.3A CN113065078B (en) 2021-03-16 2021-03-16 Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites

Publications (2)

Publication Number Publication Date
CN113065078A CN113065078A (en) 2021-07-02
CN113065078B true CN113065078B (en) 2022-11-11

Family

ID=76560991

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110280335.3A Active CN113065078B (en) 2021-03-16 2021-03-16 Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites

Country Status (1)

Country Link
CN (1) CN113065078B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014048241A1 (en) * 2012-09-29 2014-04-03 北京奇虎科技有限公司 Browser and domain name resolution method thereof
CN107040546A (en) * 2017-05-26 2017-08-11 浙江鹏信信息科技股份有限公司 A kind of Domain Hijacking detection and linkage method of disposal and system
CN108270637A (en) * 2016-12-30 2018-07-10 中国移动通信集团浙江有限公司 A kind of Website quality multilayer drills through system and method
CN109361575A (en) * 2018-12-20 2019-02-19 哈尔滨工业大学(威海) A kind of method and its system obtaining analysis DNS data on flows
CN110572401A (en) * 2019-09-10 2019-12-13 赛尔网络有限公司 Ranking statistical method, device, system and medium based on DNS over HTTPS
CN111953556A (en) * 2020-07-02 2020-11-17 中盈优创资讯科技有限公司 Website automatic dial testing method and device, computer equipment and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014048241A1 (en) * 2012-09-29 2014-04-03 北京奇虎科技有限公司 Browser and domain name resolution method thereof
CN108270637A (en) * 2016-12-30 2018-07-10 中国移动通信集团浙江有限公司 A kind of Website quality multilayer drills through system and method
CN107040546A (en) * 2017-05-26 2017-08-11 浙江鹏信信息科技股份有限公司 A kind of Domain Hijacking detection and linkage method of disposal and system
CN109361575A (en) * 2018-12-20 2019-02-19 哈尔滨工业大学(威海) A kind of method and its system obtaining analysis DNS data on flows
CN110572401A (en) * 2019-09-10 2019-12-13 赛尔网络有限公司 Ranking statistical method, device, system and medium based on DNS over HTTPS
CN111953556A (en) * 2020-07-02 2020-11-17 中盈优创资讯科技有限公司 Website automatic dial testing method and device, computer equipment and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
针对新顶级域名的Web浏览器行为测试与分析;刘文峰等;《智能计算机与应用》;20200229;第10卷(第02期);第333-338页 *

Also Published As

Publication number Publication date
CN113065078A (en) 2021-07-02

Similar Documents

Publication Publication Date Title
CN108574742B (en) Domain name information collection method and domain name information collection device
US20020052937A1 (en) Method and apparatus for verifying the contents of a global configuration file
CN102761628B (en) Pan-domain name identification and processing device and method
CN105516390A (en) Method and device for managing domain name
CN106104550A (en) Site information extraction element, system, site information extracting method and site information extraction procedure
CN110855766A (en) Method and device for accessing Web resources and proxy server
CN110798380A (en) Data acquisition method, system, device, test equipment and test server
CN112954089A (en) Method, device and equipment for analyzing data and storage medium
CN110795434A (en) Method and device for constructing service attribute database
CN111010456B (en) Main domain name acquisition and verification method
CN108574625B (en) Application test invitation method and device
CN108833424B (en) System for acquiring all resource records of domain name
CN113315852B (en) Domain name resolution method, device and system
CN113065078B (en) Statistical analysis method for simulating user behavior to dial and test multistage domain names of WEB sites
CN111382051B (en) API automatic test method and test device
KR20080086096A (en) System and method of processing keyword and storage medium of storing program executing the same
KR100723577B1 (en) System and method of processing keyword and storage medium of storing program executing the same
JP6170001B2 (en) Communication service classification device, method and program
CN112532414B (en) Method, device, equipment and computer storage medium for determining ISP attribution
CN112015910A (en) Method and device for generating domain name knowledge base, computer equipment and storage medium
CN104363309A (en) Extensive domain name recognizing and processing devices and extensive domain name recognizing and processing methods
CN110765016B (en) Game test instruction processing method, game test instruction processing system, server and storage device
CN105656939B (en) A kind of method and apparatus generating DNS query packet
CN114500456A (en) DNS scheduling optimization method and device based on full-network sniffing and computing equipment
CN111491033A (en) Connection establishing method and 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