CN103139152B - A kind of method of accessed web page and device - Google Patents

A kind of method of accessed web page and device Download PDF

Info

Publication number
CN103139152B
CN103139152B CN201110384131.0A CN201110384131A CN103139152B CN 103139152 B CN103139152 B CN 103139152B CN 201110384131 A CN201110384131 A CN 201110384131A CN 103139152 B CN103139152 B CN 103139152B
Authority
CN
China
Prior art keywords
webpage
information
request
security
data 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
CN201110384131.0A
Other languages
Chinese (zh)
Other versions
CN103139152A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201110384131.0A priority Critical patent/CN103139152B/en
Publication of CN103139152A publication Critical patent/CN103139152A/en
Application granted granted Critical
Publication of CN103139152B publication Critical patent/CN103139152B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a kind of method and device of accessed web page.The method of this accessed web page comprises: receive the request that user sends, and obtains the info web that carries in request, sends to internet security server, and by Internet Server that request forward maps to info web; Receive the webpage data information that Internet Server returns, according to the security certification result of this webpage that internet security server returns, export user to after safe handling is carried out to webpage data information and browse.Application the present invention, can reduce the time of user's accessed web page.

Description

Method and device for accessing webpage
Technical Field
The invention relates to a computer security access technology, in particular to a method and a device for accessing a webpage.
Background
With the rapid development of internet technology, the connection between users and the internet is more and more tight. The Internet brings great convenience to users, and the users can visit shopping websites to shop, or visit bank websites to transfer accounts, or visit social websites to communicate with friends through the Internet by using a browser. However, while enjoying the great convenience of the internet, the openness of the internet also gives lawless persons a chance to take advantage of the internet in the process of browsing web pages, for example, lawless persons invade a user browser through a web page hung with a horse and cheat a fund account of the user through a cheating web page to perform illegal activities, or the privacy of the user is checked through a leak of a social network site, and the personal privacy information of the user is revealed.
In order to effectively ensure the security of a user browsing a web page, the prior art proposes a method for accessing a web page in an IE (internet explorer) browser, in which a user accesses a web page by registering an IE browser auxiliary object (BHO) having an interception function preset in a registry, and when starting the web page access, the BHO intercepts a hypertext transfer protocol (HTTP) request sent by the user to an internet server by calling the interception function preset, acquires Uniform Resource Locator (URL) information carried in the HTTP request, blocks the HTTP request from being sent to the internet server, and simultaneously sends the URL information to the internet security server, the internet security server performs security authentication on the received URL information and returns a security authentication result to the BHO, and the BHO determines that the security authentication result returned by the internet security server is an authentication pass, and releases the blocking of the HTTP request to the internet server, executing a process of browsing a webpage; and if the safety authentication result returned by the Internet safety server is that the authentication is not passed, returning safety prompt information to the user, and if the user determines to browse according to the safety prompt information, removing the blockage of the HTTP request to the Internet server.
As can be seen from the above, in the conventional method for safely accessing a web page, when a user accesses a web page, the BHO is registered, the user is firstly blocked from accessing, the internet security server is queried for security authentication, and whether the blocking is released or not is determined according to the query result of the internet security server. Therefore, the BHO needs to wait for the security authentication result of the security authentication performed by the Internet security server, so that the time for the user to access the webpage is prolonged, and the experience of the user to access the webpage is reduced; further, the technical scheme needs to set the BHO of the interception function in advance in the registry according to the IE browser format, so that the BHO can only support the IE browser, and may not be compatible with browsers in other formats, that is, cannot support other browsers, and the application range is small.
Disclosure of Invention
In view of this, the main objective of the present invention is to provide a method for accessing a web page, which reduces the time for a user to access the web page.
Another object of the present invention is to provide an apparatus for accessing a web page, which reduces the time for a user to access the web page.
In order to achieve the above object, the present invention provides a method for accessing a web page, the method comprising:
receiving a request sent by a user, acquiring webpage URL information carried in the request, sending the webpage URL information to an Internet security server, and forwarding the request to an Internet server mapped by the webpage information;
and receiving webpage data information returned by the Internet server, and outputting the webpage data information to a user for browsing after carrying out security processing on the webpage data information according to a security authentication result of the webpage returned by the Internet security server.
The step of outputting the webpage data information to the user for browsing after performing security processing according to the security authentication result of the webpage returned by the internet security server comprises:
A. determining that the security authentication result of the webpage has been returned by the internet security server;
B. if the safety certification result is that the safety certification is passed, returning webpage data information to the user for browsing, and if the safety certification result is that the safety certification is not passed, blocking the webpage data information from being output to the user and returning safety prompt information to the user.
Further comprising:
if a forced browsing request triggered and output by the user according to the safety prompt information is received, the blockage of the webpage data information output to the user is removed, and the webpage data information is output to the user for the user to browse;
and if a request for canceling the browsing, which is triggered and output by the user according to the safety prompt information, is received, deleting the stored webpage data information.
Further comprising:
determining that the security authentication result of the webpage is not returned by the Internet security server;
and C, starting a timer, executing the step A if the safety authentication result of the webpage is received before the timer expires, and processing according to a preset strategy if the safety authentication result of the webpage is not received.
The request is a hypertext transfer protocol (HTTP) request, and the webpage information is URL information of a webpage uniform resource locator.
And receiving the HTTP request and acquiring webpage URL information carried in the HTTP request by hooking a network layer socket function.
An apparatus for accessing a web page, the apparatus comprising: a browser upper layer module, a socket hook layer module and a browser network layer module, wherein,
the browser upper layer module generates a request according to the information input by the user, carries the information of the webpage to be accessed by the user, and outputs the request to the socket hook layer module; receiving webpage data information which is output by the socket hook layer module and subjected to security processing, and displaying the webpage data information;
the socket hook layer module is used for acquiring webpage information carried in the received request, sending the webpage information to an external Internet security server and forwarding the request to the browser network layer module; receiving security authentication result information returned by the Internet security server and storing the security authentication result information; receiving webpage data information returned by a browser network layer module, performing security processing on the webpage data information according to the stored security authentication result information of the webpage, and outputting the webpage data information to a browser upper layer module;
the browser network layer module receives the request and sends the request to an external Internet server mapped by the webpage information; and receiving webpage data information returned by the Internet server and outputting the webpage data information to the socket hook layer module.
The request is a hypertext transfer protocol (HTTP) request, and the webpage information is URL information of a webpage uniform resource locator.
The socket hook layer module includes: an analysis unit, an authentication information storage unit, a security processing unit and a blocking unit, wherein,
the analysis unit is used for analyzing and acquiring webpage URL information carried in the received HTTP request, sending the webpage URL information to an external Internet security server and forwarding the HTTP request to the browser network layer module;
the authentication information storage unit is used for storing the safety authentication result information returned by the Internet safety server;
the safety processing unit is used for receiving webpage data information returned by the browser network layer module, determining that the safety authentication result information of the webpage stored by the authentication information storage unit passes the safety authentication, outputting the webpage data information to the browser upper layer module, and if the safety authentication result information does not pass the safety authentication, outputting the webpage data information to the blocking unit and outputting safety prompt information to the browser upper layer module;
the blocking unit is used for storing the webpage data information output by the safety processing unit, receiving a forced browsing request output by the upper layer module of the browser, outputting the stored webpage data information to the upper layer module of the browser and clearing the stored webpage data information; and receiving a request for canceling browsing, which is output by the upper layer module of the browser, and deleting the stored webpage data information.
The socket hook layer module further comprises:
the timer unit is used for determining that the authentication information storage unit does not store the safety authentication result information of the webpage, starting the timer, and triggering the safety processing unit to perform safety processing if the authentication information storage unit receives the safety authentication result information of the webpage before the timer times out; and if not, triggering the security processing unit to perform security processing according to a preset strategy.
According to the technical scheme, the method and the device for accessing the webpage, provided by the embodiment of the invention, receive the request sent by the user, acquire the webpage information carried in the request, send the webpage information to the internet security server, and forward the request to the internet server mapped by the webpage information; and receiving webpage data information returned by the Internet server, and outputting the webpage data information to a user for browsing after carrying out security processing on the webpage data information according to a security authentication result of the webpage returned by the Internet security server. Therefore, when the security authentication is carried out on the internet security server, the webpage data information is requested to be acquired from the internet server, the time for waiting for the security authentication of the internet security server is effectively reduced, and the time for a user to safely access the webpage is reduced.
Drawings
Fig. 1 is a flowchart illustrating a method for accessing a web page according to an embodiment of the present invention.
Fig. 2 is a schematic flowchart of a method for accessing a web page according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a device for accessing a web page according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
In the conventional method for safely accessing the webpage, BHO intercepts and blocks the access of a user, inquires an internet security server for security authentication, determines whether to release the blockage according to the inquiry result of the internet security server, and prolongs the time for the user to access the webpage. In the embodiment of the present invention, in order to reduce the time for a user to access a web page, the time (authentication time) from security authentication to the return of a security authentication result to an internet security server and the time (access time) from sending an HTTP request to the internet server to the return of an access web page to the internet security server are counted, and after analyzing and summarizing the time, the following are found: the authentication time is less than the access time, that is, if the user does not block the access of the user when accessing the webpage, before receiving the access webpage information returned by the internet server, the security authentication result of the internet security server to the webpage is received, and at this time, whether the access webpage information is returned to the user is determined according to the security authentication result. Therefore, the time for waiting the security authentication of the internet security server can be effectively reduced, and the time for the user to safely access the webpage is reduced.
Socket functions of the network layer are used for creating sockets capable of performing network communication, and can be applied to various types of browsers, and application programs call Socket functions to monitor requests, send requests to the internet or respond to network requests through Socket interfaces. In the embodiment of the invention, based on a Socket function, a Hook (Hook) network layer Socket function is provided, an HTTP request initiated to an internet server by a browser is intercepted through the Hook network layer Socket function, URL information of a webpage accessed by the user in the browser is automatically identified, and security authentication is initiated to an internet security server while the HTTP request is initiated to the internet server by the browser. When the webpage data information returns to the user mode network layer, whether the webpage data information is intercepted or not is determined according to a safety authentication result returned by the internet safety server, if the webpage which the user requests to access is judged to be harmful, the webpage data information returned by the webpage is intercepted at the network layer, and the user is prompted.
Fig. 1 is a flowchart illustrating a method for accessing a web page according to an embodiment of the present invention. Referring to fig. 1, the process includes:
step 101, receiving a request sent by a user, acquiring webpage information carried in the request, sending the webpage information to an internet security server, and forwarding the request to an internet server mapped by the webpage information;
in this step, the request may be an HTTP request, and the web page information may be web page URL information.
When a user accesses a webpage, an HTTP request for accessing the webpage is generated on the upper layer of the browser, and URL information of the webpage to be accessed is carried.
In the embodiment of the invention, a Socket Hook layer of a Socket function of a Hook network layer applicable to various browsers is arranged and used for carrying out security monitoring on the internet accessed by a user, acquiring corresponding URL information after intercepting an HTTP request initiated to an internet server by the user through an upper layer of the browser, sending the acquired URL information to the internet security server for security authentication, sending the HTTP request to the internet server without any processing, namely, not blocking the HTTP request from being sent to the internet server, and forwarding the HTTP request to the internet server without blocking through the browser network layer. Meanwhile, the Socket function can be compatible with browsers in other formats, so that the application range is expanded.
And 102, receiving webpage data information returned by the Internet server, carrying out safety processing on the webpage data information according to a safety authentication result of the webpage returned by the Internet safety server, and outputting the webpage data information to a user for browsing.
In this step, as described above, the time (authentication time) from the time when the security authentication is performed to the internet security server to the time when the internet security server returns the security authentication result is shorter than the time (access time) from the time when the HTTP request is sent to the internet server to the time when the internet server returns the access web page, so that the SocketHook layer has received the security authentication result of the internet security server on the web page before receiving the web page data information returned by the internet server, and at this time, according to the security authentication result of the web page, it is determined whether to return the web page data information to the user: if the security authentication result is that the security authentication is passed, returning webpage data information to the user for browsing, if the security authentication result is that the security authentication is not passed, blocking the webpage data information to output to the user, returning security prompt information to the user to prompt the user that the webpage accessed by the user has security risks, if the user determines to browse the webpage according to the security prompt information, triggering to output a forced browsing request to the SocketHook layer, after receiving the forced browsing request, releasing the blocking of the webpage data information to the user, outputting the webpage data information to the user for browsing, and if the user determines not to browse the webpage according to the security prompt information, directly discarding the webpage data information by the SocketHook layer.
In practical application, there may be a situation that a small amount of authentication time is longer than access time, and after receiving webpage data information returned by the internet server, it is queried that the internet security server has not returned the security authentication result of the webpage, a timer may be started, and before the timer expires, if the security authentication result of the webpage is received, security processing is performed on the webpage data information according to the security authentication result of the webpage, and if the security authentication result of the webpage is not received, the webpage data information is processed according to a preset policy, for example, the webpage data information is directly output to a user.
In the embodiment of the invention, the Internet security server collects and stores the URL database of the Trojan horse and the cheat in advance, and carries out security authentication on the URL information of the webpage.
Fig. 2 is a schematic flowchart of a method for accessing a web page according to an embodiment of the present invention. Referring to fig. 2, the method relates to a browser upper layer, a socket hook (SocketHook) layer, a browser network layer, an internet security server and an internet server, and the process includes:
step 201, a user sends an HTTP request to a SocketHook layer through an upper layer of a browser;
step 202, the SocketHook layer receives the HTTP request, acquires URL information carried in the HTTP request, and sends the URL information to the Internet security server;
in the step, through a Hook network layer Socket function, an HTTP request initiated by a browser to an internet server is intercepted, corresponding URL information is obtained, the intercepted URL information initiates a security authentication request to an internet security server, and the content of the security authentication request comprises URL information of a webpage accessed by the browser.
Step 203, the socket hook layer outputs the received HTTP request to a browser network layer, and forwards the HTTP request to an Internet server through the browser network layer;
it should be noted that step 202 and step 203 are not in sequence, and both steps are performed simultaneously, that is, when the corresponding URL information is obtained, the HTTP request initiated by the browser to the internet server is not blocked.
Step 204, receiving and storing security authentication result information returned by the internet security server;
in this step, the security authentication result includes that the security authentication passes or the security authentication fails.
Step 205, receiving webpage data information returned by the internet server through the browser network layer, querying stored security authentication result information of the webpage, and performing security processing on the webpage data information;
in the step, after receiving the returned webpage data information, the SocketHook layer inquires whether the safety authentication result information of the webpage is stored, and if the safety authentication result information of the webpage is not stored, a timer is started, namely a preset timing time is waited; if the webpage data information is stored or the safety authentication result information of the webpage is received before the timer times out, carrying out safety processing on the webpage data information according to the safety authentication result information; and if the safety certification result information of the webpage is not received when the timer times out, processing according to a preset strategy.
And step 206, carrying the webpage data information subjected to the security processing in the HTTP request response, and outputting the webpage data information to the upper layer of the browser for the user to browse.
In the step, if the safety certification result information of the webpage is that the safety certification is passed, the webpage accessed by the user is safe, and webpage data information returned by the internet server is output to the user; if the security authentication result information of the webpage is that the security authentication fails, the webpage accessed by the user is harmful, blocking webpage data information blocked by a Socket function is intercepted, the user is prompted, if the user determines to browse the webpage according to the prompt information, the Socket hook layer releases the blocking of the webpage data information output to the user, and if the user determines not to browse the webpage, the Socket hook layer directly discards the webpage data information.
Therefore, according to the method for accessing the webpage, the URL information in the HTTP request is intercepted while the user sends the HTTP request to the Internet server, and the security authentication is synchronously performed on the Internet security server, so that the HTTP request is not required to be sent to the Internet server after the security authentication result is obtained, the time required by waiting for the Internet security server to perform the security authentication is effectively reduced, the time for the user to safely access the webpage is reduced, and the user experience is improved; furthermore, by setting a Socket hook layer, a Socket function which can be supported by each browser is utilized to perform URL information interception, webpage data information security monitoring and blocking, so that the security access of all browsers is supported, and the performance of a user for accessing the webpage is not influenced.
Fig. 3 is a schematic structural diagram of a device for accessing a web page according to an embodiment of the present invention. Referring to fig. 3, the apparatus includes: a browser upper layer module, a socket hook layer module and a browser network layer module, wherein,
the browser upper layer module generates a request according to the information input by the user, carries the information of the webpage to be accessed by the user, and outputs the request to the socket hook layer module; receiving webpage data information which is output by the socket hook layer module and subjected to security processing, and displaying the webpage data information;
the socket hook layer module is used for acquiring webpage information carried in the received request, sending the webpage information to an external Internet security server and forwarding the request to the browser network layer module; receiving security authentication result information returned by the Internet security server and storing the security authentication result information; receiving webpage data information returned by a browser network layer module, performing security processing on the webpage data information according to the stored security authentication result information of the webpage, and outputting the webpage data information to a browser upper layer module;
the browser network layer module receives the request and sends the request to an external Internet server mapped by the webpage information; and receiving webpage data information returned by the Internet server and outputting the webpage data information to the socket hook layer module.
The request may be an HTTP request, and the web page information may be web page URL information.
The socket hook layer module comprises: a parsing unit, an authentication information storage unit, a security processing unit, and a blocking unit (not shown in the figure), wherein,
the analysis unit is used for analyzing and acquiring webpage URL information carried in the received HTTP request, sending the webpage URL information to an external Internet security server and forwarding the HTTP request to the browser network layer module;
the authentication information storage unit is used for storing the safety authentication result information returned by the Internet safety server;
the safety processing unit is used for receiving webpage data information returned by the browser network layer module, determining that the safety authentication result information of the webpage stored by the authentication information storage unit passes the safety authentication, outputting the webpage data information to the browser upper layer module, and if the safety authentication result information does not pass the safety authentication, outputting the webpage data information to the blocking unit and outputting safety prompt information to the browser upper layer module;
the blocking unit is used for storing the webpage data information output by the safety processing unit, receiving a forced browsing request output by the upper layer module of the browser, outputting the stored webpage data information to the upper layer module of the browser and clearing the stored webpage data information; and receiving a request for canceling browsing, which is output by the upper layer module of the browser, and deleting the stored webpage data information.
Preferably, the socket hook layer module further comprises:
the timer unit is used for determining that the authentication information storage unit does not store the safety authentication result information of the webpage, starting the timer, and triggering the safety processing unit to perform safety processing if the authentication information storage unit receives the safety authentication result information of the webpage before the timer times out; and if not, triggering the security processing unit to perform security processing according to a preset strategy.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for accessing a webpage is characterized in that a SocketHook layer of a Socket function of a Hook network layer applicable to various browsers is arranged, and the SocketHook layer is used for carrying out security monitoring on internet access of a user; the method further comprises the following steps:
the method comprises the steps that a SocketHook layer intercepts a request sent by a browser to an Internet server, acquires webpage information carried in the request, and sends a security authentication request to the Internet security server while the browser sends the request to the Internet server, wherein the content of the security authentication request comprises the webpage information;
and the SocketHook layer receives the webpage data information returned by the Internet server, and performs security processing on the webpage data information according to the security authentication result of the webpage returned by the Internet security server and outputs the webpage data information to the user for browsing.
2. The method of claim 1, wherein the outputting the webpage data information to the user for browsing after performing security processing according to the security authentication result of the webpage returned by the internet security server comprises:
A. determining that the security authentication result of the webpage has been returned by the internet security server;
B. if the safety certification result is that the safety certification is passed, returning webpage data information to the user for browsing, and if the safety certification result is that the safety certification is not passed, blocking the webpage data information from being output to the user and returning safety prompt information to the user.
3. The method of claim 2, further comprising:
if a forced browsing request triggered and output by the user according to the safety prompt information is received, the blockage of the webpage data information output to the user is removed, and the webpage data information is output to the user for the user to browse;
and if a request for canceling the browsing, which is triggered and output by the user according to the safety prompt information, is received, deleting the stored webpage data information.
4. The method of claim 3, further comprising:
determining that the security authentication result of the webpage is not returned by the Internet security server;
and C, starting a timer, executing the step A if the safety authentication result of the webpage is received before the timer expires, and processing according to a preset strategy if the safety authentication result of the webpage is not received.
5. The method of any of claims 1 to 4, wherein the request is a hypertext transfer protocol (HTTP) request and the web page information is web page Uniform Resource Locator (URL) information.
6. The method of claim 5, wherein the HTTP request is received through a Hook network layer Socket function and webpage URL information carried in the HTTP request is obtained.
7. An apparatus for accessing a web page, the apparatus comprising: the system comprises a browser upper layer module, a browser network layer module and a Socket Hook layer module of a Hook network layer Socket function, wherein the Socket Hook layer module can be applied to various browsers and is used for carrying out security monitoring on the internet accessed by a user; wherein,
the browser upper layer module generates a request according to the information input by the user, carries the information of the webpage to be accessed by the user, and outputs the request to the socket hook layer module; receiving webpage data information which is output by the socket hook layer module and subjected to security processing, and displaying the webpage data information;
the socket hook layer module intercepts a request sent to the browser network layer module by the browser upper layer module and forwards the request to the browser network layer module; acquiring webpage information carried in a request, and sending a security authentication request to an external internet security server while a browser network layer module sends the request to the external internet security server, wherein the content of the security authentication request comprises the webpage information; receiving security authentication result information returned by the Internet security server and storing the security authentication result information; receiving webpage data information returned by a browser network layer module, performing security processing on the webpage data information according to the stored security authentication result information of the webpage, and outputting the webpage data information to a browser upper layer module;
the browser network layer module receives the request and sends the request to an external Internet server mapped by the webpage information; and receiving webpage data information returned by the Internet server and outputting the webpage data information to the socket hook layer module.
8. The apparatus of claim 7, wherein the request is a hypertext transfer protocol (HTTP) request and the web page information is web page Uniform Resource Locator (URL) information.
9. The apparatus of claim 8, wherein the socket hook layer module comprises: an analysis unit, an authentication information storage unit, a security processing unit and a blocking unit, wherein,
the analysis unit is used for analyzing and acquiring webpage URL information carried in the received HTTP request, sending the webpage URL information to an external Internet security server and forwarding the HTTP request to the browser network layer module;
the authentication information storage unit is used for storing the safety authentication result information returned by the Internet safety server;
the safety processing unit is used for receiving webpage data information returned by the browser network layer module, determining that the safety authentication result information of the webpage stored by the authentication information storage unit passes the safety authentication, outputting the webpage data information to the browser upper layer module, and if the safety authentication result information does not pass the safety authentication, outputting the webpage data information to the blocking unit and outputting safety prompt information to the browser upper layer module;
the blocking unit is used for storing the webpage data information output by the safety processing unit, receiving a forced browsing request output by the upper layer module of the browser, outputting the stored webpage data information to the upper layer module of the browser and clearing the stored webpage data information; and receiving a request for canceling browsing, which is output by the upper layer module of the browser, and deleting the stored webpage data information.
10. The apparatus of claim 9, wherein the socket hook layer module further comprises:
the timer unit is used for determining that the authentication information storage unit does not store the safety authentication result information of the webpage, starting the timer, and triggering the safety processing unit to perform safety processing if the authentication information storage unit receives the safety authentication result information of the webpage before the timer times out; and if not, triggering the security processing unit to perform security processing according to a preset strategy.
CN201110384131.0A 2011-11-28 2011-11-28 A kind of method of accessed web page and device Active CN103139152B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110384131.0A CN103139152B (en) 2011-11-28 2011-11-28 A kind of method of accessed web page and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110384131.0A CN103139152B (en) 2011-11-28 2011-11-28 A kind of method of accessed web page and device

Publications (2)

Publication Number Publication Date
CN103139152A CN103139152A (en) 2013-06-05
CN103139152B true CN103139152B (en) 2016-03-16

Family

ID=48498462

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110384131.0A Active CN103139152B (en) 2011-11-28 2011-11-28 A kind of method of accessed web page and device

Country Status (1)

Country Link
CN (1) CN103139152B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598513B (en) * 2014-11-03 2018-05-01 腾讯科技(成都)有限公司 A kind of method of data flow control and system based on web page frame
CN104753928B (en) * 2015-03-16 2018-08-17 苏州科达科技股份有限公司 A kind of code stream retransmission method and system
CN106257886B (en) * 2015-06-17 2020-06-23 腾讯科技(深圳)有限公司 Information processing method and device, terminal and server
CN106453216A (en) * 2015-08-13 2017-02-22 阿里巴巴集团控股有限公司 Malicious website interception method, malicious website interception device and client
CN109729172A (en) * 2019-01-14 2019-05-07 福建深空信息技术有限公司 A kind of order of information security software issues new method
CN111708963B (en) * 2020-05-22 2023-09-29 北京百度网讯科技有限公司 Page request processing method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101594261A (en) * 2008-05-28 2009-12-02 北京百问百答网络技术有限公司 A kind of forgery website monitoring method and system thereof
US8015169B1 (en) * 2004-05-24 2011-09-06 Sonicwall, Inc. Method and an apparatus to request web pages and content rating information thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8015169B1 (en) * 2004-05-24 2011-09-06 Sonicwall, Inc. Method and an apparatus to request web pages and content rating information thereof
CN101594261A (en) * 2008-05-28 2009-12-02 北京百问百答网络技术有限公司 A kind of forgery website monitoring method and system thereof

Also Published As

Publication number Publication date
CN103139152A (en) 2013-06-05

Similar Documents

Publication Publication Date Title
US9954855B2 (en) Login method and apparatus, and open platform system
CN103139152B (en) A kind of method of accessed web page and device
CN101834866B (en) CC (Communication Center) attack protective method and system thereof
US9716726B2 (en) Method of identifying and counteracting internet attacks
TWI614630B (en) Client application login method and its corresponding server
US9083733B2 (en) Anti-phishing domain advisor and method thereof
JP5925910B2 (en) Method and apparatus for facilitating single sign-on service
US11126749B2 (en) Apparatus and method for securing web application server source code
JP5624973B2 (en) Filtering device
CN104184832B (en) Data submission method and device in network application
US9231972B2 (en) Malicious website identifying method and system
WO2016101635A1 (en) Method, apparatus and device for synchronizing login status, and computer storage medium
TWI490726B (en) Method and device for protecting access to multiple applications by using single sign-on
WO2012126263A1 (en) Device, system and method for accessing internet web page
WO2012142938A1 (en) Method and client for ensuring user network security
WO2015014189A1 (en) Method and device for accessing website
WO2016101764A1 (en) Method for advertisement blocking in dual-core browser, and browser device
KR20180074774A (en) How to identify malicious websites, devices and computer storage media
CN110851818B (en) Verification code display method and device, computer equipment and readable storage medium
US20180302437A1 (en) Methods of identifying and counteracting internet attacks
CN103095825B (en) A kind of approaches to IM of the Internet and system, server
CN102340428B (en) URL (Uniform Resource Locator) detection and interception method and system based on network packet loss
WO2015010550A1 (en) Method, apparatus, and system for visiting and authenticating web address by client
CN113709136B (en) Access request verification method and device
JP5743822B2 (en) Information leakage prevention device and restriction information generation device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant