WO2010108421A1 - 鉴别网站的方法及装置 - Google Patents
鉴别网站的方法及装置 Download PDFInfo
- Publication number
- WO2010108421A1 WO2010108421A1 PCT/CN2010/071145 CN2010071145W WO2010108421A1 WO 2010108421 A1 WO2010108421 A1 WO 2010108421A1 CN 2010071145 W CN2010071145 W CN 2010071145W WO 2010108421 A1 WO2010108421 A1 WO 2010108421A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- tree structure
- dom tree
- website
- matching
- parsed
- 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.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/16—Implementing security features at a particular protocol layer
- H04L63/168—Implementing security features at a particular protocol layer above the transport layer
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/55—Detecting local intrusion or implementing counter-measures
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/12—Applying verification of the received information
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2119—Authenticating web pages, e.g. with suspicious links
Definitions
- the present invention relates to the field of communications, and in particular, to a method and apparatus for authenticating a website. Background of the invention
- the URL of a real bank website is http://www.wmd.com, false
- the URL of the bank's website may be http://www.wmd.com.mn, or the URL of the real website may be encoded, for example http://www.wmd.com%2e%61%62%63%2e %63%6f%6d, although the user sees wmd.com, the browser will decode the content with '%, according to the URL encoding rule.
- the real target address is http: ⁇ www.wmd.com.
- Abc.com the real target i or name is abc.com instead of wmd.com. By comparing the two, you can identify the phishing website.
- Another way to identify phishing websites is by maintaining a blacklist library, where the URLs in the blacklist are reported by the user, or by finding a suspicious source of a large number of propagated URLs, and by including the URLs that are propagated by the suspicious source into the blacklist.
- the way to determine the suspicious character of the URL requires that the URL contain suspicious features, such as with the encoded symbol "%", or that part of the URL coincides with a well-known URL. If the URL does not contain suspicious coding features, or does not contain a part that coincides with a well-known URL, it cannot be effectively authenticated by this method, so this method has limitations.
- an embodiment of the present invention provides a method and an apparatus for authenticating a website.
- the technical solution is as follows:
- a method of authenticating a website comprising:
- an apparatus for authenticating a website comprising:
- a parsing module configured to parse a document object model DOM4 pair structure corresponding to a page code of the website to be authenticated
- an authentication module configured to identify the website to be authenticated according to the matching result.
- the DOM tree structure corresponding to the page code of the website to be authenticated is parsed, and the result to be authenticated is treated in time and effectively to identify the website.
- FIG. 1 is a flowchart of a method for authenticating a website according to Embodiment 1 of the present invention
- FIG. 2 is a flow chart of a method for authenticating a website according to Embodiment 2 of the present invention
- FIG. 4 is a schematic structural diagram of a device for authenticating a first authentication website according to Embodiment 3 of the present invention
- FIG. 5 is a schematic structural diagram of a device for authenticating a second authentication website according to Embodiment 3 of the present invention
- FIG. 7 is a schematic structural diagram of a device for authenticating a website according to Embodiment 3 of the present invention.
- this embodiment provides a method for authenticating a website.
- the method is as follows: 101: parsing a document object model corresponding to a page code of a website to be authenticated, a DOM tree structure;
- the method provided in this embodiment is configured by parsing a page code of a website to be authenticated.
- the DOM tree structure matches the DOM tree structure of the website to be identified with the pre-stored DOM tree structure, and timely and effectively identifies the website according to the matching result.
- This embodiment provides a method for authenticating a website.
- the content displayed by the website may change during a certain period of time, but the layout structure of the website remains certain or mostly similar. For example, the location of the navigation bar of a website yesterday is still the navigation bar; the location where the weather information is displayed yesterday still shows the weather information; the location of each channel column is unchanged, and only the number and title of the links are changed.
- the visual and structural layout information of the website exists in the page code of the webpage, and the page code of the webpage can be parsed to form a DOM (Document Object Model, The document object model) tree, taking the HTML (Hyper Text Mark-up Language) code in the webpage code into a DOM tree structure as an example, the web browser forms the DOM tree structure by parsing the HTML code. And based on the values of each node and node, display the webpage information to the end user, and interact with the user to perform webpage operations. Similarly, the XML (Extensible Markup Language) code and XHTML in the webpage code are used.
- HTML Hyper Text Mark-up Language
- the code is parsed into a DOM tree structure, which can also be used to authenticate websites.
- the method provided in this embodiment will determine the structure or layout of the website to be authenticated in a real-time manner according to the similarity degree of the website, that is, the similarity degree of the two DOM tree structures, thereby identifying the website to be identified. Is it safe?
- the website to be authenticated (the website that the user wants to open) is A
- the website A to be authenticated is the phishing website of a well-known website B.
- the HTML language is used as an example for the present embodiment. The method of identifying the website is explained. Referring to Figure 2, the method is as follows:
- the device for authenticating the website is based on the website to be authenticated A
- the URL of the website to the corresponding server side pulls the HTML code corresponding to the website A to be authenticated; wherein, the address mentioned here is an IP (Internet Protocol) address or a domain name address, and the domain name address is used to pull the corresponding server side.
- IP Internet Protocol
- the domain name address DNS
- the process of resolving the domain name by the domain name server is omitted. Therefore, in the actual application, it is more convenient to use the IP address here, and this embodiment does not specifically limit which address is adopted.
- FIG. 3 provides an example of parsing HTML code into a DOM tree structure.
- the left side is the HTML code of the website page
- the right side is the DOM tree structure formed after parsing.
- the content in the left parenthesis in Fig. 3 is called a label
- the label generally starts with ⁇ tag name> and ends with ⁇ /tag name>.
- Multiple tags can be nested in a tag structure.
- the type of the label can determine the web page layout of the website.
- the TABLE label in Figure 3 is presented as a table in the web page.
- the INPUT not mentioned in Figure 3
- the label appears in the web page as an input box for the username or password.
- TABLE is the root node
- TABLE's child node is TBODY (table body)
- TBODY has two child nodes, all TR (rows in the table), representing a row in the table.
- TR has two child nodes, all of which are TDs (columns in the table), representing one column in the row.
- the values of the TD nodes are text weather, time, city, and region. These texts are the text content in the table that the user sees on the page.
- the stored DOM tree structure is taken as an example of a DOM tree structure corresponding to a page code of a secure website.
- the secure website includes but is not limited to A user name, password, or other account information is logged in, and there are interests-driven, imitated, and falsified websites, such as bank websites.
- the authentication website apparatus not only the HTML code of the real website corresponding to the phishing website but also the DOM tree structure corresponding to the HTML code is stored in advance, and the number of all nodes in the DOM tree structure is also stored.
- the DOM tree structure of the stored secure website will be refreshed every certain period (for example: every 5 seconds).
- the DOM tree structure is divided into a depth direction (longitudinal direction) and a breadth direction (horizontal direction).
- two matching methods are provided, and the two matching methods are respectively assigned weights from nodes in the DOM tree structure and are not
- weighting on the one hand, consider the case where the nodes in the DOM tree structure are not weighted:
- the stored DOM tree structure it is determined whether there is a DOM tree structure having the same node as the parsed DOM tree structure, and if so, the stored DOM tree structure and the parsed DOM tree type
- the structure performs deep traversal, determines how many identical nodes in the two DOM tree structures, and obtains the number of all the same nodes; set the DOM tree structure of the website A to be identified to a, and identify the storage in the phishing website device.
- the DOM tree structure of the well-known website B includes the DOM tree structure b of the well-known website B, which indicates that the website to be identified 4 may be a counterfeit of the stored non-phishing website (ie, a phishing website); when the number of the same nodes is m and well-known If the ratio of the total number of nodes n of the DOM tree structure b corresponding to the website B satisfies a certain threshold, the matching is successful.
- the type of the label can determine the layout of the webpage.
- the type and order of the nodes can represent the visual of the website for all nodes in the DOM tree structure. Layout, therefore, the type and order of the nodes can affect the visual layout of the website. Different types of nodes have different influences on the visual layout. For example: The phishing website has the main features such as account, password input box and form. Key node. Considering the degree of influence of the node type on the visual layout, this embodiment adopts a form of matching the weighting values of the nodes in the DOM tree structure:
- the identification indicates that the more critical the role of the node is, the higher the impact on the visual layout, or the more the characteristics of illegally obtaining user accounts and passwords. Strong.
- the weights of the different nodes are listed from high to low a:
- the weight of the form submission form node input in the html code is 2.0, ie [input: 2.0], and the weight of the root node in the html code is 1.8, ie [table: 1.8], the weight of the child node of TABLE in the html code is 1.8, that is, [tbody: 1.8], the weight of the first label body starting from the body of the html code is 1.8, ie [body: 1.8], in the html code.
- the weight of the image tag node img is 1.5, that is, [img: 1.5].
- the weight of the target type node object in the html code is 1.5, that is, [object: 1.5], and the weight of the row node tr in the table in the html code is 1.5, that is, [tr: 1.5], the weight of the column node td in the table in the html code is 1.4, that is, [td: 1.4], and the weight of the block-level element node div in the html code is 1.0, that is, [div: 1.0 ], the weight of the text paragraph node p in the html code is 0.8, ie [p: 0.8], the weight of the newline node br in the html code is 0.7, ie [br: 0.7] , the in-row element node span of the html code The weight is 0.6, which is [span: 0.6].
- the stored DOM tree structure A and the parsed DOM tree structure are still taken as examples.
- Performing deep traversal determining how many identical nodes in the two DOM tree structures, and obtaining weighting values X of all the same nodes; performing depth traversal on the DOM tree structures having the same node, and obtaining weighting values of all the same nodes
- the ratio of the weighted value X of all the same nodes to the total number of nodes n of the DOM tree structure A satisfies a certain threshold
- This embodiment does not specifically limit the weights assigned to the nodes.
- 206 Identify the website to be authenticated as a phishing website, and prevent the user from viewing the content of the page identified as the fishing website.
- the DOM tree structure is taken as an example, and the method provided in this embodiment is described. Similarly, the DOM tree structure pre-stored in this embodiment may be a DOM tree structure corresponding to the risk website.
- the website to be identified is identified as a risk website, if two If the DOM tree structure is inconsistent, the website to be identified is identified as a secure website.
- updating the pre-stored DOM tree structure even at regular intervals may not cover the DOM tree structure of all risk websites, so even the URL of the website to be authenticated and the URL of the stored risk website Inconsistent, the website to be authenticated may not be a secure website. Therefore, the reliability and security of the website are not high.
- the pre-stored DOM tree structure is a DOM tree structure corresponding to a secure website
- the website is authenticated in this way.
- the risk website will not be identified as a secure website, so reliability and security will be relatively higher.
- the method provided in this embodiment parses the DOM tree structure corresponding to the HTML code of the website to be authenticated by pulling the HTML code of the website to be authenticated, and stores the DOM tree structure of the website to be authenticated and pre-stored.
- the DOM tree structure corresponding to the HTML code of the non-phishing website is matched, and according to the matching result, and the website of the website to be authenticated and the non-phishing website, whether the website to be authenticated is a phishing website, thereby realizing timely and effective identification of the fishing
- the website and when identifying the phishing website, prevents the user from viewing the phishing website content, preventing the user from being deceived, and protecting the user's interests.
- the embodiment provides an apparatus for authenticating a website, where the apparatus includes: a parsing module 401, configured to parse a document object model DOM tree structure corresponding to a page code of a website to be authenticated;
- the matching module 402 is configured to match the parsed DOM tree structure with the stored DOM tree structure
- the authentication module 403 is configured to perform authentication on the website to be authenticated according to the matching result.
- the authentication module 403 is specifically used for the result of the matching, and the website to be authenticated is a risk website when the website URL of the to-be-identified website is inconsistent with the website address corresponding to the successfully matched DOM tree structure.
- the foregoing matching module 402 specifically includes:
- the first determining unit 402a is configured to determine, in the stored DOM tree structure, whether there is a DOM tree structure having the same node as the parsed DOM tree structure; if yes, the parsed DOM tree structure A DOM tree structure with the same node as a DOM tree structure that matches the matching condition;
- the first traversal unit 402b is configured to perform deep traversal on the DOM tree structure conforming to the matching condition and the parsed DOM tree structure to obtain the number of the same node;
- the first matching determining unit 402c is configured to determine whether the ratio of the number of the same node to the number of all the nodes in the DOM tree structure that meets the matching condition satisfies a certain threshold, and if yes, determine that the matching is successful.
- the matching module 402 specifically includes:
- the weighting unit 402d is configured to assign a weight to each node in the stored DOM tree structure; the second determining unit 402e is configured to determine, in the stored DOM tree structure, whether the DOM tree exists and is parsed The structure has a DOM tree structure of the same node; if so, the DOM tree structure having the same node as the parsed DOM tree structure is used as the DOM tree structure matching the matching condition;
- the second traversal unit 402f is configured to perform deep traversal on the DOM tree structure conforming to the matching condition and the parsed DOM tree structure, and obtain weight values of all the same nodes;
- the second matching determining unit 402g is configured to determine whether the ratio of the weighting value of all the same nodes to the number of all nodes in the DOM tree structure conforming to the matching condition satisfies a certain threshold, and if yes, determine that the matching is successful.
- the authentication website device further includes:
- the pull module 404 is configured to pull the page code of the website to be authenticated according to the website URL of the website to be authenticated.
- the device for authenticating a website provided by the embodiment, by parsing the DOM tree structure corresponding to the page code of the website to be authenticated, and corresponding to the DOM tree structure of the website to be authenticated and the page code of the pre-stored secure website
- the DOM tree structure is matched, and according to the matching result, and the website of the website to be authenticated and the website of the security website, it is determined whether the website to be authenticated is a risk website, thereby realizing timely and effective identification of the website, preventing the user from being deceived, and protecting the use.
- the interests of the household are examples of the household.
- serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
- Some of the steps in the embodiment of the present invention may be implemented by using software, and the corresponding software program may be stored in a readable storage medium, such as an optical disk or a hard disk.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- Storage Device Security (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| BRPI1010281A BRPI1010281A2 (pt) | 2009-03-27 | 2010-03-19 | método e aparelho para reconhecimento de website |
| SG2011064953A SG174306A1 (en) | 2009-03-27 | 2010-03-19 | Method and apparatus for authenticating a website |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200910129168.1 | 2009-03-27 | ||
| CN2009101291681A CN101510887B (zh) | 2009-03-27 | 2009-03-27 | 鉴别网站的方法及装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2010108421A1 true WO2010108421A1 (zh) | 2010-09-30 |
Family
ID=41003150
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2010/071145 Ceased WO2010108421A1 (zh) | 2009-03-27 | 2010-03-19 | 鉴别网站的方法及装置 |
Country Status (4)
| Country | Link |
|---|---|
| CN (1) | CN101510887B (zh) |
| BR (1) | BRPI1010281A2 (zh) |
| SG (1) | SG174306A1 (zh) |
| WO (1) | WO2010108421A1 (zh) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111708967A (zh) * | 2020-06-11 | 2020-09-25 | 浙江浙大网新国际软件技术服务有限公司 | 一种基于网站地图的指纹识别方法 |
| CN114386488A (zh) * | 2021-12-22 | 2022-04-22 | 百果园技术(新加坡)有限公司 | 用户类别识别方法、装置、电子设备及可读存储介质 |
| CN114443477A (zh) * | 2022-01-14 | 2022-05-06 | 苏州浪潮智能科技有限公司 | 密码安全配置测试方法、系统、终端及存储介质 |
Families Citing this family (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101510887B (zh) * | 2009-03-27 | 2012-01-25 | 腾讯科技(深圳)有限公司 | 鉴别网站的方法及装置 |
| CN101950337A (zh) * | 2010-09-08 | 2011-01-19 | 乔永清 | 用于网站真实数据监控的系统及方法 |
| CN102082792A (zh) * | 2010-12-31 | 2011-06-01 | 成都市华为赛门铁克科技有限公司 | 钓鱼网页检测方法及设备 |
| CN102073822A (zh) * | 2011-01-30 | 2011-05-25 | 北京搜狗科技发展有限公司 | 防止用户信息泄漏的方法及系统 |
| CN102170446A (zh) * | 2011-04-29 | 2011-08-31 | 南京邮电大学 | 一种基于空间布局与视觉特征的钓鱼网页检测方法 |
| CN103365879B (zh) * | 2012-03-29 | 2018-05-01 | 北京百度网讯科技有限公司 | 一种用于获取页面相似度的方法与设备 |
| CN104462152B (zh) * | 2013-09-23 | 2019-04-09 | 深圳市腾讯计算机系统有限公司 | 一种网页的识别方法及装置 |
| CN106789973B (zh) * | 2016-12-06 | 2020-12-18 | 海信集团有限公司 | 页面的安全性检测方法及终端设备 |
| US20180205994A1 (en) * | 2017-01-17 | 2018-07-19 | Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd | Collection and processing method for information as to viewing of videos by user and device and server using the same |
| CN108306878A (zh) * | 2018-01-30 | 2018-07-20 | 平安科技(深圳)有限公司 | 钓鱼网站检测方法、装置、计算机设备和存储介质 |
| CN108566399B (zh) * | 2018-04-23 | 2020-11-03 | 中国互联网络信息中心 | 钓鱼网站识别方法及系统 |
| CN108650250B (zh) * | 2018-04-27 | 2021-07-23 | 奇安信科技集团股份有限公司 | 非法页面检测方法、系统、计算机系统和可读存储介质 |
| CN109284613B (zh) * | 2018-09-30 | 2020-09-22 | 北京神州绿盟信息安全科技股份有限公司 | 标识检测及仿冒站点检测方法、装置、设备及存储介质 |
| CN110781497B (zh) * | 2019-10-21 | 2022-03-29 | 新华三信息安全技术有限公司 | 网页链接的检测方法及存储介质 |
| CN114219571A (zh) * | 2021-12-16 | 2022-03-22 | 广州华多网络科技有限公司 | 电商独立站点匹配方法及其装置、设备、介质、产品 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20070174486A1 (en) * | 2001-05-03 | 2007-07-26 | Holstege Mary A | System and method for monitoring multiple online resources in different formats |
| CN101145902A (zh) * | 2007-08-17 | 2008-03-19 | 东南大学 | 基于图像处理的钓鱼网页检测方法 |
| CN101147138A (zh) * | 2005-02-18 | 2008-03-19 | Duaxes株式会社 | 通信控制装置及通信控制系统 |
| CN101510887A (zh) * | 2009-03-27 | 2009-08-19 | 腾讯科技(深圳)有限公司 | 鉴别网站的方法及装置 |
| CN101534306A (zh) * | 2009-04-14 | 2009-09-16 | 深圳市腾讯计算机系统有限公司 | 一种钓鱼网站的检测方法及装置 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7877399B2 (en) * | 2003-08-15 | 2011-01-25 | International Business Machines Corporation | Method, system, and computer program product for comparing two computer files |
| CN101310502B (zh) * | 2005-09-30 | 2012-10-17 | 趋势科技股份有限公司 | 安全管理设备、通信系统及访问控制方法 |
-
2009
- 2009-03-27 CN CN2009101291681A patent/CN101510887B/zh active Active
-
2010
- 2010-03-19 SG SG2011064953A patent/SG174306A1/en unknown
- 2010-03-19 BR BRPI1010281A patent/BRPI1010281A2/pt not_active Application Discontinuation
- 2010-03-19 WO PCT/CN2010/071145 patent/WO2010108421A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20070174486A1 (en) * | 2001-05-03 | 2007-07-26 | Holstege Mary A | System and method for monitoring multiple online resources in different formats |
| CN101147138A (zh) * | 2005-02-18 | 2008-03-19 | Duaxes株式会社 | 通信控制装置及通信控制系统 |
| CN101145902A (zh) * | 2007-08-17 | 2008-03-19 | 东南大学 | 基于图像处理的钓鱼网页检测方法 |
| CN101510887A (zh) * | 2009-03-27 | 2009-08-19 | 腾讯科技(深圳)有限公司 | 鉴别网站的方法及装置 |
| CN101534306A (zh) * | 2009-04-14 | 2009-09-16 | 深圳市腾讯计算机系统有限公司 | 一种钓鱼网站的检测方法及装置 |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111708967A (zh) * | 2020-06-11 | 2020-09-25 | 浙江浙大网新国际软件技术服务有限公司 | 一种基于网站地图的指纹识别方法 |
| CN111708967B (zh) * | 2020-06-11 | 2023-05-16 | 浙江浙大网新国际软件技术服务有限公司 | 一种基于网站地图的指纹识别方法 |
| CN114386488A (zh) * | 2021-12-22 | 2022-04-22 | 百果园技术(新加坡)有限公司 | 用户类别识别方法、装置、电子设备及可读存储介质 |
| CN114443477A (zh) * | 2022-01-14 | 2022-05-06 | 苏州浪潮智能科技有限公司 | 密码安全配置测试方法、系统、终端及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN101510887A (zh) | 2009-08-19 |
| BRPI1010281A2 (pt) | 2016-03-22 |
| CN101510887B (zh) | 2012-01-25 |
| SG174306A1 (en) | 2011-10-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2010108421A1 (zh) | 鉴别网站的方法及装置 | |
| CN105678170B (zh) | 一种动态检测xss漏洞的方法 | |
| CN102129528B (zh) | 一种web网页篡改识别方法及系统 | |
| US8438649B2 (en) | Streaming insertion of tokens into content to protect against CSRF | |
| CN111881337B (zh) | 一种基于Scrapy框架的数据采集方法、系统及存储介质 | |
| WO2011009295A1 (zh) | Xss检测方法和设备 | |
| CN102571846A (zh) | 一种转发http请求的方法及装置 | |
| EP2542996A2 (en) | Input parameter filtering for web application security | |
| CN101895516A (zh) | 一种跨站脚本攻击源的定位方法及装置 | |
| CN101227451B (zh) | 通过Web表单获得用户交互数据的方法及系统 | |
| CN102105920A (zh) | 用于确保通信会话的方法和系统 | |
| US20130160132A1 (en) | Cross-site request forgery protection | |
| WO2015109928A1 (zh) | 一种加载推荐信息、网址检测的方法、装置和系统 | |
| CN114760078B (zh) | 一种防止恶意篡改页面请求参数的方法和系统 | |
| CN118202350A (zh) | 检测并防止跨站点请求伪造缓解特征的不一致使用 | |
| CN107612926A (zh) | 一种基于客户端识别的一句话WebShell拦截方法 | |
| CN110581841B (zh) | 一种后端反爬虫方法 | |
| CN117040804A (zh) | 网站的网络攻击检测方法、装置、设备、介质和程序产品 | |
| CN104978423A (zh) | 网站类型的检测方法及装置 | |
| CN110708308B (zh) | 一种面向云计算环境的跨站脚本漏洞挖掘方法及系统 | |
| CN107147648A (zh) | 资源请求的处理方法、客户端、服务器和系统 | |
| Maini et al. | Automated web vulnerability scanner | |
| Jain et al. | Detection of javascript vulnerability at Client Agen | |
| CN111523123A (zh) | 一种网站漏洞智能检测方法 | |
| JP2010250791A (ja) | ウェブサーバとクライアントとの間の通信を監視するウェブ保安管理装置及び方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 10755421 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 7310/CHENP/2011 Country of ref document: IN |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 13/02/2012) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 10755421 Country of ref document: EP Kind code of ref document: A1 |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: PI1010281 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: PI1010281 Country of ref document: BR Kind code of ref document: A2 Effective date: 20110927 |