CN113206895B - Recursive server home location method and device, electronic device and storage medium - Google Patents

Recursive server home location method and device, electronic device and storage medium Download PDF

Info

Publication number
CN113206895B
CN113206895B CN202110502864.3A CN202110502864A CN113206895B CN 113206895 B CN113206895 B CN 113206895B CN 202110502864 A CN202110502864 A CN 202110502864A CN 113206895 B CN113206895 B CN 113206895B
Authority
CN
China
Prior art keywords
domain name
information
organization
recursive server
positioning information
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
CN202110502864.3A
Other languages
Chinese (zh)
Other versions
CN113206895A (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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202110502864.3A priority Critical patent/CN113206895B/en
Publication of CN113206895A publication Critical patent/CN113206895A/en
Application granted granted Critical
Publication of CN113206895B publication Critical patent/CN113206895B/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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W64/00Locating users or terminals or network equipment for network management purposes, e.g. mobility management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The disclosure provides a recursive server home location method and apparatus, an electronic device, and a storage medium. The method can be used in the technical field of big data and also can be used in the financial field. The recursive server home location method comprises the following steps: acquiring a target domain name, wherein the target domain name is a registered domain name related to a home organization of a recursive server; analyzing the target domain name to obtain first positioning information and second positioning information, wherein the first positioning information is used for representing the region and type information of the organization to which the recursive server belongs, and the second positioning information is used for representing the registration information of the organization to which the recursive server belongs; and positioning the home of the recursive server according to the first positioning information and the second positioning information.

Description

Recursive server home location method and apparatus, electronic device, and storage medium
Technical Field
The present disclosure relates to the field of big data technologies, and in particular, to a method and an apparatus for determining a home location of a recursive server, an electronic device, a computer-readable storage medium, and a computer program product.
Background
Local DNS (recursive server) addresses are a special class of addresses that are addresses of Local DNS servers in the internet. The Local DNS server bears the first service that the user accesses the domain name, and plays an important role in intelligent scheduling of network traffic and intelligent service of the Internet. Currently, the intelligent domain name resolution traffic scheduling rule based on the Local DNS address on the internet is usually determined based on the physical location of the Local DNS used by the client for accessing, for example, if the domain name resolution access of a client is from the Local DNS in beijing, the client is directed to a data center near beijing for service. It is therefore important to confirm the home of a local DNS.
Disclosure of Invention
In view of the above, the present disclosure provides a recursive server home location method and apparatus, an electronic device, a computer readable storage medium, and a computer program product.
One aspect of the present disclosure provides a method for positioning a home of a recursive server, including:
acquiring a target domain name, wherein the target domain name is a registered domain name related to a home organization of a recursive server;
analyzing the target domain name to obtain first positioning information and second positioning information, wherein the first positioning information is used for representing the region and type information of the organization to which the recursive server belongs, and the second positioning information is used for representing the registration information of the organization to which the recursive server belongs;
and positioning the home of the recursive server according to the first positioning information and the second positioning information.
According to an embodiment of the present disclosure, the analyzing the target domain name to obtain the first positioning information and the second positioning information includes: analyzing a first-level domain name in the target domain name to acquire first positioning information; and analyzing the second-level domain name in the target domain name to acquire second positioning information.
According to an embodiment of the present disclosure, resolving the second-level domain name in the target domain name to obtain the second positioning information includes: analyzing the secondary domain name to obtain one or more target registration addresses, wherein the target registration addresses are the registration addresses of the target domain name; and obtaining second positioning information by accessing the target registration address.
According to an embodiment of the present disclosure, wherein resolving the secondary domain name to obtain the one or more target registration addresses comprises: querying record information related to the secondary domain name through an RDAP protocol; and acquiring one or more target registration addresses corresponding to the target domain name from the recorded information.
According to an embodiment of the present disclosure, the obtaining the target domain name includes: and acquiring the target domain name according to the IP address of the recursive server.
According to an embodiment of the present disclosure, wherein obtaining the target domain name according to the IP address of the recursive server comprises: the IP address of the recursive server is resolved to the target domain name by means of reverse address resolution.
According to an embodiment of the present disclosure, the region and type information includes at least one of the following: home country information of an organization to which the recursive server belongs and organization type information of the organization to which the recursive server belongs; the registration information includes at least one of: the registration address, contact mailbox, contact phone, and remark information of the organization to which the recursive server belongs.
Another aspect of the present disclosure provides a recursive server home location apparatus, which includes an obtaining module, a parsing module, and a location module.
The acquiring module is used for acquiring a target domain name, wherein the target domain name is a registered domain name related to an organization to which the recursive server belongs.
And the analysis module is used for analyzing the target domain name so as to obtain first positioning information and second positioning information, wherein the first positioning information is used for representing the region and type information of the organization to which the recursive server belongs, and the second positioning information is used for representing the registration information of the organization to which the recursive server belongs.
And the positioning module is used for positioning the attribution of the recursive server according to the first positioning information and the second positioning information.
According to the embodiment of the disclosure, the target domain name comprises a first-level domain name and a second-level domain name, and the resolution module comprises a first resolution unit and a second resolution unit.
The first analyzing unit is used for analyzing a first-level domain name in the target domain name to acquire first positioning information. And the second analysis unit is used for analyzing the second-level domain name in the target domain name to acquire second positioning information.
According to an embodiment of the present disclosure, the second parsing unit includes a parsing subunit and an obtaining subunit.
The resolution subunit is configured to resolve the secondary domain name to obtain one or more target registration addresses, where the target registration addresses are registration addresses of the target domain name. And the acquisition subunit is used for acquiring the second positioning information by accessing the target registration address.
According to an embodiment of the present disclosure, wherein resolving the secondary domain name to obtain the one or more target registration addresses comprises: querying record information related to the secondary domain name through an RDAP protocol; and acquiring one or more target registration addresses corresponding to the target domain name from the recorded information.
According to an embodiment of the present disclosure, the obtaining the target domain name includes: and acquiring the target domain name according to the IP address of the recursive server.
According to an embodiment of the present disclosure, wherein obtaining the target domain name according to the IP address of the recursive server comprises: the IP address of the recursive server is resolved to the target domain name by means of reverse address resolution.
According to an embodiment of the present disclosure, the region and type information includes at least one of the following: home country information of an organization to which the recursive server belongs and organization type information of the organization to which the recursive server belongs; the registration information includes at least one of: the registration address, contact mailbox, contact phone, and remark information of the organization to which the recursive server belongs.
Another aspect of the present disclosure provides an electronic device including: one or more processors, and a memory; wherein the memory is used for storing one or more programs; wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the recursive server home location method as above.
Another aspect of the present disclosure provides a computer-readable storage medium storing computer-executable instructions that, when executed, are for implementing a recursive server home location method as above.
Another aspect of the present disclosure provides a computer program product comprising computer executable instructions for implementing the recursive server home location method as above when executed.
According to the embodiment of the disclosure, first positioning information and second positioning information can be acquired by acquiring a target domain name and analyzing the target domain name. According to the embodiment of the disclosure, by adopting a technical means of analyzing the target domain name to obtain the positioning information, the positioning information is obtained more directly and quickly, and has more pertinence, and the efficiency of positioning analysis can be improved. The region and organization type of the organization to which the recursion server belongs are preliminarily judged through the first positioning information, and more detailed positioning information is obtained from the registration information of the organization to which the recursion server belongs, which is provided by the second positioning information. The embodiment of the disclosure combines the two positioning information to estimate the attribution of the recursive server, and the positioning is more accurate due to the combination of the two positioning information. Further, the embodiment of the present disclosure provides a new recursive server home location method, which can be used or cross-verified with a location method (such as an IP location method) in the related art, so as to improve the accuracy of recursive server geolocation. By determining the address of the recursive server (Local DNS) by adopting the positioning method, the validity of the address library of the recursive server (Local DNS) can be checked, the address library of the recursive server (Local DNS) can be updated regularly, and reference and comparison are provided for the determination of the Local DNS address of a subsequent network operator.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent from the following description of embodiments of the present disclosure with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an exemplary system architecture to which the recursive server home location method and apparatus of the present disclosure may be applied;
FIG. 2 schematically illustrates a flow chart of a recursive server home location method according to an embodiment of the disclosure;
fig. 3 schematically illustrates a flow chart for obtaining first positioning information and second positioning information according to an embodiment of the disclosure;
FIG. 4 schematically illustrates a flow diagram for resolving a secondary domain name to obtain second location information, in accordance with an embodiment of the present disclosure;
FIG. 5 schematically illustrates a block diagram of a recursive server home location apparatus, in accordance with an embodiment of the present disclosure; and
fig. 6 schematically shows a block diagram of an electronic device for implementing a recursive server home location method according to an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a convention analogous to "A, B or at least one of C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B or C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
Before the embodiments of the present disclosure are explained in detail, the system structure and the application scenario related to the method provided by the embodiments of the present disclosure are described as follows.
Fig. 1 schematically illustrates an exemplary system architecture 100 to which the recursive server home location method and apparatus of the present disclosure may be applied. It should be noted that fig. 1 is only an example of a system architecture to which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, and does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 1, the system architecture 100 according to this embodiment may include a terminal device 101, and a server 102. Various messaging client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, and/or social platform software, etc. (by way of example only) may be installed on terminal device 101. The terminal device 101 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like. Communication between terminal device 101 and server 102 may be via a network, which may include various connection types, such as wired and/or wireless communication links, and so forth. A user may use terminal device 101 to interact with server 102 over a network to receive or send messages and the like.
The server 102 may be a server that provides various services, such as a background management server that provides support for a website browsed by a user using the terminal apparatus 101. (the server 102 may be a server providing various services, including but not limited to service one, service two, service three, service four, and so on, and service one, service two, service three, and service four may be, for example, a service providing support for a website browsed by a user by using the terminal device 101.) the backend management server may analyze and process data such as a received user request, and feed back a processing result (e.g., a web page, information, or data obtained or generated according to the user request) to the terminal device 101.
It should be noted that the recursive server home location method provided in the embodiment of the present disclosure may be generally executed by the terminal device 101. Accordingly, the recursive server home location apparatus provided in the embodiment of the present disclosure may be generally disposed in the terminal device 101. The recursive server home location method provided by the embodiment of the present disclosure may also be executed by a server or a server cluster that is different from the terminal device 101 and is capable of communicating with the terminal device 101. Accordingly, the recursive server home location apparatus provided by the embodiment of the present disclosure may also be disposed in a server or a server set that is different from the terminal device 101 and capable of communicating with the terminal device 101. Alternatively, the recursive server home location method provided by the embodiment of the present disclosure may also be executed by other terminal devices different from the terminal device 101. Accordingly, the recursive server home location apparatus provided in the embodiment of the present disclosure may also be disposed in other terminal devices different from the terminal device 101.
Embodiments of the present disclosure relate generally to home location of a Local DNS server (recursive server). The Local DNS server (recursive server) plays an important role in intelligent scheduling of network traffic and intelligent service of internet, so it is necessary to confirm the home of the Local DNS in order to realize intelligent scheduling of network traffic.
According to the embodiment of the disclosure, the user can resolve the IP address of the Local DNS server into the registration domain name related to the organization to which the recursive server belongs by performing a reverse resolution task on the terminal device 101 according to the known IP address of the Local DNS server; further, a domain name resolution task may be further executed on the terminal device 101, and a registration address of the registration domain name is obtained by resolving the registration domain name, where the registration address may include a plurality of addresses, for example, address 1, address 2, and address … …, address n.
According to the embodiment of the present disclosure, the user can access the above one or more registration addresses (address 1, address 2, address … …, address n) through the terminal device 101, respectively, and initiate a data request to the server 102 corresponding to each address to acquire registration information of the organization to which the recursive server belongs. The server 102 may perform data analysis or the like on the received user request or the like, and feed back registration information to the terminal apparatus 101. After acquiring the registration information, the terminal apparatus 101 acquires the home information of the Local DNS server (recursive server) by analyzing and processing the registration information.
It should be understood that the number of terminal devices 101, servers 102 in fig. 1 is merely illustrative. There may be any number of terminal devices 101, networks, and servers 102, as desired for implementation.
It should be noted that the recursive server home location positioning method and apparatus disclosed in the present disclosure may be used in the field of big data technology, may also be used in the financial field, and may also be used in any field other than the field of big data technology and the financial field.
A Local DNS server (recursive server) carries a first service for a user to access a domain name, and recurses a DNS request (a request for domain name resolution, that is, a domain name resolution is a corresponding IP address) of the user to an authoritative server through the Local DNS server, which plays an important role in intelligent scheduling of network traffic and intelligent service of the internet.
In the related art, the home location of the Local DNS is generally determined by an IP positioning method, which is complex to implement and inefficient in processing. Meanwhile, the positioning methods in the related art are all based on the same design logic, and the positioning accuracy needs to be improved, so that if a new positioning mode can be designed, the positioning method can be used or verified in a cross mode with the positioning method in the related art, and the accuracy of recursive server geographic positioning can be improved.
In view of the above, embodiments of the present disclosure provide a new recursive server home location method.
Fig. 2 schematically shows a flow chart of a recursive server home location method according to an embodiment of the present disclosure.
As shown in fig. 2, the method includes operations S201 to S203.
In operation S201, a target domain name is obtained, wherein the target domain name is a registered domain name associated with an organization to which the recursive server belongs.
In operation S202, the target domain name is analyzed to obtain first positioning information and second positioning information, where the first positioning information is used to represent region and type information of an organization to which the recursive server belongs, and the second positioning information is used to represent registration information of the organization to which the recursive server belongs.
In operation S203, a home of the recursive server is located according to the first location information and the second location information.
According to an embodiment of the present disclosure, the target domain name is a registered domain name related to an organization to which the recursive server (Local DNS server) belongs, and may be, for example, a registered domain name of a network operator to which the Local DNS server belongs. Further, the target domain name may be a domain name corresponding to an IP address of the Local DNS server.
The positioning method provided by the embodiment of the disclosure has the design idea that the location information of the organization to which the Local DNS server belongs is acquired by analyzing the registration domain name of the organization to which the Local DNS server belongs, and the geographical location of the organization to which the Local DNS server belongs is determined as the geographical location of the Local DNS server under reasonable inference since the data center address of the Local DNS server is presumed to be located near the organization to which the Local DNS server belongs.
Therefore, according to the embodiment of the present disclosure, a target domain name for characterizing a domain name registered by an organization to which a Local DNS server belongs needs to be obtained first; furthermore, the first positioning information and the second positioning information are obtained by analyzing the target domain name. Thereafter, a home location of the recursive server may be located based on the first positioning information and the second positioning information.
The first positioning information is used for representing the region and type information of the organization to which the recursive server belongs. According to the embodiment of the disclosure, the region and type information is used for preliminarily judging the geographical location of the organization to which the Local DNS server belongs, for example, it can be preliminarily determined that the organization may belong to a country, for example, it can be preliminarily presumed that the organization belongs to china, japan, usa, or the like, but it cannot be determined what specific geographical location of the country the organization is located; the regional and type information may also preliminarily determine what type of organization the organization is, such as perhaps an industrial business, a network operator, or a non-profit organization, among others.
The second positioning information is used for representing registration information of an organization to which the recursive server belongs, the registration information is used for representing detailed basic information of the organization, and some basic registration information of the organization is represented, such as more specific information that may include a company address, a mailbox, a contact telephone and the like of the organization. Through the second positioning information, more specific geographical location information of the organization can be determined, and further, the specific geographical location of the Local DNS server can be inferred, for example, a certain downtown of a certain city in a certain country.
According to the embodiment of the disclosure, the first positioning information and the second positioning information can be acquired by acquiring the target domain name and analyzing the target domain name. According to the embodiment of the disclosure, by adopting a technical means of analyzing the target domain name to obtain the positioning information, the positioning information is obtained more directly and quickly, and has more pertinence, and the efficiency of positioning analysis can be improved. The region and organization type of the organization to which the recursion server belongs are preliminarily judged through the first positioning information, and more detailed positioning information is obtained from the registration information of the organization to which the recursion server belongs, which is provided by the second positioning information. The embodiment of the disclosure combines the two positioning information to estimate the attribution of the recursive server, and the positioning is more accurate due to the combination of the two positioning information. Further, the embodiment of the present disclosure provides a new recursive server home location method, which can be used or cross-verified with a location method (such as an IP location method) in the related art, so as to improve the accuracy of recursive server geolocation. By determining the address of the recursive server (Local DNS) by adopting the positioning method, the validity of the address library of the recursive server (Local DNS) can be checked, the address library of the recursive server (Local DNS) can be updated regularly, and reference and comparison are provided for the determination of the Local DNS address of a subsequent network operator.
According to an embodiment of the present disclosure, the region and type information includes at least one of the following: home country information of an organization to which the recursive server belongs (for example, the organization belongs to china, japan, or the united states, etc.), and organization type information of the organization to which the recursive server belongs (for example, the organization may be a business enterprise, a network operator, or a non-profit organization, etc.); the registration information includes at least one of: the registration address, contact mailbox, contact phone, and remark information of the organization to which the recursive server belongs, the remark information being the information remarked when the organization registers, which may include any information helpful for obtaining the geographical location of the organization.
It should be noted that the region and type information and the registration information in the embodiments of the present disclosure include, but are not limited to, the above listed types, and the specific types are determined according to the basic information provided by the organization at the time of registration, and therefore, the above two types of information may also include any other types of information.
Fig. 3 schematically illustrates a flowchart for acquiring first positioning information and second positioning information according to an embodiment of the disclosure. According to an embodiment of the present disclosure, the target domain name includes a primary domain name and a secondary domain name.
As shown in fig. 3, the method includes operations S301 to S302.
In operation S301, a first-level domain name in the target domain name is resolved to obtain first positioning information.
In operation S302, a secondary domain name in the target domain name is resolved to obtain second positioning information.
According to the embodiment of the disclosure, the domain name is composed of two or more groups of ASCII or language characters of each country, the characters of each group are separated by dot numbers, the rightmost character group is called a top-level domain name or a first-level domain name, the second last group is called a second-level domain name, the third last group is called a third-level domain name, and the like.
The first-level domain names are divided into three categories: firstly, top-level domain names (called ccTLDs [1]) of countries and regions, top-level domain names are distributed to more than 200 countries according to ISO3166 country codes, for example, China is cn, Japan is jp, etc.; the second is a general top-level domain name (gTLDs), such as com, which represents an industrial and commercial enterprise, net, which represents a network provider, org, which represents a non-profit organization, and so on. Third, New top-level domain names (New gTLD) such as universal. xyz, top for "high end", red for "red", men for "person", etc. are more than one thousand.
In operation S301, first positioning information used for representing the region and type information of the organization to which the recursive server belongs may be obtained by analyzing the first-level domain name in the target domain name. If the domain name is generated with a typical national meaning, such as xxx. cn, it can be reasonably inferred that the domain name belongs to china, which means that the local DNS address belongs to china, and so on for other first-level domain names with national meaning, such as jp, hk, etc. Or the type information of the organization mechanism of the organization to which the server belongs can be judged by analyzing the first-level domain name (for example, the organization may be an industrial enterprise, a network operator, or a non-profit organization); net, for example, the organization may be inferred to be a network operator, and the organization type information may not be directly related to the geographical location information of the organization, but may be used as auxiliary information to help infer its geographical location.
The significance of Second Level Domain names (SLDs) is different under international top Level Domain names or national top Level Domain names.
The second-level domain name under the international top-level domain name generally refers to a network name selected by a domain name registrant to use, such as 'yahoo.com'; a business organization surfing the internet typically uses its own trademark, business number or other commercial designation as its own web name, such as "microsoft.
The second level domain name under the national top level domain name generally refers to a label representing registrant category and function similar to the international top level domain name. Cn "domain name structure,". com "is now a secondary domain name placed under the country top domain name". cn "representing a commercial organization, and so on.
In the above operation S302, the second positioning information for characterizing the registration information of the organization to which the recursive server belongs is obtained by resolving the second level domain name in the target domain name. The registration information is used to characterize the detailed basic information of the organization, including some basic registration information of the organization, such as the registration address, contact mailbox, contact telephone, and remark information of the organization to which the recursive server belongs, wherein the remark information is the remark information when the organization registers, and may include any information helpful for acquiring the geographic location of the organization.
Through the second positioning information, more specific geographical location information of the organization can be determined, and further, the specific geographical location of the Local DNS server can be inferred, for example, a certain downtown of a certain city in a certain country.
According to the embodiment of the disclosure, the positioning information is acquired by a technical means of analyzing the first-level domain name and the second-level domain name in the target domain name, the acquisition of the positioning information is more direct and faster, the positioning information is more targeted, and the positioning and analyzing efficiency can be improved.
Specifically, the embodiment of the present disclosure provides a specific method for resolving a secondary domain name in a target domain name to obtain second positioning information in the above operation. Fig. 4 schematically illustrates a flowchart of resolving a secondary domain name to obtain second positioning information according to an embodiment of the present disclosure.
As shown in fig. 4, the above method includes operations S401 to S402 according to an embodiment of the present disclosure.
In operation S401, the secondary domain name is resolved to obtain one or more target registration addresses, where the target registration addresses are registration addresses of the target domain name.
In operation S402, second positioning information is acquired by accessing the target registration address.
Specifically, according to an embodiment of the present disclosure, in operation S401, resolving the secondary domain name to obtain one or more target registration addresses includes: querying record information related to the secondary domain name through an RDAP protocol; and acquiring one or more target registration addresses corresponding to the target domain name from the recorded information.
Icann (the Internet Corporation for Assigned Names and numbers) Internet name and number assignment mechanism is a non-profit international organization, which is a non-profit international organization gathering experts in all fields of commerce, technology and academia of the world network, and is responsible for coordinating the Internet unique identifier system and its safe and stable operation globally, including space allocation of Internet Protocol (IP) addresses, assignment of protocol identifiers, management of generic top-level domain Names (gTLD) and national and regional top-level domain Names (ccTLD) systems, and management of root server systems. These services were originally provided by the Internet Assigned Number Authority (IANA) under U.S. government contracts, as well as by some other organization. ICANN functions as IANA.
The RDAP protocol is a new standard protocol popularized in 2019 by ICANN International organization for trial and error in 2018. By which recorded information related to a specified secondary domain name (e.g., the secondary domain name: bloomberg.com. of domain name iny-spdrproxy2. bloomberg.com.) can be queried and from which one or more target registration addresses corresponding to the domain name are obtained.
By resolving the domain name, the registration address from which the registration domain name is obtained may include one or more of, for example, address 1, address 2, address … …, address n.
For example, the secondary domain name is derived by the RDAP protocol: com has the following two target registration addresses:
https:∨∨rdap.verisign.com∨com∨v1∨domain∨BLOOMBERG.COM;
https:∨∨apis.cscglobal.com∨dbs∨rdap-api∨v1∨domain∨BLOOMBERG.COM;
if the number of the address connections obtained by the RDAP protocol is more than one, the registration information representing the domain name is registered at the two addresses, and the user can access the one or more registration addresses (address 1, address 2, address … … n) through the terminal device, and obtain the query result of the registration information representing the organization to which the recursive server belongs from the corresponding server (or database). After the registration information is acquired, the home information of the Local DNS server (recursive server) is acquired by analyzing and processing the registration information.
By adopting the method of the embodiment of the disclosure, the target domain name needs to be acquired first, and the method for acquiring the target domain name includes but is not limited to: and acquiring the target domain name according to the IP address of the recursive server.
Specifically, the operation of obtaining the target domain name according to the IP address of the recursive server specifically comprises: the IP address of the recursive server is resolved to the target domain name by means of reverse address resolution.
That is, the user can resolve the IP address of the Local DNS server into a registered domain name organized with the home of the recursive server by performing a reverse resolution task on the terminal device according to the known IP address of the Local DNS server.
According to an embodiment of the present disclosure, domain name information for reverse domain name resolution of a local DNS address can be queried from a PTR record (pointer record) of a DNS by using a DNS query tool, such as a dig or nslookup tool.
According to the embodiment of the present disclosure, the foregoing recursive server home location method is exemplarily described in detail as follows:
(1) first, a target domain name is obtained, specifically, domain name information of reverse domain name resolution is queried from a PTR record (pointer record) of a DNS to a local DNS address using a dig tool
Example (c): taking the IP address 69.191.211.202 of local DNS as an example, the result of executing the query task is as follows:
<<>>DiG 9.10.6<<>>-x 69.191.211.202
Global options:+cmd
Got answer:
->>HEADER<<-opcode:QUERY,status:NOERROR,id:56235
flags:qr rd ra;QUERY:1,ANSWER:1,AUTHORITY:0,ADDITIONAL:0
QUESTION SECTION:
202.211.191.69.in-addr.arpa.IN PTR
ANSWER SECTION:
202.211.191.69.in-addr.arpa.3600IN PTR iny-spdrproxy2.bloomberg.com.
Query time:37msec
SERVER:114.114.114.114#53(114.114.114.114)
WHEN:Fri Mar 19 19:13:01CST 2021
MSG SIZE rcvd:87
from the above query results, it can be seen that the answer to the DNS resolution query request is: iny-spdrproxy2 bloomberg.com, that is, the name of the target domain is obtained by reversely resolving the IP address of the recursive server: iny-spdrproxy2 bloomberg.
(2) After the target domain name is obtained, the target domain name is analyzed, and first positioning information and second positioning information are obtained.
The first-level domain name for this domain name: ". com", which can be used as auxiliary information to help infer its geographical location, although the organization type information has no direct relation with the geographical location information of the organization.
For the second level domain name of the domain name: com, the second-level domain name is obtained through an RDAP protocol, and the specific execution result is as follows:
Figure BDA0003055427210000151
Figure BDA0003055427210000161
according to the query result, it can be seen that, for the domain name: com has two target registration addresses:
https:∨∨rdap.verisign.com∨com∨v1∨domain∨BLOOMBERG.COM;
https:∨∨apis.cscglobal.com∨dbs∨rdap-api∨vl∨domain∨BLOOMBERG.COM;
that is, the registration information of the secondary domain name can be queried through both the two links, and it is possible that the information contents provided by the two links are different, and if the information contents are different, the two query results are obtained.
In the following, only one of the links is accessed to obtain the second positioning information for example.
Accessing the link according to the method provided by ICANN: https: com/com/v1/domain/bloomberg.com
After the access, a string of json format information can be obtained, and for the generated information, related paragraphs in the information can be analyzed, and the specific geographic position of the Local DNS server can be reasonably presumed according to the content of part of the information.
Example (c): com. can be inquired about the registration information of the organization to which the recursion server of the domain name bloomberg.
″text″,″CSC Corporate Domains,Inc.″],[″adr″,{},″text″,[″″,″″,″251Little Falls Drive″,″Wilmington″,″DE″,″19808″,″US″]
From its company address, it can be presumed that its data center is located near the company, and therefore it is reasonable to assume that this Local DNS address is attributed to US (US), DE (telawa).
Com, the registration information of the organization to which the recursion server of the domain name bloomberg belongs is inquired, and the telephone number is also included, and the result is as follows:
″type″:″voice″
},
″uri″,
″tel:+1.3026365400″
],
[
″tel″,
{
″type″:″fax″
},
″uri″,
″tel:+1.3026365400″
based on the telephone number, the geographical location to which the telephone number belongs can be queried through a public database on the internet, or the geographical location can be identified based on an area code, for example, for a landline telephone.
(3) By locating the home location of the recursive server according to the obtained first positioning information and the second positioning information, it is able to determine more specific geographic location information of the organization, and further estimate the specific geographic location of the Local DNS server, for example, it is estimated that the Local DNS server is located in the state of telawa in the united states in the above example.
Another aspect of the present disclosure provides a recursive server home location apparatus 500. Fig. 5 schematically illustrates a block diagram of a recursive server home location apparatus 500 according to an embodiment of the present disclosure. The recursive server home location means 500 may be used to implement the method described with reference to fig. 2.
As shown in fig. 5, the apparatus includes an obtaining module 501, a parsing module 502, and a positioning module 503.
The obtaining module 501 is configured to obtain a target domain name, where the target domain name is a registered domain name related to an organization to which the recursive server belongs.
The parsing module 502 is configured to parse the target domain name to obtain first positioning information and second positioning information, where the first positioning information is used to represent region and type information of an organization to which the recursive server belongs, and the second positioning information is used to represent registration information of the organization to which the recursive server belongs.
A positioning module 503, configured to position the home location of the recursive server according to the first positioning information and the second positioning information.
According to the embodiment of the present disclosure, the obtaining module 501 obtains the target domain name and analyzes the target domain name, so as to obtain the first positioning information and the second positioning information. According to the embodiment of the disclosure, by adopting a technical means of analyzing the target domain name to obtain the positioning information through the analyzing module 502, the positioning information is obtained more directly and quickly, and has more pertinence, and the efficiency of positioning analysis can be improved. The region and organization type of the organization to which the recursion server belongs are preliminarily judged through the first positioning information, and more detailed positioning information is obtained from the registration information of the organization to which the recursion server belongs, which is provided by the second positioning information. The embodiment of the disclosure combines the two positioning information to deduce the attribution of the recursive server, and the positioning is more accurate because the two positioning information are combined for positioning. Furthermore, the positioning method realized by the device can be used or verified in a cross way with a positioning method (such as an IP positioning method) in the related technology, so that the accuracy of the recursive server geographic positioning is improved. By determining the address of the recursive server (Local DNS) by adopting the positioning method, the validity of the address library of the recursive server (Local DNS) can be checked, the address library of the recursive server (Local DNS) can be updated regularly, and reference and comparison are provided for the determination of the Local DNS address of a subsequent network operator.
According to the embodiment of the present disclosure, the target domain name includes a first-level domain name and a second-level domain name, and the resolution module 502 includes a first resolution unit and a second resolution unit.
The first analyzing unit is used for analyzing a first-level domain name in the target domain name to acquire first positioning information. And the second analysis unit is used for analyzing the second-level domain name in the target domain name to acquire second positioning information.
According to an embodiment of the present disclosure, the second parsing unit includes a parsing subunit and an obtaining subunit.
The resolution subunit is configured to resolve the secondary domain name to obtain one or more target registration addresses, where the target registration addresses are registration addresses of the target domain name. And the acquisition subunit is used for acquiring the second positioning information by accessing the target registration address.
According to an embodiment of the present disclosure, wherein resolving the secondary domain name to obtain the one or more target registration addresses comprises: querying record information related to the secondary domain name through an RDAP protocol; and acquiring one or more target registration addresses corresponding to the target domain name from the recorded information.
According to an embodiment of the present disclosure, the obtaining the target domain name includes: and acquiring the target domain name according to the IP address of the recursive server.
According to an embodiment of the present disclosure, wherein obtaining the target domain name according to the IP address of the recursive server comprises: the IP address of the recursive server is resolved to the target domain name by means of reverse address resolution.
According to an embodiment of the present disclosure, the region and type information includes at least one of the following: home country information of an organization to which the recursive server belongs and organization type information of the organization to which the recursive server belongs; the registration information includes at least one of: the registration address, contact mailbox, contact phone, and remark information of the organization to which the recursive server belongs.
Any number of modules, sub-modules, units, sub-units, or at least part of the functionality of any number thereof according to embodiments of the present disclosure may be implemented in one module. Any one or more of the modules, sub-modules, units, and sub-units according to the embodiments of the present disclosure may be implemented by being split into a plurality of modules. Any one or more of the modules, sub-modules, units, sub-units according to embodiments of the present disclosure may be implemented at least partially as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or by any other reasonable means of hardware or firmware for integrating or packaging a circuit, or by any one of or a suitable combination of any of software, hardware, and firmware. Alternatively, one or more of the modules, sub-modules, units, sub-units according to embodiments of the disclosure may be implemented at least partly as a computer program module, which when executed, may perform a corresponding function.
For example, any plurality of the obtaining module 501, the parsing module 502 and the positioning module 503 may be combined and implemented in one module/unit/sub-unit, or any one of the modules/units/sub-units may be split into a plurality of modules/units/sub-units. Alternatively, at least part of the functionality of one or more of these modules/units/sub-units may be combined with at least part of the functionality of other modules/units/sub-units and implemented in one module/unit/sub-unit. According to an embodiment of the present disclosure, at least one of the obtaining module 501, the parsing module 502, and the positioning module 503 may be implemented at least partially as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented by hardware or firmware in any other reasonable manner of integrating or packaging a circuit, or may be implemented by any one of three implementations of software, hardware, and firmware, or any suitable combination of any of the three. Alternatively, at least one of the obtaining module 501, the parsing module 502 and the positioning module 503 may be at least partly implemented as a computer program module, which when executed may perform a corresponding function.
Another aspect of the present disclosure provides an electronic device including: one or more processors, and a memory; wherein the memory is for storing one or more programs; wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the recursive server home location method as above.
Fig. 6 schematically shows a block diagram of an electronic device for implementing a recursive server home location method according to an embodiment of the present disclosure. The electronic device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 6, an electronic device 600 according to an embodiment of the present disclosure includes a processor 601, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. Processor 601 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 601 may also include onboard memory for caching purposes. Processor 601 may include a single processing unit or multiple processing units for performing different actions of a method flow according to embodiments of the disclosure.
In the RAM 603, various programs and data necessary for the operation of the electronic apparatus 600 are stored. The processor 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. The processor 601 performs various operations of the method flows according to the embodiments of the present disclosure by executing programs in the ROM 602 and/or RAM 603. Note that the programs may also be stored in one or more memories other than the ROM 602 and RAM 603. The processor 601 may also perform various operations of the method flows according to embodiments of the present disclosure by executing programs stored in the one or more memories.
Electronic device 600 may also include input/output (I/O) interface 605, input/output (I/O) interface 605 also connected to bus 604, according to an embodiment of the present disclosure. The system 600 may also include one or more of the following components connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
According to embodiments of the present disclosure, method flows according to embodiments of the present disclosure may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable storage medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The computer program, when executed by the processor 601, performs the above-described functions defined in the system of the embodiments of the present disclosure. The systems, devices, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
The present disclosure also provides a computer-readable storage medium, which may be embodied in the device/apparatus/system described in the above embodiments; or may exist separately and not be assembled into the device/apparatus/system. The computer-readable storage medium carries one or more programs which, when executed, implement the method according to an embodiment of the disclosure.
According to an embodiment of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium. Examples may include, but are not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
For example, according to an embodiment of the present disclosure, a computer-readable storage medium may include ROM 602 and/or RAM 603 and/or one or more memories other than ROM 602 and RAM 603 described above.
Embodiments of the present disclosure also include a computer program product comprising a computer program comprising program code for performing the method provided by embodiments of the present disclosure, when the computer program product is run on an electronic device, for causing the electronic device to implement the recursive server homing method provided by embodiments of the present disclosure.
The computer program, when executed by the processor 601, performs the above-described functions defined in the system/apparatus of the embodiments of the present disclosure. The systems, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
In one embodiment, the computer program may be hosted on a tangible storage medium such as an optical storage device, a magnetic storage device, or the like. In another embodiment, the computer program may also be transmitted, distributed in the form of a signal on a network medium, downloaded and installed through the communication section 609, and/or installed from the removable medium 611. The computer program containing program code may be transmitted using any suitable network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In accordance with embodiments of the present disclosure, program code for executing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, these computer programs may be implemented using high level procedural and/or object oriented programming languages, and/or assembly/machine languages. The programming language includes, but is not limited to, programming languages such as Java, C + +, python, the "C" language, or the like. The program code may execute entirely on the user computing device, partly on the user device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not expressly recited in the present disclosure. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present disclosure may be made without departing from the spirit or teaching of the present disclosure. All such combinations and/or associations are within the scope of the present disclosure.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.

Claims (9)

1. A recursive server home location method, comprising:
acquiring a target domain name, wherein the target domain name is a registered domain name related to a home organization of a recursive server;
analyzing the target domain name to obtain first positioning information and second positioning information, wherein the first positioning information is used for representing region and type information of an organization to which the recursive server belongs, and the second positioning information is used for representing registration information of the organization to which the recursive server belongs, and analyzing the target domain name to obtain the second positioning information comprises: analyzing a secondary domain name in the target domain name to obtain one or more target registration addresses, wherein the target registration addresses are registration addresses of the target domain name; acquiring the second positioning information by accessing the target registration address;
and positioning the attribution of the recursive server according to the first positioning information and the second positioning information.
2. The method of claim 1, wherein the target domain name comprises a primary domain name and a secondary domain name, and resolving the target domain name to obtain the first positioning information comprises:
and analyzing a first-level domain name in the target domain name to acquire the first positioning information.
3. The method of claim 1, wherein resolving the secondary domain name to obtain one or more target registration addresses comprises:
querying record information related to the secondary domain name through an RDAP protocol;
and acquiring one or more target registration addresses corresponding to the target domain name from the recorded information.
4. The method of claim 1, wherein the obtaining a target domain name comprises:
and acquiring the target domain name according to the IP address of the recursive server.
5. The method of claim 4, wherein obtaining the target domain name from the IP address of the recursive server comprises:
and resolving the IP address of the recursive server into the target domain name in a reverse address resolution mode.
6. The method of claim 1, wherein,
the region and type information includes at least one of: home country information of an organization to which the recursive server belongs and organization type information of the organization to which the recursive server belongs;
the registration information includes at least one of: the registration address, contact mailbox, contact telephone, and remark information of the organization to which the recursive server belongs.
7. A recursive server home location apparatus comprising:
an acquisition module, configured to acquire a target domain name, where the target domain name is a registered domain name related to an organization to which a recursive server belongs;
the resolution module is used for resolving the target domain name to acquire first positioning information and second positioning information, wherein the first positioning information is used for representing region and type information of an organization to which the recursive server belongs, and the second positioning information is used for representing registration information of the organization to which the recursive server belongs, the resolution module comprises a second resolution unit, the second resolution unit comprises a resolution subunit and an acquisition subunit, the resolution subunit is used for resolving a secondary domain name in the target domain name to acquire one or more target registration addresses, and the target registration addresses are registration addresses of the target domain name; an acquisition subunit, configured to acquire second positioning information by accessing the target registration address;
and the positioning module is used for positioning the attribution of the recursive server according to the first positioning information and the second positioning information.
8. An electronic device, comprising:
one or more processors;
a memory for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-6.
9. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 6.
CN202110502864.3A 2021-05-08 2021-05-08 Recursive server home location method and device, electronic device and storage medium Active CN113206895B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110502864.3A CN113206895B (en) 2021-05-08 2021-05-08 Recursive server home location method and device, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110502864.3A CN113206895B (en) 2021-05-08 2021-05-08 Recursive server home location method and device, electronic device and storage medium

Publications (2)

Publication Number Publication Date
CN113206895A CN113206895A (en) 2021-08-03
CN113206895B true CN113206895B (en) 2022-09-06

Family

ID=77030517

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110502864.3A Active CN113206895B (en) 2021-05-08 2021-05-08 Recursive server home location method and device, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN113206895B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115665263A (en) * 2022-10-19 2023-01-31 上海浦东发展银行股份有限公司 Flow allocation method, device, server and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105323324A (en) * 2014-06-05 2016-02-10 北京邮电大学 System and method for IP aeronautical telecommunication network communication addressing

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101834910A (en) * 2007-04-04 2010-09-15 华为技术有限公司 Domain name resolution method and device
US9973590B2 (en) * 2011-11-26 2018-05-15 Bing Wu User identity differentiated DNS resolution
US10887278B2 (en) * 2019-01-10 2021-01-05 Proofpoint, Inc. Systems and methods for discovery of brand-registered domain names
CN111813826A (en) * 2020-06-02 2020-10-23 深圳市互联工场科技有限公司 WHOIS query method, system and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105323324A (en) * 2014-06-05 2016-02-10 北京邮电大学 System and method for IP aeronautical telecommunication network communication addressing

Also Published As

Publication number Publication date
CN113206895A (en) 2021-08-03

Similar Documents

Publication Publication Date Title
CN110351283B (en) Data transmission method, device, equipment and storage medium
US9231903B2 (en) System and method for resolving a DNS request using metadata
CN110049022B (en) Domain name access control method and device and computer readable storage medium
CN110830458A (en) Domain name access method, system and equipment
CN110602270B (en) Domain name resolution method and device, computer equipment and storage medium
US20100146132A1 (en) Methods, Systems, And Computer Program Products For Accessing A Resource Having A Network Address Associated With A Location On A Map
CN109635019B (en) Request processing method, device, equipment and storage medium
US20130290563A1 (en) Answer augmentation system for authoritative dns servers
US10498694B2 (en) Mapping IPv4 knowledge to IPv6
JP2021051755A (en) Method, apparatus, and computer program for data processing, and hierarchical domain name system zone file
US8938653B2 (en) Increasing the accuracy of information returned for context signals
CN109889511B (en) Process DNS activity monitoring method, equipment and medium
CN108429739B (en) Method, system and terminal equipment for identifying honeypots
CN111182089A (en) Container cluster system, method and device for accessing big data assembly and server
CN112954089B (en) Method, device, equipment and storage medium for analyzing data
CN113206895B (en) Recursive server home location method and device, electronic device and storage medium
CN106658666B (en) Method and equipment for establishing wireless connection
CN111225018A (en) Request message processing method and device and electronic equipment
CN111010456B (en) Main domain name acquisition and verification method
CN113067803B (en) Resource isolation system, request processing method and request processing device
US20170017921A1 (en) Location information validation techniques
CN113810518A (en) Effective sub-domain name recognition method and device and electronic equipment
CN110276028B (en) Processing method and device for internal link function requirements of business system
CN116566945A (en) Access method and device for decentralised application, electronic equipment and storage medium
CN110855782B (en) Service calling system, method, electronic equipment and readable storage medium

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