WO2010108421A1 - 鉴别网站的方法及装置 - Google Patents

鉴别网站的方法及装置 Download PDF

Info

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
Application number
PCT/CN2010/071145
Other languages
English (en)
French (fr)
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 BRPI1010281A priority Critical patent/BRPI1010281A2/pt
Priority to SG2011064953A priority patent/SG174306A1/en
Publication of WO2010108421A1 publication Critical patent/WO2010108421A1/zh
Anticipated expiration legal-status Critical
Ceased 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/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing 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/2119Authenticating 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

本发明公开了一种鉴别网站的方法及装置,属于通信领域。所述方法包括:解析待鉴别网站的页面代码所对应的DOM树型结构;将所述解析出的DOM树型结构与存储的DOM树型结构进行匹配;根据匹配结果,对所述待鉴别网站进行鉴别。所述装置包括:解析模块、匹配模块和鉴 别模块。本发明通过解析待鉴别网站的页面代码所对应的DOM树型结构,并将待鉴别网站的DOM树型结构与预先存储的安全网站的页面代码所对应的DOM树型结构进行匹配,根据匹配结果,对待鉴别网站进行鉴别,具有及时、有效地鉴别出风险网站的效果。

Description

鉴别网站的方法及装置
技术领域
本发明涉及通信领域, 特别涉及一种鉴别网站的方法及装置。 发明背景
随着互联网的快速发展, 各种各样的网站丰富和方便了人们的曰常 生活, 然而, 相继也出现了一些不安全的网站, 例如: 钓鱼网站, 即欺 骗性的网站, 该类网站意图引诱用户给出敏感信息, 如用户名、 口令、 帐号、 密码或信用卡详细信息等, 以骗取用户帐户的财产; 还存在一些 病毒网站, 利用人们在访问网站时传播病毒, 因此, 鉴别网站是否安全, 成为了人们在应用网络时的一种需求。
现有技术鉴别钓鱼网站的一种方式是通过判断 URL ( Uniform Resource Locator, 统一资源定位器) 的可疑特征, 例如: 真实的某银行 网站的 URL为 http://www.wmd.com , 虚假的该银行网站的 URL可能是 http://www. wmd.com.mn, 或者是对真实网站的 URL进行了编码, 例如 http://www. wmd.com%2e%61%62%63%2e%63%6f%6d,用户虽然看到的 是 wmd.com, 但浏览器会根据 URL编码规则, 将带有'%,的内容解码, 真实的目标地址是 http:〃 www. wmd.com.abc.com , 真正的目标 i或名是 abc.com而不是 wmd.com。 通过两者对比, 即可鉴别钓鱼网站。 另一种鉴 别钓鱼网站的方式是通过维护黑名单库, 该黑名单库中的 URL由用户举 报, 或通过找出大量传播 URL的可疑来源, 将可疑来源传播的 URL列入 黑名单库。
在实现本发明的过程中, 发明人发现现有技术至少存在以下几个缺 点: 判断 URL可疑特征的方式需 URL含有可疑特征, 例如带有编码符号 "%", 或者 URL的一部分和知名 URL重合。 假如 URL不含可疑的编码特 征,或者不含与知名 URL重合的部分,则不能通过该方法进行有效鉴别, 因此该种方式具有局限性。
对于维护黑名单库的方式, 需要由识别出可疑 URL的用户进行举 报, 或者需要对大量传播的 URL的可疑来源进行查找, 才能将可疑 URL 列入钓鱼网站鉴别的考察范围。 这种方式鉴别钓鱼网站在时效性方面有 滞后; 而且对于传播量小、 危害性高的钓鱼网站, 无法及时鉴别。 发明内容
为了及时、 有效地对网站进行鉴别, 本发明实施例提供了一种鉴别 网站的方法及装置。 所述技术方案如下:
一方面, 提供了一种鉴别网站的方法, 所述方法包括:
解析待鉴别网站的页面代码所对应的 DOM树型结构; 根据匹配结果, 对所述待鉴别网站进行鉴别。
另一方面, 提供了一种鉴别网站的装置, 所述装置包括:
解析模块, 用于解析待鉴别网站的页面代码所对应的文档对象模型 DOM4对型结构;
鉴别模块, 用于根据匹配结果, 对所述待鉴别网站进行鉴别。
本发明实施例提供的技术方案的有益效果是:
通过解析待鉴别网站的页面代码所对应的 DOM树型结构,并将待鉴 配结果, 及时、 有效地对待鉴别网站进行鉴别。 附图简要说明
为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描 述中所需要使用的附图作筒单地介绍, 显而易见地, 下面描述中的附图 仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出 创造性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1是本发明实施例 1提供的鉴别网站的方法流程图;
图 2是本发明实施例 2提供的鉴别网站的方法流程图; 图;
图 4是本发明实施例 3提供的第一种鉴别网站的装置结构示意图; 图 5是本发明实施例 3提供的第二种鉴别网站的装置结构示意图; 图 6是本发明实施例 3提供的第三种鉴别网站的装置结构示意图; 图 7是本发明实施例 3提供的第四种鉴别网站的装置结构示意图。 实施本发明的方式
为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对 本发明实施方式作进一步地详细描述。
实施例 1
参见图 1 , 本实施例提供了一种鉴别网站的方法, 方法流程如下: 101 : 解析待鉴别网站的页面代码所对应的文档对象模型 DOM树型 结构; 配;
103: 根据匹配结果, 对所述待鉴别网站进行鉴别。
本实施例提供的方法, 通过解析待鉴别网站的页面代码所对应的 DOM树型结构, 并将待鉴别网站的 DOM树型结构与预先存储的 DOM树 型结构进行匹配, 根据匹配结果, 及时、 有效地鉴别网站。
实施例 2
本实施例提供了一种鉴别网站的方法, 在一定时期内, 网站显示的 内容是会变化的, 但是网站的布局结构保持一定或者大部分相似。 如某 网站昨天导航栏的位置今天依然是导航栏; 昨天显示天气信息的位置今 天仍旧显示天气信息; 各个频道栏目所处的位置不变, 变化的仅是其中 链接的数目和标题等。 因钓鱼网站绝大部分都与其对应的真实网站在视 觉上非常相似, 而网站的视觉和结构布局信息存在于网页的页面代码 中,而网页的页面代码可以被解析,形成 DOM ( Document Object Model, 文档对象模型 ) 树, 以网页代码中的 HTML ( Hyper Text Mark-up Language , 超文本标记语言 )代码解析成 DOM树型结构为例, 网页浏览 器正是通过解析 HTML代码, 形成 DOM树型结构, 并基于其中的各个节 点和节点的值, 向终端用户展示网页信息, 以及同用户进行网页操作的 交互, 同理, 采用网页代码中的 XML ( Extensible Markup Language , 可 扩展标记语言)代码和 XHTML ( Extensible Hyper Text Markup Language, 可扩展超文本标识语言)代码解析成 DOM树型结构, 同样也可实现鉴别 网站。 本实施例提供的方法, 将根据网站的视觉相似程度, 即两个 DOM 树型结构的相似程度, 实时判断待鉴别网站的结构或者布局同哪个已知 的安全网站类似, 从而鉴别出待鉴别网站是否安全。
为了便于说明, 本实施例以待鉴别网站(用户想要打开的网站) 为 A , 而该待鉴别网站 A为某知名网站 B的钓鱼网站为例, 以 HTML语言为 例, 对本实施例提供的鉴别网站的方法进行说明, 参见图 2, 该方法内 容如下:
201 : 待鉴别网站 A被打开之前, 鉴别网站的装置根据待鉴别网站 A 的网址去相应的服务器端拉取该待鉴别网站 A对应的 HTML代码; 其中, 此处提到的网址为 IP ( Internet Protocol, 网际协议)地址或 域名地址, 采用域名地址去相应服务器端拉取该待鉴别网站对应的页面 代码时, 需要通过域名服务器(DNS )将域名地址翻译成 IP地址, 然后 通过 IP地址才能找到服务器; 而采用 IP地址去相应服务器端拉取该待鉴 别网站对应的页面代码时,则省去了域名服务器解析域名的过程, 因此, 在实际应用中, 此处的网址采用 IP地址则更为便捷, 本实施例不对采用 哪种地址做具体限定。
202: 解析拉取的 HTML代码所对应的 DOM树型结构;
具体地, 图 3提供了将 HTML代码解析成 DOM树型结构的一个实例, 如图 3所示, 左边是网站页面的 HTML代码, 右边是解析后形成的 DOM 树型结构。根据 HTML代码的名称规范, 图 3中左边括号中的内容称为标 签, 标签一般以<标签名 >开始, 并已 </标签名 >结尾。 一个标签结构中 可以嵌套多个标签。 标签的类型可以决定网站的网页布局, 例如, 图 3 中的 TABLE (表格)标签在网页中呈现为表格, 实际应用中还存在其它 多种类型的标签,例如, 图 3未提及到的 INPUT标签在网页中呈现为用户 名或者密码的输入框。
HTML代码转换为 DOM树结构时, 节点的结构和顺序表示网站的视 觉布局, 节点的值表示用户所见的内容。 如图 3右边所示, TABLE为根 节点, TABLE的子节点是 TBODY (表格主体), TBODY有两个子节点, 都是 TR (表格中的行) , 表示表格中的一行。 TR有两个子节点, 都是 TD (表格中的列) , 表示该行中的一列。 TD节点的值, 分别为文本天 气, 时间, 城市和区域, 这些文本便是用户在页面上看到的表格中的文 本内容。
203: 将解析的 DOM树型结构与存储的 DOM树型结构进行匹配; 其中,本实施例以存储的 DOM树型结构为安全网站的页面代码所对 应的 DOM树型结构为例, 相对于不安全的钓鱼网站, 即风险网站而言, 安全网站包括但不限于需要通过用户名、 密码或其它帐户信息登录, 且 存在利益驱动、 存在被模仿和伪造风险的网站, 例如: 银行网站等。 本 实施例提供的鉴别网站装置中, 不仅预先存储了与钓鱼网站相对应的真 实网站的 HTML代码、 HTML代码所对应的 DOM树型结构, 还存储了 DOM树型结构中所有节点的个数。 为了保证存储的安全网站的 DOM树 型结构更全面, 更具有参照性, 每隔一定周期 (例如: 每隔 5秒钟) , 存储的安全网站的 DOM树型结构将被刷新。
具体地, DOM树型结构分为深度方向(纵向)和广度方向(横向), 例提供了两种匹配方式,这两种匹配方式分别从 DOM树型结构中的节点 被赋权值及不被赋权值的情况下得出的,一方面, 先考虑 DOM树型结构 中的节点不被赋权值的情况:
首先, 在存储的 DOM树型结构中, 判断是否存在与解析出的 DOM 树型结构具有相同节点的 DOM树型结构, 如果是, 则对该存储的 DOM 树型结构和解析出的 DOM树型结构进行深度遍历, 确定两个 DOM树型 结构中有多少个相同节点, 得到所有相同节点的个数; 设该待鉴别网站 A的 DOM树形结构为 a, 而鉴别钓鱼网站装置中存储的多个 DOM树型结 构中包括知名网站 B的 DOM树型结构 b, 则说明该待鉴别网站 4艮有可能 是存储的非钓鱼网站的仿造(即钓鱼网站) ; 当相同节点的个数 m与知 名网站 B所对应的 DOM树型结构 b的总节点数 n的比值满足一定阈值时, 则匹配成功。 其中, 阈值能够代表两个网站的相似程度, 如果不是同一 个网站, 阈值越高, 则说明待鉴别网站为仿造网站的可能性越大, 即, 该待鉴别网站为风险网站的可能性越大, 本实施例不对阈值做具体限 定, 例如: 设当 m/n>=60%时, 则判断待鉴别网站与存储的非钓鱼网站 视觉相似, 即匹配成功。
另一方面, 在网页代码中, 标签的类型可以决定网页的布局, 将网 页代码解析成 DOM树型结构后, 对于 DOM树型结构中的所有节点, 节 点的类型及排列顺序可表示网站的视觉布局, 因此, 节点的类型及排列 顺序均能够影响网站的视觉布局, 不同类型的节点, 对视觉布局的影响 程度也并不相同, 例如: 钓鱼网站存在帐户、 密码输入框、 表格等主要 特征的关键节点。 考虑到节点类型对视觉布局的影响程度, 本实施例采 取了对 DOM树型结构中的节点赋权值的匹配的形式:
在对 DOM树型结构中的节点赋权值时,根据节点的不同类型,鉴别 则说明该节点的作用越关键, 对视觉布局的影响程度越高, 或对于非法 获取用户帐户和密码的特征越强。 例如, 由高到低列举各不同节点的权 值 a: html代码中表单提交形式节点 input的权值是 2.0, 即 [input: 2.0] , html代码中根节点的权值时 1.8, 即 [table: 1.8] , html代码中 TABLE的子 节点的权值是 1.8,即 [tbody: 1.8] , html代码中正文开始的第一个标签 body 的权值是 1.8 , 即 [body: 1.8] , html代码中图片标签节点 img的权值是 1.5 , 即 [img: 1.5] , html代码中目标类型节点 object的权值是 1.5 , 即 [object: 1.5] , html代码中表格中的行节点 tr的权值是 1.5 , 即 [tr: 1.5] , html代码 中表格中的列节点 td的权值是 1.4, 即 [td: 1.4] , html代码中块级元素节 点 div的权值是 1.0,即 [div: 1.0] , html代码中文本段落节点 p的权值是 0.8 , 即 [p: 0.8] , html代码中换行符节点 br的权值是 0.7, 即 [br: 0.7] , html代 码中行内元素节点 span的权值是 0.6, 即 [span: 0.6]。 仍以判断出存储的 DOM树型结构中存在与解析出的 DOM树型结构具有相同节点的 DOM 树型结构 A为例, 对该存储的 DOM树型结构 A和解析出的 DOM树型结构 进行深度遍历, 确定两个 DOM树型结构中有多少个相同节点,得到所有 相同节点的加权值 X; 则对所述具有相同节点的 DOM树型结构进行深度 遍历, 得到所有相同节点的加权值; 当所有相同节点的加权值 X与 DOM 树型结构 A的总节点数 n的比值满足一定阈值, 则匹配成功, 例如: 设 x/n>=60%时, 认为待鉴别网站与存储的非钓鱼网站视觉相似, 即匹配成 功。 本实施例不对节点被赋予的权值做具体限定。
204: 匹配成功, 对匹配成功的两个 DOM^i†型结构, 比较两个 DOM 树型结构所对应的网址是否一致, 如果是, 则执行 205 , 否则, 执行 206;
205: 鉴别出该待鉴别网站并非钓鱼网站, 流程结束;
206: 鉴别出该待鉴别网站为钓鱼网站, 阻止用户查看被鉴别为钓 鱼网站的页面内容。
DOM树型结构为例, 对本实施例提供的方法做了说明, 同理, 本实施例 也可以预先存储的 DOM树型结构为风险网站所对应的 DOM树型结构为 例。
针对该种情况, 当待鉴别网站所对应的 DOM树型结构与存储的 DOM树型结构匹配成功后, 如果两个 DOM树型结构对应的网址一致, 则鉴别待鉴别网站为风险网站, 如果两个 DOM树型结构不一致, 则鉴别 该待鉴别网站为安全网站。 在实际应用中, 即使每隔一定周期, 对预先 存储的 DOM树型结构进行更新, 也未必能够覆盖所有风险网站的 DOM 树型结构, 因此, 即使待鉴别网站的网址与存储的风险网站的网址不一 致, 则该待鉴别网站也未必为安全网站。 因此, 采用该种方式鉴别网站 的可靠性及安全性不高。
对于预先存储的 DOM树型结构为安全网站对应的 DOM树型结构的 情况, 虽然在鉴别结果上同样也会存在误差, 但采用该种方式鉴别网站 时, 不会将风险网站鉴别为安全网站, 因此, 可靠性及安全性相对也就 更高。
综上所述, 本实施例提供的方法, 通过拉取待鉴别网站的 HTML代 码, 解析待鉴别网站的 HTML代码所对应的 DOM树型结构, 并将待鉴别 网站的 DOM树型结构与预先存储的非钓鱼网站的 HTML代码所对应的 DOM树型结构进行匹配,根据匹配结果, 及待鉴别网站与非钓鱼网站的 网址, 判断待鉴别网站是否为钓鱼网站, 从而能够实现及时、 有效地鉴 别钓鱼网站, 并在鉴别出钓鱼网站时, 阻止用户查看钓鱼网站内容, 防 止用户受骗, 保护了用户的利益。
实施例 3
参见图 4, 本实施例提供了一种鉴别网站的装置, 该装置包括: 解析模块 401 , 用于解析待鉴别网站的页面代码所对应的文档对象 模型 DOM树型结构;
匹配模块 402, 用于将解析出的 DOM树型结构与存储的 DOM树型结 构进行匹配;
鉴别模块 403 , 用于根据匹配结果, 对待鉴别网站进行鉴别。
具体地, 鉴别模块 403 , 具体用于匹配的结果为成功, 且待鉴别网 站的网址与匹配成功的 DOM树型结构所对应的网址不一致时,鉴别待鉴 别网站为风险网站。
参见图 5 , 对于 DOM树型结构中的节点不被赋予权值的情况, 上述 匹配模块 402, 具体包括:
第一判断单元 402a, 用于在存储的 DOM树型结构中, 判断是否存在 与解析出的 DOM树型结构具有相同节点的 DOM树型结构; 如果是, 则 将与解析出的 DOM树型结构具有相同节点的 DOM树型结构作为符合匹 配条件的 DOM树型结构; 第一遍历单元 402b ,用于对符合匹配条件的 DOM树型结构与解析出 的 DOM树型结构进行深度遍历, 得到相同节点的个数;
第一匹配判断单元 402c , 用于判断相同节点的个数与符合匹配条件 的 DOM树型结构中的所有节点个数的比值是否满足一定阈值, 如果是, 则判断匹配成功。
参见图 6, 对于 DOM树型结构中的节点被赋予权值的情况, 上述匹 配模块 402, 具体包括:
赋权单元 402d, 用于对存储的 DOM树型结构中的每个节点赋权值; 第二判断单元 402e, 用于在存储的 DOM树型结构中, 判断是否存在 与解析出的 DOM树型结构具有相同节点的 DOM树型结构; 如果是, 则 将与解析出的 DOM树型结构具有相同节点的 DOM树型结构作为符合匹 配条件的 DOM树型结构;
第二遍历单元 402f, 用于对符合匹配条件的 DOM树型结构与解析出 的 DOM树型结构进行深度遍历, 得到所有相同节点的加权值;
第二匹配判断单元 402g , 用于判断所有相同节点的加权值与符合匹 配条件的 DOM树型结构中的所有节点个数的比值是否满足一定阈值,如 果是, 则判断匹配成功。
进一步地, 参见图 7, 该鉴别网站装置还包括:
拉取模块 404 , 用于根据待鉴别网站的网址拉取待鉴别网站的页面 代码。
综上, 本实施例提供的鉴别网站的装置, 通过解析待鉴别网站的页 面代码所对应的 DOM树型结构, 并将待鉴别网站的 DOM树型结构与预 先存储的安全网站的页面代码所对应的 DOM树型结构进行匹配,根据匹 配结果, 及待鉴别网站与安全网站的网址, 判断待鉴别网站是否为风险 网站, 从而能够实现及时、 有效地鉴别网站, 防止用户受骗, 保护了用 户的利益。
上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。 本发明实施例中的部分步骤, 可以利用软件实现, 相应的软件程序 可以存储在可读取的存储介质中, 如光盘或硬盘等。
以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本 发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包 含在本发明的保护范围之内。

Claims

权利要求书
1、 一种鉴别网站的方法, 其特征在于, 所述方法包括:
解析待鉴别网站的页面代码所对应的文档对象模型 DOM树型结构; 根据匹配结果, 对所述待鉴别网站进行鉴别。
2、 根据权利要求 1所述的方法, 其特征在于, 所述根据匹配结果, 对网站进行鉴别, 具体包括:
如果匹配成功,且所述待鉴别网站的网址与匹配成功的 DOM树型结 构所对应的网址不一致, 则鉴别所述待鉴别网站为风险网站。
3、 根据权利要求 1所述的方法, 其特征在于, 所述将所述解析出的 DOM树型结构与存储的 DOM树型结构进行匹配, 具体包括:
在存储的 DOM树型结构中, 判断是否存在与所述解析出的 DOM树 型结构具有相同节点的 DOM树型结构, 如果是, 则将与所述解析出的 DOM树型结构具有相同节点的 DOM树型结构作为符合匹配条件的 DOM树型结构, 并对所述符合匹配条件的 DOM树型结构与所述解析出 的 DOM树型结构进行深度遍历, 得到相同节点的个数;
如果所述相同节点的个数与所述符合匹配条件的 DOM树型结构的 所有节点个数的比值满足一定阈值, 则匹配成功。
4、 根据权利要求 1所述的方法, 其特征在于, 所述将所述解析出的 DOM树型结构与存储的 DOM树型结构进行匹配, 具体包括:
对存储的 DOM树型结构中的每个节点赋权值, 在存储的 DOM树型 结构中, 判断是否存在与所述解析出的 DOM树型结构具有相同节点的 DOM树型结构, 如果是, 则将所述与所述解析出的 DOM树型结构具有 相同节点的 DOM树型结构作为符合匹配条件的 DOM树型结构, 并对所 述符合匹配条件的 DOM树型结构与所述解析出的 DOM树型结构进行深 度遍历, 得到所有相同节点的加权值;
如果所述所有相同节点的加权值与所述符合匹配条件的 DOM树型 结构中的所有节点个数的比值满足一定阈值, 则匹配成功。
5、 根据权利要求 1至 4任一项所述的方法, 其特征在于, 所述存储 的 DOM树型结构, 具体为:
预先存储的安全网站的页面代码所对应的 DOM树型结构,且每隔一 定周期将被刷新。
6、 根据权利要求 1所述的方法, 其特征在于, 所述存储的 DOM树型 结构为:
预先存储的风险网站的页面代码所对应的 DOM树型结构。
7、 一种鉴别网站的装置, 其特征在于, 所述装置包括:
解析模块, 用于解析待鉴别网站的页面代码所对应的文档对象模型 DOM4对型结构;
匹配模块, 用于将所述解析出的 DOM树型结构与存储的 DOM树型 结构进行匹配;
鉴别模块, 用于根据匹配结果, 对所述待鉴别网站进行鉴别。
8、 根据权利要求 7所述的装置, 其特征在于, 所述鉴别模块, 具体 用于匹配的结果为成功 ,且所述待鉴别网站的网址与匹配成功的 DOM树 型结构所对应的网址不一致时, 鉴别所述待鉴别网站为风险网站。
9、 根据权利要求 7所述的装置, 其特征在于, 所述匹配模块, 具体 包括:
第一判断单元, 用于在存储的 DOM树型结构中, 判断是否存在与所 述解析出的 DOM树型结构具有相同节点的 DOM树型结构; 如果是, 则 将与所述解析出的 DOM树型结构具有相同节点的 DOM树型结构作为符 合匹配条件的 DOM树型结构; 第一遍历单元,用于对所述符合匹配条件的 DOM树型结构与所述解 析出的 DOM树型结构进行深度遍历, 得到相同节点的个数;
第一匹配判断单元, 用于判断所述相同节点的个数与所述符合匹配 条件的 DOM树型结构中的所有节点个数的比值是否满足一定阈值,如果 是, 则判断匹配成功。
10、 根据权利要求 7所述的装置, 其特征在于, 所述匹配模块, 具 体包括:
赋权单元, 用于对存储的 DOM树型结构中的每个节点赋权值; 第二判断单元, 用于在存储的 DOM树型结构中, 判断是否存在与所 述解析出的 DOM树型结构具有相同节点的 DOM树型结构; 如果是, 则 将与所述解析出的 DOM树型结构具有相同节点的 DOM树型结构作为符 合匹配条件的 DOM树型结构;
第二遍历单元,用于对所述符合匹配条件的 DOM树型结构与所述解 析出的 DOM树型结构进行深度遍历, 得到所有相同节点的加权值;
第二匹配判断单元, 用于判断所述所有相同节点的加权值与所述符 合匹配条件的 DOM树型结构中的所有节点个数的比值是否满足一定阈 值, 如果是, 则判断匹配成功。
11、 根据权利要求 7所述的装置, 其特征在于, 所述装置, 还包括: 拉取模块, 用于根据所述待鉴别网站的网址拉取所述待鉴别网站的 页面代码。
PCT/CN2010/071145 2009-03-27 2010-03-19 鉴别网站的方法及装置 Ceased WO2010108421A1 (zh)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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 趋势科技股份有限公司 安全管理设备、通信系统及访问控制方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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