CN117155688A - IP address identification method, system, equipment and storage medium of access terminal - Google Patents

IP address identification method, system, equipment and storage medium of access terminal Download PDF

Info

Publication number
CN117155688A
CN117155688A CN202311213393.XA CN202311213393A CN117155688A CN 117155688 A CN117155688 A CN 117155688A CN 202311213393 A CN202311213393 A CN 202311213393A CN 117155688 A CN117155688 A CN 117155688A
Authority
CN
China
Prior art keywords
address
access terminal
sdp
data channel
access
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.)
Pending
Application number
CN202311213393.XA
Other languages
Chinese (zh)
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.)
Wuhan Upower Information Technology Co ltd
Original Assignee
Wuhan Upower Information Technology 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 Wuhan Upower Information Technology Co ltd filed Critical Wuhan Upower Information Technology Co ltd
Priority to CN202311213393.XA priority Critical patent/CN117155688A/en
Publication of CN117155688A publication Critical patent/CN117155688A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method, a system, equipment and a storage medium for identifying an IP address of an access terminal, wherein the method comprises the following steps: creating a data channel between the link end and the access end; acquiring SDP text information corresponding to the wall-turning network through a data channel; analyzing the SDP text information to obtain an SDP analysis result; if the SDP analysis result contains candidate information, address identification is carried out on the candidate information through a regular expression, and the IP address of the access terminal is obtained. Compared with the prior art that the DNS query method can identify the existence of the wall-turning network, but cannot accurately identify the real IP address of the user, the invention can accurately identify the IP address of the access terminal by analyzing SDP text information, thereby improving the network security and management efficiency.

Description

IP address identification method, system, equipment and storage medium of access terminal
Technical Field
The present invention relates to the field of network communications technologies, and in particular, to a method, a system, an apparatus, and a storage medium for identifying an IP address of an access terminal.
Background
With the popularity and use of the internet, more and more users are beginning to use wall-turned networks to bypass geographic restrictions and network scrutiny. The wall-turning network enables users to access blocked or restricted websites and services by using technologies such as proxy servers or Virtual Private Networks (VPN), and thus presents new challenges for network security and management.
Currently known technical solutions include the use of traffic analysis, IP blacklisting, DNS queries, and the like to identify wall-turned networks. However, these methods have some limitations. For example, the traffic analysis method can only detect the traffic pattern of the wall-turned network, but cannot determine the real IP address of the specific user. The IP blacklist approach requires continual updates to the blacklist and is vulnerable to bypass attacks. The DNS query method, although capable of identifying the existence of a wall-turning network, cannot accurately identify the real IP address of the user.
The prior art solutions cannot accurately identify the real IP address of the user in the wall-turned network, which brings trouble to network management and security monitoring. The inability to track and block specific wall-turning users can pose serious risks to network security and management. Therefore, how to accurately identify the IP address of the access terminal is a problem to be solved.
The foregoing is provided merely for the purpose of facilitating understanding of the technical solutions of the present invention and is not intended to represent an admission that the foregoing is prior art.
Disclosure of Invention
The invention mainly aims to provide a method, a system, equipment and a storage medium for identifying an IP address of an access terminal, which aim to solve the technical problem of how to accurately identify the IP address of the access terminal.
In order to achieve the above object, the present invention provides a method for identifying an IP address of an access terminal, where the method for identifying an IP address of an access terminal includes:
creating a data channel between the link end and the access end;
acquiring SDP text information corresponding to the wall-turning network through the data channel;
analyzing the SDP text information to obtain an SDP analysis result;
if the SDP analysis result contains candidate information, address identification is carried out on the candidate information through a regular expression, and the IP address of the access terminal is obtained.
Optionally, the step of creating a data channel between the link end and the access end includes:
creating an RTCPeERConnection object on a link end, and initializing the RTCPeERConnection object;
and creating a data channel between the link end and the access end through a pc.
Optionally, the step of acquiring SDP text information corresponding to the wall-turning network through the data channel includes:
generating an buffer corresponding to the wall-turning network through a pc.createoffer based on the data channel;
and acquiring SDP text information according to the buffer corresponding to the wall-turning network.
Optionally, if the SDP parsing result includes candidate information, the step of obtaining the IP address of the access terminal further includes:
judging whether the IP address exists in the localIPs object or not through an ipitate function;
and if not, storing the IP address into the localIPs object through an onNewIP callback function.
Optionally, if the SDP parsing result includes candidate information, the step of obtaining the IP address of the access terminal further includes:
setting a session description protocol of the link terminal through a pc.setLocaldescription method;
and transmitting a success callback function and a failure callback function based on the session description protocol.
In addition, in order to achieve the above object, the present invention further provides an IP address identifying system of an access terminal, where the IP address identifying system of the access terminal includes:
the creation module is used for creating a data channel between the link end and the access end;
the acquisition module is used for acquiring SDP text information corresponding to the wall-turning network through the data channel;
the analysis module is used for analyzing the SDP text information to obtain an SDP analysis result;
and the identification module is used for carrying out address identification on the candidate item information through a regular expression if the SDP analysis result contains the candidate item information, so as to obtain the IP address of the access terminal.
In addition, in order to achieve the above object, the present invention further provides an IP address identifying apparatus for an access terminal, the apparatus including: the system comprises a memory, a processor and an IP address identification program of an access terminal stored on the memory and capable of running on the processor, wherein the IP address identification program of the access terminal is configured to realize the steps of the IP address identification method of the access terminal.
In addition, in order to achieve the above object, the present invention also proposes a storage medium having stored thereon an IP address identifying program of an access terminal, which when executed by a processor, implements the steps of the IP address identifying method of the access terminal as described above.
The invention firstly establishes a data channel between a link end and an access end, then obtains SDP text information corresponding to a wall-turning network through the data channel, then analyzes the SDP text information to obtain an SDP analysis result, and if the SDP analysis result contains candidate information, carries out address identification on the candidate information through a regular expression to obtain an IP address of the access end. Compared with the prior art that the DNS query method can identify the existence of the wall-turning network, but cannot accurately identify the real IP address of the user, the invention can accurately identify the IP address of the access terminal by analyzing SDP text information, thereby improving the network security and management efficiency.
Drawings
Fig. 1 is a schematic structural diagram of an IP address identifying device of an access end of a hardware running environment according to an embodiment of the present invention;
fig. 2 is a flowchart of a first embodiment of an IP address identifying method of an access terminal according to the present invention;
FIG. 3 is a flowchart of obtaining information of an access terminal by a link terminal according to a first embodiment of the IP address identification method of the access terminal according to the present invention through a WebRTC function;
fig. 4 is a block diagram of a first embodiment of an IP address identifying system for an access terminal according to the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of an IP address identifying device at an access end of a hardware running environment according to an embodiment of the present invention.
As shown in fig. 1, the IP address identifying apparatus of the access terminal may include: a processor 1001, such as a central processing unit (Central Processing Unit, CPU), a communication bus 1002, a user interface 1003, a network interface 1004, a memory 1005. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display, an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a Wireless interface (e.g., a Wireless-Fidelity (Wi-Fi) interface). The Memory 1005 may be a high-speed random access Memory (Random Access Memory, RAM) or a stable nonvolatile Memory (NVM), such as a disk Memory. The memory 1005 may also optionally be a storage system separate from the processor 1001 described above.
It will be appreciated by those skilled in the art that the structure shown in fig. 1 does not constitute a limitation of the IP address identification device of the access terminal, and may include more or fewer components than shown, or may combine certain components, or may have a different arrangement of components.
As shown in fig. 1, an operating system, a network communication module, a user interface module, and an IP address identification program of an access terminal may be included in the memory 1005 as one type of storage medium.
In the IP address identifying device of the access terminal shown in fig. 1, the network interface 1004 is mainly used for data communication with a network server; the user interface 1003 is mainly used for data interaction with a user; the processor 1001 and the memory 1005 in the IP address identifying device of the access terminal of the present invention may be disposed in the IP address identifying device of the access terminal, where the IP address identifying device of the access terminal invokes the IP address identifying program of the access terminal stored in the memory 1005 through the processor 1001, and executes the IP address identifying method of the access terminal provided by the embodiment of the present invention.
The embodiment of the invention provides an IP address identification method of an access terminal, and referring to fig. 2, fig. 2 is a flow chart of a first embodiment of the IP address identification method of the access terminal of the invention.
In this embodiment, the method for identifying the IP address of the access terminal includes the following steps:
step S10: and creating a data channel between the link end and the access end.
It is to be understood that the execution body of the embodiment may be a link terminal with functions of data processing, network communication, program running, etc., or may be other computer devices with similar functions, etc., and the embodiment is not limited.
It should be noted that, the processing manner of creating the data channel between the link end and the access end is to create an rtcp ererconnection object through a real-time communication protocol, and perform an initialization process on the rtcp ererconnection object; the link end (i.e., the home end) and the access end create a data channel through a pc.createdatachannel ("") based on the initialized rtcp connection object.
In a specific implementation, when a connection is established, an rtcp connection object of WebRTC is used to obtain IP information, an rtcp connection object needs to be created to initialize, an ICE server address is set as a STUN server of Google, and then a callback function onNewIP is defined for processing the obtained IP address. A null function noop is defined for use as a placeholder for the callback function. An object localIPs is defined for storing the acquired IP addresses. A regular expression ipRegex is defined for matching IP addresses. A variable key is defined for traversing the IP address. A data channel was created using pc.
Step S20: and acquiring SDP text information corresponding to the wall-turning network through the data channel.
Further, generating an buffer corresponding to the wall-turning network through the pc.createoffer based on the data channel; and acquiring SDP text information according to the Offer corresponding to the wall-turning network.
In this embodiment, pc.createoffer is used to generate an buffer, which contains SDP information.
Step S30: and analyzing the SDP text information to obtain an SDP analysis result.
It should be noted that the SDP parsing result may include candidate information (i.e., a "candidate" field), or may not include candidate information.
Step S40: if the SDP analysis result contains candidate information, address identification is carried out on the candidate information through a regular expression, and the IP address of the access terminal is obtained.
Further, judging whether an IP address exists in the localIPs object through an ipitate function; and if not, storing the IP address into the localIPs object through an onNewIP callback function. Setting a session description protocol of a link end by a pc.setlocaldescription method; and transmitting a success callback function and a failure callback function based on the session description protocol.
In a specific implementation, the SDP information is traversed according to a row, if a "candidate" field is included in the row, an IP address is matched by using a regular expression ipRegex, and the IP address is processed through a callback function ipIterate. The ipitate function determines whether the IP address already exists in the localIPs object, and if not, calls the onNewIP callback function to process, and stores the IP address in the localIPs object.
It should also be appreciated that the pc.setlocaldescription method is used to set up the local SDP and pass in the success and failure callback functions noop.
The generation of candidates is monitored by a pc. When the icecandate event triggers, judging whether a candidate exists and whether the candidate contains an IP address, if so, matching the IP address by using a regular expression IP Regex, and processing through a callback function ipitate.
It should be noted that, when the method is encapsulated into the webpage JS code, the user who turns over the wall clicks to browse, and the IP address of the visitor can be obtained by using WebRTC function in the above embodiment.
In this embodiment, a data channel is created between a link end and an access end, then SDP text information corresponding to a wall-turning network is acquired through the data channel, then the SDP text information is parsed to obtain an SDP parsing result, and if the SDP parsing result includes candidate information, address identification is performed on the candidate information through a regular expression to obtain an IP address of the access end. Compared with the prior art that the DNS query method can identify the existence of the wall-turning network, but cannot accurately identify the real IP address of the user, in the embodiment, the real IP address of the visitor can be accurately obtained by utilizing the RTCPeerconnection object of the WebRTC without being influenced by factors such as the wall-turning network, and the like, thereby being beneficial to preventing malicious behaviors and network attacks.
Referring to fig. 4, fig. 4 is a block diagram illustrating the structure of a first embodiment of an IP address identifying system at an access terminal according to the present invention.
As shown in fig. 4, the IP address identifying system of the access terminal according to the embodiment of the present invention includes:
the creation module 4001 is configured to create a data channel between the link end and the access end.
It should be noted that, the processing manner of creating the data channel between the link end and the access end is to create an rtcp ererconnection object through a real-time communication protocol, and perform an initialization process on the rtcp ererconnection object; and creating a data channel between the link end and the access end through a pc.
In a specific implementation, when a connection is established, an rtcp connection object of WebRTC is used to obtain IP information, an rtcp connection object needs to be created to initialize, an ICE server address is set as a STUN server of Google, and then a callback function onNewIP is defined for processing the obtained IP address. A null function noop is defined for use as a placeholder for the callback function. An object localIPs is defined for storing the acquired IP addresses. A regular expression ipRegex is defined for matching IP addresses. A variable key is defined for traversing the IP address. A data channel was created using pc.
And the acquisition module 4002 is configured to acquire SDP text information corresponding to the wall-turning network through the data channel.
Further, generating an buffer corresponding to the wall-turning network through the pc.createoffer based on the data channel; and acquiring SDP text information according to the Offer corresponding to the wall-turning network.
In this embodiment, pc.createoffer is used to generate an buffer, which contains SDP information.
And the analysis module 4003 is used for analyzing the SDP text information to obtain an SDP analysis result.
It should be noted that the SDP parsing result may include candidate information (i.e., a "candidate" field), or may not include candidate information.
And the identifying module 4004 is configured to identify, by using a regular expression, the candidate information if the SDP parsing result includes the candidate information, and obtain an IP address of the access terminal.
Further, judging whether an IP address exists in the localIPs object through an ipitate function; and if not, storing the IP address into the localIPs object through an onNewIP callback function. Setting a session description protocol of a link end by a pc.setlocaldescription method; and transmitting a success callback function and a failure callback function based on the session description protocol.
In a specific implementation, the SDP information is traversed according to a row, if a "candidate" field is included in the row, an IP address is matched by using a regular expression ipRegex, and the IP address is processed through a callback function ipIterate. The ipitate function determines whether the IP address already exists in the localIPs object, and if not, calls the onNewIP callback function to process, and stores the IP address in the localIPs object.
It should also be appreciated that the pc.setlocaldescription method is used to set up the local SDP and pass in the success and failure callback functions noop.
The generation of candidates is monitored by a pc. When the icecandate event triggers, judging whether a candidate exists and whether the candidate contains an IP address, if so, matching the IP address by using a regular expression IP Regex, and processing through a callback function ipitate.
It should be noted that, when the method is encapsulated into the webpage JS code, the user who turns over the wall clicks to browse, and the IP address of the visitor can be obtained by using WebRTC function in the above embodiment.
In this embodiment, a data channel is created between a link end and an access end, then SDP text information corresponding to a wall-turning network is acquired through the data channel, then the SDP text information is parsed to obtain an SDP parsing result, and if the SDP parsing result includes candidate information, address identification is performed on the candidate information through a regular expression to obtain an IP address of the access end. Compared with the prior art that the DNS query method can identify the existence of the wall-turning network, but cannot accurately identify the real IP address of the user, in the embodiment, the real IP address of the visitor can be accurately obtained by utilizing the RTCPeerconnection object of the WebRTC without being influenced by factors such as the wall-turning network, and the like, thereby being beneficial to preventing malicious behaviors and network attacks.
Other embodiments or specific implementation manners of the IP address identifying system of the access terminal of the present invention may refer to the above method embodiments, and are not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. read-only memory/random-access memory, magnetic disk, optical disk), comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) to perform the method according to the embodiments of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (8)

1. The IP address identification method of the access terminal is characterized by comprising the following steps of:
creating a data channel between the link end and the access end;
acquiring SDP text information corresponding to the wall-turning network through the data channel;
analyzing the SDP text information to obtain an SDP analysis result;
if the SDP analysis result contains candidate information, address identification is carried out on the candidate information through a regular expression, and the IP address of the access terminal is obtained.
2. The method of claim 1, wherein the step of creating a data channel between the link and access comprises:
creating an RTCPeerConnection object through a real-time communication protocol, and initializing the RTCPeerCon nection object;
and creating a data channel between the link end and the access end through a pc.
3. The method of claim 2, wherein the step of obtaining SDP text information corresponding to the wall-turning network via the data channel comprises:
generating an buffer corresponding to the wall-turning network through a pc.createoffer based on the data channel;
and acquiring SDP text information according to the buffer corresponding to the wall-turning network.
4. The method of claim 3, wherein if the SDP parsing result includes candidate information, performing address recognition on the candidate information by using a regular expression, and after the step of obtaining the IP address of the access terminal, further comprising:
judging whether the IP address exists in the localIPs object or not through an ipitate function;
and if not, storing the IP address into the localIPs object through an onNewIP callback function.
5. The method of claim 4, wherein if the SDP parsing result includes candidate information, performing address recognition on the candidate information by using a regular expression, and after the step of obtaining the IP address of the access terminal, further comprising:
setting a session description protocol of the link terminal through a pc.setLocaldescription method;
and transmitting a success callback function and a failure callback function based on the session description protocol.
6. An IP address identifying system of an access terminal, wherein the IP address identifying system of the access terminal includes:
the creation module is used for creating a data channel between the link end and the access end;
the acquisition module is used for acquiring SDP text information corresponding to the wall-turning network through the data channel;
the analysis module is used for analyzing the SDP text information to obtain an SDP analysis result;
and the identification module is used for carrying out address identification on the candidate item information through a regular expression if the SDP analysis result contains the candidate item information, so as to obtain the IP address of the access terminal.
7. An IP address identifying apparatus of an access terminal, the apparatus comprising: memory, a processor and an IP address identification program of an access terminal stored on the memory and executable on the processor, the IP address identification program of the access terminal being configured to implement the steps of the IP address identification method of an access terminal according to any one of claims 1 to 5.
8. A storage medium, wherein an IP address identifying program of an access terminal is stored on the storage medium, and the IP address identifying program of the access terminal, when executed by a processor, implements the steps of the IP address identifying method of the access terminal according to any one of claims 1 to 5.
CN202311213393.XA 2023-09-19 2023-09-19 IP address identification method, system, equipment and storage medium of access terminal Pending CN117155688A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311213393.XA CN117155688A (en) 2023-09-19 2023-09-19 IP address identification method, system, equipment and storage medium of access terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311213393.XA CN117155688A (en) 2023-09-19 2023-09-19 IP address identification method, system, equipment and storage medium of access terminal

Publications (1)

Publication Number Publication Date
CN117155688A true CN117155688A (en) 2023-12-01

Family

ID=88906057

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311213393.XA Pending CN117155688A (en) 2023-09-19 2023-09-19 IP address identification method, system, equipment and storage medium of access terminal

Country Status (1)

Country Link
CN (1) CN117155688A (en)

Similar Documents

Publication Publication Date Title
US10148681B2 (en) Automated identification of phishing, phony and malicious web sites
US11399288B2 (en) Method for HTTP-based access point fingerprint and classification using machine learning
US8819819B1 (en) Method and system for automatically obtaining webpage content in the presence of javascript
US8484738B2 (en) System and method for providing application penetration testing
CN111651757A (en) Attack behavior monitoring method, device, equipment and storage medium
CN113315742B (en) Attack behavior detection method and device and attack detection equipment
CN107634931A (en) Processing method, cloud server, gateway and the terminal of abnormal data
US20160277417A1 (en) Method and apparatus for communication number update
WO2016188029A1 (en) Method and device for parsing two-dimensional code, computer readable storage medium, computer program product and terminal device
WO2015021873A1 (en) Method, platform server, and system of data pushing
US8789177B1 (en) Method and system for automatically obtaining web page content in the presence of redirects
CN107360198B (en) Suspicious domain name detection method and system
CN110704816B (en) Interface cracking recognition method, device, equipment and storage medium
CN114024728B (en) Honeypot building method and application method
CN113316926A (en) Domain name processing method and device, electronic equipment and storage medium
CN105939320A (en) Message processing method and device
CN107623693B (en) Domain name resolution protection method, device, system, computing equipment and storage medium
CN107592299B (en) Proxy internet access identification method, computer device and computer readable storage medium
CN109688096B (en) IP address identification method, device, equipment and computer readable storage medium
CN102867056A (en) Method and system for searching keyword
CN111274461A (en) Data auditing method, data auditing device and storage medium
CN117155688A (en) IP address identification method, system, equipment and storage medium of access terminal
CN114039776A (en) Method and device for generating flow detection rule, electronic equipment and storage medium
CN107493302A (en) A kind of user information acquiring method and device
CN113300915A (en) Device identification method, system, electronic apparatus, and 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
CB02 Change of applicant information
CB02 Change of applicant information

Country or region after: China

Address after: 430000, 1301, 13th Floor, Building 2, Phase I, Guanggu Optoelectronic Information Industry Innovation and Entrepreneurship Base, No. 2 Huanglongshan South Road, Donghu New Technology Development Zone, Wuhan City, Hubei Province

Applicant after: WUHAN UPOWER INFORMATION TECHNOLOGY CO.,LTD.

Address before: 430000, No. 2, 5th Floor, Building 24, Zone 3, 3S Geospatial Information Industry Base, Wuda Science and Technology Park, Donghu Development Zone, Wuhan City, Hubei Province

Applicant before: WUHAN UPOWER INFORMATION TECHNOLOGY CO.,LTD.

Country or region before: China