System and method for generating a representation of a web resource to detect malicious modifications of the web resource

11481489 · 2022-10-25

Assignee

Inventors

Cpc classification

International classification

Abstract

The present disclosure provides for systems and methods for generating an image of a web resource to detect a modification of the web resource. An exemplary method includes selecting one or more objects of the web resource based on one or more object attributes; identifying a plurality of tokens for each selected object based on contents of the selected object; calculating a hash signature for each selected object of the web resource using the identified plurality of tokens; identifying potentially malicious calls within the identified plurality of tokens; generating an image of the web resource based on the plurality of hash signatures and based on the identified potentially malicious calls, wherein the image of the web resource comprises a vector representation of the contents of the web resource; and detecting whether the web resource is modified based on the image of the web resource.

Claims

1. A method for generating an image of a web resource to detect a modification of the web resource, the method comprising: selecting, by a processor, one or more objects of the web resource based on one or more object attributes; identifying, by the processor, a plurality of tokens for each selected object based on contents of the selected object; calculating, by the processor, a hash signature for each selected object of the web resource using the identified plurality of tokens; identifying, by the processor, potentially malicious calls within the identified plurality of tokens; generating, by the processor, an image of the web resource based on the plurality of hash signatures and based on the identified potentially malicious calls, wherein the image of the web resource comprises a vector representation of the contents of the web resource; and detecting, by the processor, whether the web resource is modified based on the image of the web resource.

2. The method of claim 1, wherein calculating the hash signature further comprises: converting, by the processor, the generated plurality of tokens into a plurality of n-grams; and applying, by the processor, a hash function to each of the plurality of n-grams to generate the hash signature, wherein the hash signature comprises an array of numbers of a predefined length.

3. The method of claim 2, wherein each of the plurality of n-grams has a predefined length and a predefined overlap.

4. The method of claim 2, wherein the hash function comprises at least one of fuzzy hash or locality-sensitive hash (LSH).

5. The method of claim 1, wherein the plurality of tokens are identified using one or more token separators.

6. The method of claim 1, wherein one or more objects are selected based on analysis of the web resource and wherein the analysis of the web resource is performed during an online session, during which the web resource is executed.

7. The method of claim 1, wherein the analysis of the web resource includes analysis of HTML code describing a structure and content of the web resource.

8. The method of claim 1, wherein the web resource includes an embedded script for verifying the integrity of the web resource.

9. A system for generating an image of a web resource to detect a modification of the web resource, the system comprising: a hardware processor configured to: select one or more objects of the web resource based on one or more object attributes; identify a plurality of tokens for each selected object based on contents of the selected object; calculate a hash signature for each selected object of the web resource using the identified plurality of tokens; identify potentially malicious calls within the identified plurality of tokens; generate an image of the web resource based on the plurality of hash signatures and based on the identified potentially malicious calls, wherein the image of the web resource comprises a vector representation of the contents of the web resource; and detect whether the web resource is modified based on the image of the web resource.

10. The system of claim 9, wherein the hardware processor configured to calculate the hash signature is further configured to: convert the generated plurality of tokens into a plurality of n-grams; and apply a hash function to each of the plurality of n-grams to generate the hash signature, wherein the hash signature comprises an array of numbers of a predefined length.

11. The system of claim 10, wherein each of the plurality of n-grams has a predefined length and a predefined overlap.

12. The system of claim 10, wherein the hash function comprises at least one of fuzzy hash or locality-sensitive hash (LSH).

13. The system of claim 9, wherein each of the plurality of n-grams has a predefined length and a predefined overlap.

14. The system of claim 9, wherein one or more objects are selected based on analysis of the web resource and wherein the analysis of the web resource is performed during an online session, during which the web resource is executed.

15. The system of claim 9, wherein the analysis of the web resource includes analysis of HTML code describing a structure and content of the web resource.

16. The system of claim 9, wherein the web resource includes an embedded script for verifying the integrity of the web resource.

17. A non-transitory computer-readable medium, storing instructions thereon for generating an image of a web resource to detect a modification of the web resource, including instructions for: selecting one or more objects of the web resource based on one or more object attributes; identifying a plurality of tokens for each selected object based on contents of the selected object; calculating a hash signature for each selected object of the web resource using the identified plurality of tokens; identifying potentially malicious calls within the identified plurality of tokens; generating an image of the web resource based on the plurality of hash signatures and based on the identified potentially malicious calls, wherein the image of the web resource comprises a vector representation of the contents of the web resource; and detecting whether the web resource is modified based on the image of the web resource.

18. The non-transitory computer-readable medium of claim 17, wherein the instructions for calculating the hash signature further comprise instructions for: converting the generated plurality of tokens into a plurality of n-grams; and applying a hash function to each of the plurality of n-grams to generate the hash signature, wherein the hash signature comprises an array of numbers of a predefined length.

19. The non-transitory computer-readable medium of claim 18, wherein each of the plurality of n-grams has a predefined length and a predefined overlap.

20. The non-transitory computer-readable medium of claim 17, wherein the plurality of tokens are identified using one or more token separators.

Description

BRIEF DESCRIPTION OF THE DRAWINGS

(1) The accompanying drawings, which are incorporated into and constitute a part of this specification, illustrate one or more example aspects of the present disclosure and, together with the detailed description, serve to explain their principles and implementations.

(2) FIG. 1 shows an example of the structural diagram of the system of detecting a modification of a web resource.

(3) FIG. 2 shows an example of the structural diagram of the method of detecting a modification of a web resource.

(4) FIG. 3 shows an example of a general-purpose computer system, a personal computer or a server.

DETAILED DESCRIPTION

(5) Exemplary aspects are described herein in the context of a system, method and computer program product for detecting modification of web resources. Those of ordinary skill in the art will realize that the following description is illustrative only and is not intended to be in any way limiting. Other aspects will readily suggest themselves to those skilled in the art having the benefit of this disclosure. Reference will now be made in detail to implementations of the example aspects as illustrated in the accompanying drawings. The same reference indicators will be used to the extent possible throughout the drawings and the following description to refer to the same or like items.

(6) FIG. 1 is a block diagram of a system 100 for detecting a modification of a web resource, in accordance with exemplary aspects of the present disclosure.

(7) The system 100 may comprise a client 101, a server 102, a web resource 111 (which may represent one or more web objects, comprising at least an initial web resource 111A, a protected web resource 111B, a modified web resource 111C, and a generated web resource 111D), a script for verifying the integrity of the web resource 112, the modified data of the web resource 113, a web resource protection module 110, an execution module 120, an object selection module 130, an image forming module 140, an analysis module 150, a model for verifying the integrity 151, and a statistics gathering module 160.

(8) In one exemplary aspect, the system 100 is modeled on a client-server architecture, wherein execution module 120 and the object selection module 130 function on the client 101 side while the web resource protection module 110, the image forming module 140, the analysis module 150 and the statistics gathering module 160 function on the server side 102.

(9) For example, the client 101 might be a computer or a mobile device of a user running a browser. The user may be viewing a page of the personal user account using the browser, where the code of the page has been downloaded from a bank server 102.

(10) In yet another exemplary aspect, the web resource 111 is an Internet site containing at least one page, the page containing at least: HTML code containing objects of the web resource; multimedia resources stored on the server 102 (for example, links to images, audio and video files, or images, audio and video files written directly on the page in the form url(‘data:image/png;base64, . . . ’)); files of scripts; style sheet files (CSS, Cascading Style Sheets).

(11) For example, the page displaying the personal user account information contains HTML code describing the structure and content of the page, images associated with the personal user account (such as the bank logo), JavaScript scripts verifying and validating form entry, and so forth.

(12) In yet another exemplary aspect, the objects of the web resource 111 are at least: contained in the web resource 111 (for example, in the initial web resource 111A); contained during execution of the web resource 111 (for example, the generated web resource 111D).

(13) For example, the initial web resource 111A may contain a script responsible for forming the elements of the page (such as a form), and upon execution of the generated web resource 111D the generated forms may be present in the document object model (DOM) associated with a web page displayed by a web browser loaded in the RAM of the client 101.

(14) In yet another exemplary aspect, the objects of the web resource 111 comprise at least: scripts; forms; HTML data; XHR requests (XMLHttpRequest); DOM events.

(15) Scripts may be written in any scripting language, for example, JavaScript, or the like. In yet another exemplary aspect, working with the web resource 111 occurs as follows: the initial web resource 111A, which is safe and does not contain any malicious modifications, is initially formed on the server 102; then the protected web resource 111B is formed; a script is generated for verifying the integrity of the web resource 112 and the script is embedded in the initial web resource 111A; the protected web resource 111B is then sent for execution to the client 101, whereupon during any one of the following steps: the sending of the protected web resource 111B from the server 102 to the client 101; the execution of the protected web resource 111B on the client 101; there occurs a modification of the web resource by a malicious application, as a result of which some of the data 113 of the protected web resource 111B is modified, thereby forming the modified web resource 111C; the generated web resource 111D is then formed, for which the modified web resource 111C is executed.

(16) The system 100 may determine whether the initial web resource 111A has been modified on the basis of an analysis of the generated web resource 111D.

(17) The web resource protection module 110 is designed to: generate, on the basis of data about the structure and contents of the web resource 111, a script for verifying the integrity of the web resource 112, wherein the script for verifying the integrity of the web resource 112 involves a determination of the characteristics of the objects of that web resource 111; embed the generated script for verifying the integrity of the web resource 112 in that web resource 111.

(18) In one exemplary aspect, the characteristics of the object of the web resource 111 are at least: one or more parameters describing the object of the web resource 111 among the set of all objects of that web resource 111; a rule of formation of the convolution of the object of the web resource 111; a convolution of the object of the web resource 111.

(19) In yet another exemplary aspect, the convolution of the object of the web resource 111 includes at least: the convolution of parameters describing the object of the web resource 111; the convolution of data contained in the object of the web resource 111.

(20) In yet another exemplary aspect, the script for verifying the integrity of the web resource 112 is an ECMAScript script (for example, a script written in the JavaScript language).

(21) In yet another exemplary aspect, the script for verifying the integrity of the web resource 112 is an extension for a browser which executes the corresponding web resource.

(22) In yet another exemplary aspect, the script for verifying the integrity of the web resource 112 is generated in advance (before the analysis of the web resource 111), and during the analysis of the web resource 111 the initial parameters are generated for the working of the script for verifying the integrity of the web resource 112, while the script for verifying the integrity of the web resource 112 itself may be the same for different web resources.

(23) The execution module 120 is designed to execute the web resource 111.

(24) In one exemplary aspect, the execution of the web resource 111 involves at least: the execution of the script for verifying the integrity of the web resource 112 that was embedded in that web resource 111; analysis of the web resource 111: interpreting of the web resource 111; visualization of the web resource 111.

(25) In yet another exemplary aspect, the execution of the web resource is performed by the browser working on the client 101, or by any given application using the data of the web resource and able to run the script for verifying the integrity of the web resource 112 that was embedded in that web resource.

(26) The object selection module 130 is designed to: determine the convolution of at least one object of the web resource 111, the convolution (performed as described elsewhere in this disclosure) being determined in order to run the script for verifying the integrity of the web resource 112 that was embedded in that web resource 111; send the calculated convolutions to the image forming module 140.

(27) In one exemplary aspect, the object selection module 130 may select at least one object from the web resource 111, the selection of the object from the web resource 111 being done during the execution of the script for verifying the integrity of the web resource 112 that was embedded in that web resource 111.

(28) In yet another exemplary aspect, the convolution of the object of the web resource is at least: a fuzzy hash; a locality-sensitive hashing (LHS).

(29) For example, the fuzzy hash can be constructed for any given text singled out from the web object, where the text might be: a JavaScript script extracted from the “innerHTML” attributes of the tag “script”; a JavaScript script downloaded by an AJAX request at the network address of the network resource (URL) of the script; a JavaScript script obtained by the call “toString( )” in a function which is transmitted in setInterval; the HTML representation of a DOM element from the “outerHTML” attribute; the current download page via an additional AJAX request.

(30) The algorithm for constructing the hash is parametrized by the length of the n-gram and the overlap: the text is broken up into n-grams by words of a given length and overlap; for each n-gram the CRC32 is constructed; the resulting array of whole numbers is processed by a universal hash function.

(31) At the output an array of 32, 64 or 128 numbers is obtained, depending on the set of coefficients.

(32) In one exemplary aspect of the hash function, its formula has the form:
h(x)=(ax+b)mod c

(33) In yet another exemplary aspect, each type of object from the web resource 111 is analyzed by an individual method different from the methods used to analyze other types of objects.

(34) For example, when analyzing web scripts (such as a JavaScript script) a method is used to find malicious scripts, as well as scripts which are not typical of bank pages: a script is selected if it contains the attribute “src”; the selected scripts, where the attribute “src” is the data-url, are interpreted as inline scripts (for this, the data-url is first decoded).

(35) For example: data:text/javascript;base64,aWYoImh0dHBzOiI9PT13aW5kb3cubG9jYXRpb24uc HJvdG9jb2wpe3ZhciBzY3JpcHQgPSBkb2N1bWVudC5jcmVhdGVFbGVtZW50K CJzY3JpcH QiKTtzY3JpcHQuc3JjID0gImh0dHBzOi8vcGxhZmYtZ28ucnUvbGluay9sNW11YW w0MS8 iO2RvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYX BwZW5kQ2hp bGQoc2NyaXB0KTt9 several representations of JavaScript are used: the script is broken up into strings by the line break separator [\r\n]; the script is broken up into tokens;

(36) For breaking up the script into tokens, token separators known from the prior art are used (such as “\r\n\t”). the script is broken up into symbols; from the tokens, the hash signature is constructed with parameters for the construction of the n-grams: length—11 tokens, overlap—4 tokens, from the strings of the script the hash signature is constructed with parameters for the construction of the n-grams: length—7 strings, overlap—3 strings, lists of malicious calls of a scripting language are composed:

(37) An example of a list of malicious script calls (specifically, JavaScript calls, though not limited thereto) is given below:

(38) TABLE-US-00001 #1  eval CreateObject removeChild parseInt  setTimeout ActiveXObject XMLHttpRequest fromCharCode  setInterval appendChild XMLHTTP #2  encodeURIComponent  decodeURIComponent  atob  btoa a list of key words of JavaScript is composed;
For example, such words are the keys: [“break”, “do”, “instanceof”, “typeof”, “case”, “else”, “new”, “var”, “catch”, “finally”, “return”, “function”, “this”, “with”, “default”, “if”, “throw”, “try”, “abstract”, “export”, “interface”, “static”, “null”, “true”, “false”]; the primary attributes are considered; for each potentially malicious call, the number of times it is encountered in the tokens is counted; the resulting data is built (for example, in JSON)

(39) For example:

(40) TABLE-US-00002 { “object_01”: [ [1958351, 5156809, ...], [565119, 357121, 150627, 39682, ...], [ [5347, 5189, 16, 160497, 2412, ...], [8, 13, ...], [2, 0, 4, 7, 13, 0, ...] ] ], “object_02”: [ [“https://target-url”, [1958351, 5156809, 679194, ...], [565119, 878958, ...], [ [5347, 30.016270806059474, 1, ...], [8, 13, 1, ...], [2, 0, 4, 7, 13, 0, ...] ] ], }

(41) For example, for the analysis of XHR requests: the methods for executing XHR are intercepted: XMLHttpRequest.prototype.open, XMLHttpRequest.prototype.send; for each intercepted DOM level 3 call, the time, the type of event, the url, and the stack trace are recorded; the resulting data is built (for example, in JSON)

(42) For example:

(43) TABLE-US-00003 { “xhr”: [ [1498825034, “open”, “https://sync.target-url.com/”, {“stacktrace”:“stacktrace”}], [1498825034, “send”, “https:// sync.target-url.com/”, {“stacktrace”:“stacktrace”}], ], }

(44) The image forming module 140 is designed to: generate the image of the web resource on the basis of the obtained convolutions, the image of the web resource being a vector representation of the contents of the web resource 111; send the generated image of the web resource to the analysis module 150.

(45) The analysis module 150 is designed to: determine the characteristics of a modification 113 of a web resource 111 on the basis of the obtained image of the web resource with the use of a model for verifying the integrity 151, the model for verifying the integrity 151 being a set of rules for calculating the probability of a modification of the web resource 111; pronounce a decision as to the modification of the web resource 111 on the basis of the determined characteristics of the modification 113 of the web resource 111.

(46) In one exemplary aspect, the characteristics of the modification 113 of the web resource 111 are at least: the probability that the web resource 111 has been modified, including at least: for previously specified groups of users of the web resource 111; for a specific user of the web resource 111; the parameters of the modification 113 of the web resource 111: the method of modification 113 of the web resource 111; the data used in the modification of the web resource 111.

(47) In one exemplary aspect, the analysis of the web resource 111 is done during an online session, during which the mentioned web resource 111 is executed.

(48) The statistics gathering module 160 may perform machine training of the model for verifying the integrity 151 on the basis of the image of the web resource generated at least from: previously analyzed web resources 111; the web resource 111 being analyzed prior to its being executed.

(49) FIG. 2 shows an example of structural flow diagram of the method for detecting a modification of a web resource.

(50) The method for detecting a modification of a web resource contains a step 210 in which a script for verifying the integrity of the web resource may be generated, a step 220 in which the generated script for verifying the integrity of the web resource may be embedded, a step 230 in which the web resource may be executed, a step 240 in which the convolutions of the web resource may be calculated, a step 250 in which the image of the web resource is generated, a step 260 in which the characteristics of the modification of the web resource may be determined, a step 270 in which a decision may be pronounced as to the modification of the web resource, and a step 280 in which the model for verifying the integrity may be trained.

(51) In step 210, on the basis of data about the structure and content of the web resource 111, a script for verifying the integrity of the web resource 112, may be generated wherein the script for verifying the integrity of the web resource 112 is a description of the process of calculating characteristics of the objects of that web resource 111.

(52) In step 220 the generated script for verifying the integrity of the web resource 112 may be embedded in that web resource 111.

(53) In step 230 the web resource 111 may be executed. For this purpose, the web resource downloaded at the client side 101 is first analyzed (for example, a syntactical analysis is performed for the page), and based on the results thereof additional data is downloaded (for example, images are downloaded from the Internet at identified addresses), the scripts contained in the web resource are executed (for example, JavaScript scripts), the page elements are generated (such as forms), the web resource 111 being executed is visualized on the basis of the generated page elements, and furthermore data is additionally gathered in the process of execution of the web resource 111 (for example, events being created during the generating and utilization of the page elements are intercepted).

(54) In step 240 at least one convolution of the web resource 111 may be calculated in accordance with the script for verifying the integrity of the web resource 112 that was embedded in the web resource 111.

(55) In step 250 the image of the web resource may be generated on the basis of at least one calculated convolution, the image of the web resource being a vector representation of the content of the web resource 111.

(56) In step 260 the characteristics of the modification 113 of the web resource 111 may be determined on the basis of the generated image of the web resource, making use of a trained model for verifying the integrity 151, wherein the model for verifying the integrity 151 is a set of rules for calculating the probability of a modification of the web resource 111.

(57) In step 270 a decision is pronounced as to the modification of the web resource 111 on the basis of the determined characteristics of the modification 113 of the web resource 111.

(58) In step 280 the model for verifying the integrity 151 may be trained on the basis of the image of the web resource generated at least on the basis of: previously analyzed web resources 111; the web resource 111 being analyzed prior to its being executed.

(59) FIG. 4 is a block diagram illustrating a general-purpose computer system 20 on which aspects of the present disclosure may be implemented in accordance with an exemplary aspect. It should be noted that the computer system 20 can correspond to the system 100, and/or individual components thereof.

(60) As shown, the computer system 20 (which may be a personal computer or a server) includes a central processing unit 21, a system memory 22, and a system bus 23 connecting the various system components, including the memory associated with the central processing unit 21. As will be appreciated by those of ordinary skill in the art, the system bus 23 may comprise a bus memory or bus memory controller, a peripheral bus, and a local bus that is able to interact with any other bus architecture. The system memory may include permanent memory (ROM) 24 and random-access memory (RAM) 25. The basic input/output system (BIOS) 26 may store the basic procedures for transfer of information between elements of the computer system 20, such as those at the time of loading the operating system with the use of the ROM 24.

(61) The computer system 20, may also comprise a hard disk 27 for reading and writing data, a magnetic disk drive 28 for reading and writing on removable magnetic disks 29, and an optical drive 30 for reading and writing removable optical disks 31, such as CD-ROM, DVD-ROM and other optical media. The hard disk 27, the magnetic disk drive 28, and the optical drive 30 are connected to the system bus 23 across the hard disk interface 32, the magnetic disk interface 33 and the optical drive interface 34, respectively. The drives and the corresponding computer information media are power-independent modules for storage of computer instructions, data structures, program modules and other data of the computer system 20.

(62) An exemplary aspect comprises a system that uses a hard disk 27, a removable magnetic disk 29 and a removable optical disk 31 connected to the system bus 23 via the controller 55. It will be understood by those of ordinary skill in the art that any type of media 56 that is able to store data in a form readable by a computer (solid state drives, flash memory cards, digital disks, random-access memory (RAM) and so on) may also be utilized.

(63) The computer system 20 has a file system 36, in which the operating system 35, may be stored, as well as additional program applications 37, other program modules 38, and program data 39. A user of the computer system 20 may enter commands and information using keyboard 40, mouse 42, or any other input device known to those of ordinary skill in the art, such as, but not limited to, a microphone, joystick, game controller, scanner, etc. . . . . Such input devices typically plug into the computer system 20 through a serial port 46, which in turn is connected to the system bus, but those of ordinary skill in the art will appreciate that input devices may be also be connected in other ways, such as, without limitation, via a parallel port, a game port, or a universal serial bus (USB). A monitor 47 or other type of display device may also be connected to the system bus 23 across an interface, such as a video adapter 48. In addition to the monitor 47, the personal computer may be equipped with other peripheral output devices (not shown), such as loudspeakers, a printer, etc.

(64) Computer system 20 may operate in a network environment, using a network connection to one or more remote computers 49. The remote computer (or computers) 49 may be local computer workstations or servers comprising most or all of the aforementioned elements in describing the nature of a computer system 20. Other devices may also be present in the computer network, such as, but not limited to, routers, network stations, peer devices or other network nodes.

(65) Network connections can form a local-area computer network (LAN) 50 and a wide-area computer network (WAN). Such networks are used in corporate computer networks and internal company networks, and the networks generally have access to the Internet. In LAN or WAN networks, the personal computer 20 is connected to the local-area network 50 across a network adapter or network interface 51. When networks are used, the computer system 20 may employ a modem 54 or other modules well known to those of ordinary skill in the art that enable communications with a wide-area computer network such as the Internet. The modem 54, which may be an internal or external device, may be connected to the system bus 23 by a serial port 46. It will be appreciated by those of ordinary skill in the art that said network connections are non-limiting examples of numerous well-understood ways of establishing a connection by one computer to another using communication modules.

(66) In various aspects, the systems and methods described herein may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the methods may be stored as one or more instructions or code on a non-transitory computer-readable medium. Computer-readable medium includes data storage. By way of example, and not limitation, such computer-readable medium can comprise RAM, ROM, EEPROM, CD-ROM, Flash memory or other types of electric, magnetic, or optical storage medium, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a processor of a general purpose computer.

(67) In various aspects, the systems and methods described in the present disclosure can be addressed in terms of modules. The term “module” as used herein refers to a real-world device, component, or arrangement of components implemented using hardware, such as by an application specific integrated circuit (ASIC) or field-programmable gate array (FPGA), for example, or as a combination of hardware and software, such as by a microprocessor system and a set of instructions to implement the module's functionality, which (while being executed) transform the microprocessor system into a special-purpose device. A module may also be implemented as a combination of the two, with certain functions facilitated by hardware alone, and other functions facilitated by a combination of hardware and software. In certain implementations, at least a portion, and in some cases, all, of a module may be executed on the processor of a general purpose computer (such as the one described in greater detail in FIG. 4, above). Accordingly, each module may be realized in a variety of suitable configurations, and should not be limited to any particular implementation exemplified herein.

(68) In the interest of clarity, not all of the routine features of the aspects are disclosed herein. It would be appreciated that in the development of any actual implementation of the present disclosure, numerous implementation-specific decisions must be made in order to achieve the developer's specific goals, and these specific goals will vary for different implementations and different developers. It is understood that such a development effort might be complex and time-consuming, but would nevertheless be a routine undertaking of engineering for those of ordinary skill in the art, having the benefit of this disclosure.

(69) Furthermore, it is to be understood that the phraseology or terminology used herein is for the purpose of description and not of restriction, such that the terminology or phraseology of the present specification is to be interpreted by the skilled in the art in light of the teachings and guidance presented herein, in combination with the knowledge of the skilled in the relevant art(s). Moreover, it is not intended for any term in the specification or claims to be ascribed an uncommon or special meaning unless explicitly set forth as such. The various aspects disclosed herein encompass present and future known equivalents to the known modules referred to herein by way of illustration. Moreover, while aspects and applications have been shown and described, it would be apparent to those skilled in the art having the benefit of this disclosure that many more modifications than mentioned above are possible without parting from the inventive concepts disclosed herein.