US12261876B2 - Combination rule mining for malware signature generation - Google Patents
Combination rule mining for malware signature generation Download PDFInfo
- Publication number
- US12261876B2 US12261876B2 US18/217,273 US202318217273A US12261876B2 US 12261876 B2 US12261876 B2 US 12261876B2 US 202318217273 A US202318217273 A US 202318217273A US 12261876 B2 US12261876 B2 US 12261876B2
- Authority
- US
- United States
- Prior art keywords
- properties
- combination
- property
- signature
- samples
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
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/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1441—Countermeasures against malicious traffic
- H04L63/145—Countermeasures against malicious traffic the attack involving the propagation of malware through the network, e.g. viruses, trojans or worms
-
- 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/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1408—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
- H04L63/1416—Event detection, e.g. attack signature detection
-
- 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/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1408—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
- H04L63/1425—Traffic logging, e.g. anomaly detection
-
- 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/20—Network architectures or network communication protocols for network security for managing network security; network security policies in general
Definitions
- FIG. 1 illustrates an example of an environment in which malicious applications are detected and prevented from causing harm.
- FIG. 2 A illustrates an embodiment of a data appliance.
- FIG. 2 B is a functional diagram of logical components of an embodiment of a data appliance.
- FIG. 3 illustrates an example of logical components that can be included in a system for analyzing samples.
- FIG. 4 illustrates an example of an embodiment of an automated combination rule generation system.
- FIG. 5 illustrates an example of an input dataset.
- FIG. 6 illustrates an embodiment of a process for automatically generating combination rules.
- a firewall generally protects networks from unauthorized access while permitting authorized communications to pass through the firewall.
- a firewall is typically a device, a set of devices, or software executed on a device that provides a firewall function for network access.
- a firewall can be integrated into operating systems of devices (e.g., computers, smart phones, or other types of network communication capable devices).
- a firewall can also be integrated into or executed as one or more software applications on various types of devices, such as computer servers, gateways, network/routing devices (e.g., network routers), and data appliances (e.g., security appliances or other types of special purpose devices), and in various implementations, certain operations can be implemented in special purpose hardware, such as an ASIC or FPGA.
- Firewalls typically deny or permit network transmission based on a set of rules. These sets of rules are often referred to as policies (e.g., network policies or network security policies). For example, a firewall can filter inbound traffic by applying a set of rules or policies to prevent unwanted outside traffic from reaching protected devices. A firewall can also filter outbound traffic by applying a set of rules or policies (e.g., allow, block, monitor, notify or log, and/or other actions can be specified in firewall rules or firewall policies, which can be triggered based on various criteria, such as are described herein). A firewall can also filter local network (e.g., intranet) traffic by similarly applying a set of rules or policies.
- policies e.g., network policies or network security policies.
- a firewall can filter inbound traffic by applying a set of rules or policies to prevent unwanted outside traffic from reaching protected devices.
- a firewall can also filter outbound traffic by applying a set of rules or policies (e.g., allow, block, monitor, notify or log, and/or other actions can be
- Security devices can include various security functions (e.g., firewall, anti-malware, intrusion prevention/detection, Data Loss Prevention (DLP), and/or other security functions), networking functions (e.g., routing, Quality of Service (QoS), workload balancing of network related resources, and/or other networking functions), and/or other functions.
- security functions e.g., firewall, anti-malware, intrusion prevention/detection, Data Loss Prevention (DLP), and/or other security functions
- networking functions e.g., routing, Quality of Service (QoS), workload balancing of network related resources, and/or other networking functions
- QoS Quality of Service
- routing functions can be based on source information (e.g., IP address and port), destination information (e.g., IP address and port), and protocol information.
- a basic packet filtering firewall filters network communication traffic by inspecting individual packets transmitted over a network (e.g., packet filtering firewalls or first generation firewalls, which are stateless packet filtering firewalls).
- packet filtering firewalls or first generation firewalls which are stateless packet filtering firewalls.
- Stateless packet filtering firewalls typically inspect the individual packets themselves and apply rules based on the inspected packets (e.g., using a combination of a packet's source and destination address information, protocol information, and a port number).
- Application firewalls can also perform application layer filtering (e.g., application layer filtering firewalls or second generation firewalls, which work on the application level of the TCP/IP stack).
- Application layer filtering firewalls or application firewalls can generally identify certain applications and protocols (e.g., web browsing using HyperText Transfer Protocol (HTTP), a Domain Name System (DNS) request, a file transfer using File Transfer Protocol (FTP), and various other types of applications and other protocols, such as Telnet, DHCP, TCP, UDP, and TFTP (GSS)).
- HTTP HyperText Transfer Protocol
- DNS Domain Name System
- FTP File Transfer Protocol
- Telnet Telnet
- DHCP Dynamic Hossion Control Protocol
- TCP Transmission Control Protocol
- UDP User Datagram Protocol
- GSS TFTP
- Stateful firewalls can also perform state-based packet inspection in which each packet is examined within the context of a series of packets associated with that network transmission's flow of packets.
- This firewall technique is generally referred to as a stateful packet inspection as it maintains records of all connections passing through the firewall and is able to determine whether a packet is the start of a new connection, a part of an existing connection, or is an invalid packet.
- the state of a connection can itself be one of the criteria that triggers a rule within a policy.
- Advanced or next generation firewalls can perform stateless and stateful packet filtering and application layer filtering as discussed above.
- Next generation firewalls can also perform additional firewall techniques. For example, certain newer firewalls sometimes referred to as advanced or next generation firewalls can also identify users and content (e.g., next generation firewalls). In particular, certain next generation firewalls are expanding the list of applications that these firewalls can automatically identify to thousands of applications. Examples of such next generation firewalls are commercially available from Palo Alto Networks, Inc. (e.g., Palo Alto Networks' PA Series firewalls).
- Palo Alto Networks' next generation firewalls enable enterprises to identify and control applications, users, and content—not just ports, IP addresses, and packets—using various identification technologies, such as the following: APP-ID for accurate application identification, User-ID for user identification (e.g., by user or user group), and Content-ID for real-time content scanning (e.g., controlling web surfing and limiting data and file transfers).
- APP-ID for accurate application identification
- User-ID for user identification (e.g., by user or user group)
- Content-ID for real-time content scanning (e.g., controlling web surfing and limiting data and file transfers).
- These identification technologies allow enterprises to securely enable application usage using business-relevant concepts, instead of following the traditional approach offered by traditional port-blocking firewalls.
- special purpose hardware for next generation firewalls (implemented, for example, as dedicated appliances) generally provide higher performance levels for application inspection than software executed on general purpose hardware (e.g., such as security appliances provided by Palo Alto Networks, Inc., which use dedicated, function specific processing that is tightly integrated with a single-pass software engine to maximize network throughput while minimizing latency).
- general purpose hardware e.g., such as security appliances provided by Palo Alto Networks, Inc., which use dedicated, function specific processing that is tightly integrated with a single-pass software engine to maximize network throughput while minimizing latency.
- Advanced or next generation firewalls can also be implemented using virtualized firewalls.
- next generation firewalls are commercially available from Palo Alto Networks, Inc. (e.g., Palo Alto Networks' VM Series firewalls, which support various commercial virtualized environments, including, for example, VMware® ESXiTM and NSXTM Citrix® Netscaler SDXTM, KVM/OpenStack (Centos/RHEL, Ubuntu®), and Amazon Web Services (AWS)).
- virtualized firewalls can support similar or the exact same next-generation firewall and advanced threat prevention features available in physical form factor appliances, allowing enterprises to safely enable applications flowing into, and across their private, public, and hybrid cloud computing environments.
- Automation features such as VM monitoring, dynamic address groups, and a REST-based API allow enterprises to proactively monitor VM changes dynamically feeding that context into security policies, thereby eliminating the policy lag that may occur when VMs change.
- FIG. 1 illustrates an example of an environment in which malicious applications (“malware”) are detected and prevented from causing harm.
- malware malicious applications
- FIG. 1 illustrates an example of an environment in which malicious applications (“malware”) are detected and prevented from causing harm.
- malware classifications e.g., as determined by security platform 122
- security platform 122 can be variously shared and/or refined among various entities included in the environment shown in FIG. 1 .
- devices such as endpoint client devices 104 - 110 can be protected from such malware.
- an “application” is used throughout the Specification to collectively refer to programs, bundles of programs, manifests, packages, etc., irrespective of form/platform.
- An “application” (also referred to herein as a “sample”) can be a standalone file (e.g., a calculator application having the filename “calculator.apk” or “calculator.exe”) and can also be an independent component of another application (e.g., a mobile advertisement SDK or library embedded within the calculator app).
- Malware refers to an application that engages in behaviors, whether clandestinely or not (and whether illegal or not), of which a user does not approve/would not approve if fully informed.
- Examples of malware include Trojans, viruses, rootkits, spyware, hacking tools, keyloggers, etc.
- One example of malware is a desktop application that collects and reports to a remote server the end user's location (but does not provide the user with location-based services, such as a mapping service).
- Another example of malware is a malicious Android Application Package .apk (APK) file that appears to an end user to be a free game, but stealthily sends SMS premium messages (e.g., costing $10 each), running up the end user's phone bill.
- APIK Android Application Package .apk
- malware is an Apple iOS flashlight application that stealthily collects the user's contacts and sends those contacts to a spammer.
- Other forms of malware can also be detected/thwarted using the techniques described herein (e.g., ransomware).
- malware signatures are described herein as being generated for malicious applications, techniques described herein can also be used in various embodiments to generate profiles for other kinds of applications (e.g., adware profiles, goodware profiles, etc.).
- client devices 104 - 108 are a laptop computer, a desktop computer, and a tablet (respectively) present in an enterprise network 140 .
- client device 110 is a laptop computer present outside of enterprise network 140 .
- Data appliance 102 is configured to enforce policies regarding communications between client devices, such as client devices 104 and 106 , and nodes outside of enterprise network 140 (e.g., reachable via external network 118 ). Examples of such policies include ones governing traffic shaping, quality of service, and routing of traffic. Other examples of policies include security policies such as ones requiring the scanning for threats in incoming (and/or outgoing) email attachments, website content, files exchanged through instant messaging programs, and/or other file transfers. In some embodiments, data appliance 102 is also configured to enforce policies with respect to traffic that stays within enterprise network 140 .
- enterprise network 140 can comprise multiple networks, any/each of which can include one or multiple data appliances or other components that embody techniques described herein.
- the techniques described herein can be deployed by large, multi-national companies (or other entities) with multiple offices in multiple geographical locations.
- client devices 104 - 108 are illustrated in FIG. 1 as connecting directly to data appliance 102 , it is to be understood that one or more intermediate nodes (e.g., routers, switches, and/or proxies) can be and typically are interposed between various elements in enterprise network 140 .
- FIG. 2 A An embodiment of a data appliance is shown in FIG. 2 A .
- the example shown is a representation of physical components that are included in data appliance 102 , in various embodiments.
- data appliance 102 includes a high performance multi-core Central Processing Unit (CPU) 202 and Random Access Memory (RAM) 204 .
- Data appliance 102 also includes a storage 210 (such as one or more hard disks or solid state storage units).
- storage 210 such as one or more hard disks or solid state storage units.
- data appliance 102 stores (whether in RAM 204 , storage 210 , and/or other appropriate locations) information used in monitoring enterprise network 140 and implementing disclosed techniques.
- Data appliance 102 can also include one or more optional hardware accelerators.
- data appliance 102 can include a cryptographic engine 206 configured to perform encryption and decryption operations, and one or more Field Programmable Gate Arrays (FPGAs) 208 configured to perform matching, act as network processors, and/or perform other tasks.
- FPGAs Field Programmable Gate Arrays
- data appliance 102 can be a dedicated device or set of devices.
- the functionality provided by data appliance 102 can also be integrated into or executed as software on a general purpose computer, a computer server, a gateway, and/or a network/routing device.
- at least some services described as being provided by data appliance 102 are instead (or in addition) provided to a client device (e.g., client device 104 or client device 110 ) by software executing on the client device (e.g., endpoint protection application 132 ).
- data appliance 102 Whenever data appliance 102 is described as performing a task, a single component, a subset of components, or all components of data appliance 102 may cooperate to perform the task. Similarly, whenever a component of data appliance 102 is described as performing a task, a subcomponent may perform the task and/or the component may perform the task in conjunction with other components. In various embodiments, portions of data appliance 102 are provided by one or more third parties. Depending on factors such as the amount of computing resources available to data appliance 102 , various logical components and/or features of data appliance 102 may be omitted and the techniques described herein adapted accordingly. Similarly, additional logical components/features can be included in embodiments of data appliance 102 as applicable.
- One example of a component included in data appliance 102 in various embodiments is an application identification engine which is configured to identify an application (e.g., using various application signatures for identifying applications based on packet flow analysis). For example, the application identification engine can determine what type of traffic a session involves, such as Web Browsing-Social Networking; Web Browsing-News; SSH; and so on.
- FIG. 2 B is a functional diagram of logical components of an embodiment of a data appliance.
- the example shown is a representation of logical components that can be included in data appliance 102 in various embodiments.
- various logical components of data appliance 102 are generally implementable in a variety of ways, including as a set of one or more scripts (e.g., written in Java, python, etc., as applicable).
- data appliance 102 comprises a firewall, and includes a management plane 232 and a data plane 234 .
- the management plane is responsible for managing user interactions, such as by providing a user interface for configuring policies and viewing log data.
- the data plane is responsible for managing data, such as by performing packet processing and session handling.
- Network processor 236 is configured to receive packets from client devices, such as client device 108 , and provide them to data plane 234 for processing. Whenever flow module 238 identifies packets as being part of a new session, it creates a new session flow. Subsequent packets will be identified as belonging to the session based on a flow lookup. If applicable, SSL decryption is applied by SSL decryption engine 240 . Otherwise, processing by SSL decryption engine 240 is omitted. Decryption engine 240 can help data appliance 102 inspect and control SSL/TLS and SSH encrypted traffic, and thus help to stop threats that might otherwise remain hidden in encrypted traffic. Decryption engine 240 can also help prevent sensitive content from leaving enterprise network 140 .
- Decryption can be controlled (e.g., enabled or disabled) selectively based on parameters such as: URL category, traffic source, traffic destination, user, user group, and port.
- decryption policies e.g., that specify which sessions to decrypt
- decryption profiles can be assigned to control various options for sessions controlled by the policy. For example, the use of specific cipher suites and encryption protocol versions can be required.
- Application identification (APP-ID) engine 242 is configured to determine what type of traffic a session involves. As one example, application identification engine 242 can recognize a GET request in received data and conclude that the session requires an HTTP decoder. In some cases, e.g., a web browsing session, the identified application can change, and such changes will be noted by data appliance 102 . For example a user may initially browse to a corporate Wiki (classified based on the URL visited as “Web Browsing-Productivity”) and then subsequently browse to a social networking site (classified based on the URL visited as “Web Browsing-Social Networking”). Different types of protocols have corresponding decoders 244 .
- the packets are sent to an appropriate decoder 244 .
- Decoder 244 is configured to assemble packets (which may be received out of order) into the correct order, perform tokenization, and extract out information. Decoder 244 also performs signature matching to determine what should happen to the packet.
- SSL encryption engine 246 can re-encrypt decrypted data. Packets are forwarded using a forward module 248 for transmission (e.g., to a destination).
- policies 252 are received and stored in management plane 232 .
- Policies can include one or more rules, which can be specified using domain and/or host/server names, and rules can apply one or more signatures or other matching criteria or heuristics, such as for security policy enforcement for subscriber/IP flows based on various extracted parameters/information from monitored session traffic flows.
- An interface (I/F) communicator 250 is provided for management communications (e.g., via (REST) APIs, messages, or network protocol communications or other communication mechanisms).
- security platform 122 is configured to provide a variety of services (including to data appliance 102 ), including analyzing samples (e.g., of documents, applications, etc.) for maliciousness, categorizing applications, categorizing domains/URLs/URIs, etc.
- samples e.g., of documents, applications, etc.
- categorizing applications e.g., categorizing domains/URLs/URIs, etc.
- malware 130 a malicious individual (using system 120 ) has created malware 130 .
- the malicious individual hopes that a client device, such as client device 104 , will execute a copy of malware 130 , compromising the client device, and causing the client device to become a bot in a botnet.
- the compromised client device can then be instructed to perform tasks (e.g., cryptocurrency mining, or participating in denial of service attacks) and to report information to an external entity, such as command and control (C&C) server 150 , as well as to receive instructions from C&C server 150 , as applicable.
- C&C server 150 command and control
- data appliance 102 has intercepted an email sent (e.g., by system 120 ) to a user, “Alice,” who operates client device 104 .
- a copy of malware 130 has been attached by system 120 to the message.
- data appliance 102 could intercept an attempted download by client device 104 of malware 130 (e.g., from a website).
- data appliance 102 determines whether a signature for the file (e.g., the email attachment or website download of malware 130 ) is present on data appliance 102 .
- a signature if present, can indicate that a file is known to be safe (e.g., is whitelisted), and can also indicate that the file is known to be malicious (e.g., is blacklisted).
- data appliance 102 is configured to work in cooperation with security platform 122 .
- security platform 122 can provide to data appliance 102 a set of signatures of known-malicious files (e.g., as part of a subscription). If a signature for malware 130 (e.g., an MD5 hash of malware 130 ) is included in the set of signatures, data appliance 102 can prevent the transmission of malware 130 to client device 104 accordingly (e.g., by detecting that an MD5 hash of the email attachment sent to client device 104 matches the MD5 hash of malware 130 ).
- a signature for malware 130 e.g., an MD5 hash of malware 130
- Security platform 122 can also provide to data appliance 102 a list of known malicious domains and/or IP addresses, allowing data appliance 102 to block traffic between enterprise network 140 and C&C server 150 (e.g., where C&C server 150 is known to be malicious).
- the list of malicious domains (and/or IP addresses) can also help data appliance 102 determine when one of its nodes has been compromised. For example, if client device 104 attempts to contact C&C server 150 , such attempt is a strong indicator that client 104 has been compromised by malware (and remedial actions should be taken accordingly, such as quarantining client device 104 from communicating with other nodes within enterprise network 140 ).
- Security platform 122 can also provide other types of information to data appliance 102 (e.g., as part of a subscription) such as a set of machine learning models usable by data appliance 102 to perform inline analysis of files.
- a variety of actions can be taken by data appliance 102 if no signature for an attachment is found, in various embodiments.
- data appliance 102 can fail-safe, by blocking transmission of any attachments not whitelisted as benign (e.g., not matching signatures of known good files).
- whitelist e.g., not matching signatures of known good files.
- data appliance 102 can fail-danger, by allowing transmission of any attachments not blacklisted as malicious (e.g., not matching signatures of known bad files).
- a potential drawback of this approach is that newly created malware (previously unseen by platform 122 ) will not be prevented from causing harm.
- data appliance 102 can be configured to provide the file (e.g., malware 130 ) to security platform 122 for static/dynamic analysis, to determine whether it is malicious and/or to otherwise classify it.
- a variety of actions can be taken by data appliance 102 while analysis by security platform 122 of the attachment (for which a signature is not already present) is performed.
- data appliance 102 can prevent the email (and attachment) from being delivered to Alice until a response is received from security platform 122 . Assuming platform 122 takes approximately 15 minutes to thoroughly analyze a sample, this means that the incoming message to Alice will be delayed by 15 minutes. Since, in this example, the attachment is malicious, such a delay will not impact Alice negatively.
- an alternate approach is to perform at least some real-time analysis on the attachment on data appliance 102 (e.g., while awaiting a verdict from platform 122 ). If data appliance 102 can independently determine whether the attachment is malicious or benign, it can take an initial action (e.g., block or allow delivery to Alice), and can adjust/take additional actions once a verdict is received from security platform 122 , as applicable.
- an initial action e.g., block or allow delivery to Alice
- Security platform 122 stores copies of received samples in storage 142 and analysis is commenced (or scheduled, as applicable).
- storage 142 is an Apache Hadoop Cluster (HDFS).
- HDFS Apache Hadoop Cluster
- Results of analysis (and additional information pertaining to the applications) are stored in database 146 .
- data appliances can be configured to automatically block the file download based on the analysis result.
- a signature can be generated for the malware and distributed (e.g., to data appliances such as data appliances 102 , 136 , and 148 ) to automatically block future file transfer requests to download the file determined to be malicious.
- security platform 122 comprises one or more dedicated commercially available hardware servers (e.g., having multi-core processor(s), 32G+ of RAM, gigabit network interface adaptor(s), and hard drive(s)) running typical server-class operating systems (e.g., Linux).
- Security platform 122 can be implemented across a scalable infrastructure comprising multiple such servers, solid state drives, and/or other applicable high-performance hardware.
- Security platform 122 can comprise several distributed components, including components provided by one or more third parties. For example, portions or all of security platform 122 can be implemented using the Amazon Elastic Compute Cloud (EC2) and/or Amazon Simple Storage Service (S3).
- EC2 Amazon Elastic Compute Cloud
- S3 Amazon Simple Storage Service
- security platform 122 can optionally perform static/dynamic analysis in cooperation with one or more virtual machine (VM) servers, such as VM server 124 .
- VM virtual machine
- a virtual machine server is a physical machine comprising commercially available server-class hardware (e.g., a multi-core processor, 32+ Gigabytes of RAM, and one or more Gigabit network interface adapters) that runs open source and/or commercially available virtualization software, such as Linux Kernel based Virtual Machine (KVM), VMware ESXi, Citrix XenServer, and/or Microsoft Hyper-V.
- KVM Linux Kernel based Virtual Machine
- VMware ESXi VMware ESXi
- Citrix XenServer Citrix XenServer
- Microsoft Hyper-V Microsoft Hyper-V.
- the virtual machine server is omitted.
- a virtual machine server may be under the control of the same entity that administers security platform 122 , but may also be provided by a third party.
- the virtual machine server can rely on EC2, with the remainder portions of security platform 122 provided by dedicated hardware owned by and under the control of the operator of security platform 122 .
- VM server 124 is configured to provide one or more virtual machines 126 - 128 for emulating client devices.
- the virtual machines can execute a variety of operating systems and/or versions thereof. Observed behaviors resulting from executing applications in the virtual machines are logged and analyzed (e.g., for indications that the application is malicious).
- log analysis is performed by the VM server (e.g., VM server 124 ).
- analysis is performed at least in part by other components of security platform 122 , such as a coordinator 144 .
- security platform 122 makes available the results of its analysis of samples via a list of signatures (and/or other identifiers) to data appliance 102 as part of a subscription.
- security platform 122 can periodically send a content package that identifies malware apps (e.g., daily, hourly, or some other interval, and/or based on an event configured by one or more policies).
- An example content package includes a listing of identified malware apps, with information such as a package name, a hash value for uniquely identifying the app, and a malware name (and/or malware family name) for each identified malware app.
- the subscription can cover the analysis of just those files intercepted by data appliance 102 and sent to security platform 122 by data appliance 102 , and can also cover signatures of all malware known to security platform 122 (or subsets thereof, such as just mobile malware but not other forms of malware (e.g., PDF malware)).
- Platform 122 can also make available other types of information, such as machine learning models that can help data appliance 102 detect malware (e.g., through techniques other than hash-based signature matching).
- security platform 122 is configured to provide security services to a variety of entities in addition to (or, as applicable, instead of) an operator of data appliance 102 .
- entities such as other enterprises, having their own respective enterprise networks 114 and 116 , and their own respective data appliances 136 and 148 , can contract with the operator of security platform 122 .
- Other types of entities can also make use of the services of security platform 122 .
- an Internet Service Provider (ISP) providing Internet service to client device 110 can contract with security platform 122 to analyze applications which client device 110 attempts to download.
- ISP Internet Service Provider
- the owner of client device 110 can install endpoint protection software 134 on client device 110 that communicates with security platform 122 (e.g., to receive content packages from security platform 122 , use the received content packages to check attachments in accordance with techniques described herein, and transmit applications to security platform 122 for analysis).
- endpoint protection software 134 on client device 110 that communicates with security platform 122 (e.g., to receive content packages from security platform 122 , use the received content packages to check attachments in accordance with techniques described herein, and transmit applications to security platform 122 for analysis).
- security platform 122 is configured to collaborate with one or more third party services.
- security platform 122 can provide malware scanning results (and other information, as applicable) to a third-party scanner service (e.g., VirusTotal).
- Security platform 122 can similarly incorporate information obtained from a third-party scanner service (e.g., maliciousness verdicts from entities other than security platform 122 ) into its own information (e.g., information stored in database 146 or another appropriate repository of information).
- FIG. 3 illustrates an example of logical components that can be included in a system for analyzing samples.
- Analysis system 300 can be implemented using a single device.
- the functionality of analysis system 300 can be implemented in a malware analysis module 112 incorporated into data appliance 102 .
- Analysis system 300 can also be implemented, collectively, across multiple distinct devices.
- the functionality of analysis system 300 can be provided by security platform 122 .
- analysis system 300 makes use of lists, databases, or other collections of known safe content and/or known bad content (collectively shown in FIG. 3 as collection 314 ).
- Collection 314 can be obtained in a variety of ways, including via a subscription service (e.g., provided by a third party) and/or as a result of other processing (e.g., performed by data appliance 102 and/or security platform 122 ).
- Examples of information included in collection 314 are: URLs, domain names, and/or IP addresses of known malicious servers; URLs, domain names, and/or IP addresses of known safe servers; URLs, domain names, and/or IP addresses of known command and control (C&C) domains; signatures, hashes, and/or other identifiers of known malicious applications; signatures, hashes, and/or other identifiers of known safe applications; signatures, hashes, and/or other identifiers of known malicious files (e.g., Android exploit files); signatures, hashes, and/or other identifiers of known safe libraries; and signatures, hashes, and/or other identifiers of known malicious libraries.
- URLs, domain names, and/or IP addresses of known malicious servers URLs, domain names, and/or IP addresses of known safe servers
- signatures, hashes, and/or other identifiers of known malicious applications signature
- a new sample is received for analysis (e.g., an existing signature associated with the sample is not present in analysis system 300 )
- it is added to queue 302 .
- application 130 is received by system 300 and added to queue 302 .
- Coordinator 304 monitors queue 302 , and as resources (e.g., a static analysis worker) become available, coordinator 304 fetches a sample from queue 302 for processing (e.g., fetches a copy of malware 130 ). In particular, coordinator 304 first provides the sample to static analysis engine 306 for static analysis.
- resources e.g., a static analysis worker
- static analysis engine 306 for static analysis.
- one or more static analysis engines are included within analysis system 300 , where analysis system 300 is a single device.
- static analysis is performed by a separate static analysis server that includes a plurality of workers (i.e., a plurality of instances of static analysis engine 306 ).
- the static analysis engine (implementable via a set of scripts authored in an appropriate scripting language) obtains general information about the sample, and includes it (along with heuristic and other information, as applicable) in a static analysis report 308 .
- the report can be created by the static analysis engine, or by coordinator 304 (or by another appropriate component) which can be configured to receive the information from static analysis engine 306 .
- the collected information is stored in a database record for the sample (e.g., in database 316 ), instead of or in addition to a separate static analysis report 308 being created (i.e., portions of the database record form the report 308 ).
- the static analysis engine also forms a verdict with respect to the application (e.g., “safe,” “suspicious,” or “malicious”).
- the verdict can be “malicious” if even one “malicious” static feature is present in the application (e.g., the application includes a hard link to a known malicious domain).
- points can be assigned to each of the features (e.g., based on severity if found; based on how reliable the feature is for predicting malice; etc.) and a verdict can be assigned by static analysis engine 306 (or coordinator 304 , if applicable) based on the number of points associated with the static analysis results.
- coordinator 304 locates an available dynamic analysis engine 310 to perform dynamic analysis on the application.
- analysis system 300 can include one or more dynamic analysis engines directly.
- dynamic analysis is performed by a separate dynamic analysis server that includes a plurality of workers (i.e., a plurality of instances of dynamic analysis engine 310 ).
- results of static analysis are provided as input to dynamic analysis engine 310 .
- the static report information can be used to help select/customize the virtual machine instance used by dynamic analysis engine 310 (e.g., Microsoft Windows 7 SP 2 vs. Microsoft Windows 10 Enterprise, or iOS 11.0 vs. iOS 12.0).
- a single dynamic analysis engine can manage all of the instances, or multiple dynamic analysis engines can be used (e.g., with each managing its own virtual machine instance), as applicable.
- actions taken by the application including network activity
- static analysis of a sample is omitted or is performed by a separate entity, as applicable.
- traditional static and/or dynamic analysis may be performed on files by a first entity. Once it is determined (e.g., by the first entity) that a given file is suspicious or malicious, the file can be provided to a second entity (e.g., the operator of security platform 122 ) specifically for additional analysis with respect to the malware's use of network activity (e.g., by a dynamic analysis engine 310 ).
- the environment used by analysis system 300 is instrumented/hooked such that behaviors observed while the application is executing are logged as they occur (e.g., using a customized kernel that supports hooking and logcat). Network traffic associated with the emulator is also captured (e.g., using pcap).
- the log/network data can be stored as a temporary file on analysis system 300 , and can also be stored more permanently (e.g., using HDFS or another appropriate storage technology or combinations of technology, such as MongoDB).
- the dynamic analysis engine (or another appropriate component) can compare the connections made by the sample to lists of domains, IP addresses, etc. ( 314 ) and determine whether the sample has communicated (or attempted to communicate) with malicious entities.
- the dynamic analysis engine stores the results of its analysis in database 316 in the record associated with the application being tested (and/or includes the results in report 312 as applicable).
- the dynamic analysis engine also forms a verdict with respect to the application (e.g., “safe,” “suspicious,” or “malicious”).
- the verdict can be “malicious” if even one “malicious” action is taken by the application (e.g., an attempt to contact a known malicious domain is made, or an attempt to exfiltrate sensitive information is observed).
- points can be assigned to actions taken (e.g., based on severity if found; based on how reliable the action is for predicting malice; etc.) and a verdict can be assigned by dynamic analysis engine 310 (or coordinator 304 , if applicable) based on the number of points associated with the dynamic analysis results.
- a final verdict associated with the sample is made based on a combination of report 308 and report 312 (e.g., by coordinator 304 ).
- malware signature generation is a unique identifier that is (ideally) constructed to only match malicious data, without matching any benign data.
- Such signatures can have a variety of formats, generally classified into three categories.
- the first type is a substring (i.e., a contiguous sequence of bytes/characters such as a piece of binary code).
- the second type is a subsequence (i.e., an ordered sequence of tokens that appear in the same order in the malware being detected).
- a generalized form of a subsequence is a regular expression.
- the third type is a combination rule.
- a combination rule signature can be viewed as a fixed set of one or more properties, each of which describes some characteristic of an analyzed sample.
- Such properties can be structural features extracted by observing the static software file (during static analysis), and can also be behavioral features determined by executing it (during dynamic analysis). Examples of properties include “corrupted PE header” (for a Windows Portable Executable file), “delayed a particular process during runtime,” “attempted to contact a particular outside address while executing,” and “sent a malformed HTTP request.” The number of all distinct properties for a given file type is finite and can be represented using a unique property identifier.
- a combination rule signature can be represented by a set of unordered and distinct properties, where each property can indicate any pre-defined characteristic. If a sample is detected by a combination signature rule as malicious, that means the sample expresses all properties contained by the signature.
- An example combination rule signature is: ⁇ “Created an executable file in the Windows system folder”, “Moved itself” ⁇ . A sample can be detected as malicious if it exhibits both of these behaviors while being analyzed.
- security platform 122 includes an automated combination rule generation system 400 that can efficiently and automatically generate combination rule signatures.
- Techniques described herein are both greedy and complete, generating higher quality signatures first, but capable of traversing all possible property combinations for a complete generation.
- optimization strategies e.g., using multi-processing and additional data structure storage
- P ⁇ p 1 , p 2 , . . . , p n ⁇ be the universe of properties.
- the security analysis procedure e.g., performed by security platform 122 .
- M ⁇ m 1 , m 2 , . . . , m x ⁇ is a list of malicious samples.
- the set of properties identified from m i can be denoted as P(m i ).
- a malware signature S refers to a combination of properties in , such that S ⁇ P(m i ) holds true for many i ⁇ [1, x], and S ⁇ P(b i ) for few i ⁇ [1, y].
- a signature S is said to hit or match a sample if the property combination is a subset of the properties identified in the sample (i.e., S hits or matches sample m i , if S ⁇ P(m i )).
- the generated signatures together should have as many malware hits as possible, and as few benign hits as possible.
- MaxSize can be that the amount of FPR caused by all signatures together should not exceed a particular threshold.
- a single threshold e.g., the minimum ratio TP/FP of a signature
- signatures are described herein in conjunction with a given sample positively having particular properties, in some embodiments, signatures also/instead convey that a sample does not have particular properties (e.g., a sample does not make use of a particular protocol).
- FIG. 4 illustrates an example of an embodiment of an automated combination rule generation system.
- security platform 122 includes automated combination rule generation system 400 .
- Components of automated combination rule generation system 400 can be implemented in a variety of ways, including as a set of one or more scripts (e.g., written in Java, python, etc., as applicable). After analysis (e.g., by an applicable static analysis engine 306 and dynamic analysis engine 310 ), a given sample (whether benign or malicious) has associated with it (e.g., stored in database 316 ) a set of properties (e.g., as obtained from the applicable static analysis report 308 and dynamic analysis report 312 ).
- a set of properties e.g., as obtained from the applicable static analysis report 308 and dynamic analysis report 312 .
- Automated combination rule generation system 400 takes, as an input dataset 402 , entries comprising those sets of properties (identified from a given sample) and a ground truth label indicating whether the sample is benign or malicious.
- security platform 122 can process a variety of different types of samples obtained from a variety of sources.
- Dataset pre-processor 404 parses input data 402 with the goal of best accelerating subsequent processing. Following that, the process of signature generation is performed by two components: a candidate signature creator 406 which creates all possible signatures within the constraints of the specified MinTP and MaxFP, and a signature refiner 408 which selects up to MaxSize signatures, with the goal of maximizing overall detection performance.
- Dataset 502 includes four malware samples and four benign samples, each with a corresponding set of properties.
- Dataset 502 includes four malware samples and four benign samples, each with a corresponding set of properties.
- One aspect of generating combination rules is to check whether the property combination, e.g., P i , is a subset of the sample properties, e.g., P(m j ).
- This unit function can be denoted as IsSubset(P i , P(m j )).
- One approach to this operation is to first hash P(m j ), and then check if each property in P i also exists in P(m j ). This approach has linear time complexity. However, this operation needs to be done for each combination and each sample, which is potentially a very large search space.
- automated combination rule generation system 400 includes a dataset pre-processor 404 that takes raw data (e.g., dataset 502 ) as input, and outputs a data format that optimizes the efficiency of subsequent processing.
- dataset pre-processor 404 takes raw data (e.g., dataset 502 ) as input, and outputs a data format that optimizes the efficiency of subsequent processing.
- pre-processing is for pre-processor 404 to convert each sample into an integer.
- Dataset pre-processor 404 first collects all
- n distinct properties from the input dataset, and then maps each property to a distinct index of 0 to n ⁇ 1.
- a mapping for dataset 502 could be ⁇ p 1 : 0, p 2 : 1, p 3 : 2, p 4 : 3 ⁇ .
- each sample property list in the input dataset can be converted to an integer, where each bit position indicates whether the property having that index exists in the sample or not.
- the resulting integerized property set for a sample can be denoted I(sample).
- integers are loaded and checked against each combination.
- Candidate signature creator 406 is configured to generate (e.g., from the output of dataset pre-processor 404 ) all possible signatures that satisfy the condition of MinTP and MaxFP.
- One approach is to enumerate all possible combinations of properties in and check each combination against all input samples by performing the unit function IsSubset.
- the time complexity of enumerating all possible combinations is O(2 n ).
- automated combination rule generation system 400 prunes combinations that do not have the potential to become signatures. Moreover, automated combination rule generation system 400 generates higher quality signatures first, allowing for early stopping.
- IsSignature(P i ) refers to a function that returns true if combination P i is a signature. It checks total malware and benign hits for P i and returns true if both: 1) IsSubset(P i , m j ) is true for at least MinTP malware samples, and 2) IsSubset(P i , b j ) is true for at most MaxFP benign samples.
- the time complexity for this function is O(x+y).
- automated combination rule generation system 400 prioritizes checking the combinations that are more likely to become signatures first.
- candidate signature creator 406 to sort all properties in using a score that indicates their ability to separate malware from benign samples.
- the score (MF-IBF, short for malware frequency-inverse benign frequency) can be computed by the number of malware samples having property p i , divided by the number of such benign samples.
- the MF-IBF scores for p 1 , p 2 , p 3 , p 4 are 3/2, 3/2, 2/1, 2/2 respectively.
- the corresponding sorted property list is: [p 3 , p 1 , p 2 , p 4 ].
- candidate signature creator 406 uses a best-first enumeration schedule with prompt pruning to generate all possible signatures that satisfy MinTP and MaxFP.
- candidate signature creator 406 divides the whole enumeration process into iterations. For each iteration, it picks one property from the sorted property list, and enumerates all new combinations. Using the list [p 3 , p 1 , p 2 , p 4 ] as an example:
- This iteration schedule encourages those combinations having higher potential to become useful signatures to be enumerated first, which gives automated combination rule generation system 400 an option to stop processing input dataset 402 early.
- a signature needs to satisfy MinTP and MaxFP at the same time. If a combination does not hit enough malware samples, none of its supersets will exceed MinTP and can be pruned. Moreover, if a combination is verified to be a signature, its supersets can be pruned as well since they will not add any unique malware coverage. Only the combinations that hit more than MinTP malicious samples and more than MaxFP benign samples need to be expanded to check their supersets. In various embodiments, the second pruning rule is loosened (e.g., if other approaches are used to generate signatures having as low an FP as possible).
- candidate signature creator 406 keeps a pruned set of combinations, and prevents any of their supersets to be checked. This can save a significant amount of useless searching.
- Signature refiner 408 is configured to select up to MS signatures, from all those generated by candidate signature creator 406 , aiming to maximize overall detection performance.
- SCORE TP/FP is used herein as a measure of detection quality. Either a higher TP or a lower FP would make the SCORE higher, indicating better detection performance.
- candidate signature creator 406 produces three signature candidates:
- This approach first sorts all signatures in based on their own SCORE , and then selects signatures one by one from the sorted list.
- the sorted signature list for the above example is:
- signature refiner 408 only adds in signatures that have higher added quality.
- P i the added- SCORE
- FIG. 6 illustrates an embodiment of a process for automatically generating combination rules.
- process 600 is performed by platform 122 , and in particular by automated combination rule generation system 400 .
- Process 600 begins at 602 when a set of properties associated with a plurality of data samples is received.
- FIG. 5 depicts an example of a dataset that can be used in conjunction with the techniques described herein.
- One way that automated combination rule generation system 400 can receive data (such as dataset 502 ) at 602 is to perform a query (e.g., of data stored in database 146 , database 316 , or another appropriate location) for samples (whether benign, malicious, both, etc.).
- a query e.g., of data stored in database 146 , database 316 , or another appropriate location
- samples whether benign, malicious, both, etc.
- candidate signature creator 406 uses techniques such as property sorting and best-first enumeration to efficiently generate candidate signatures.
- the set of candidate combination signatures is refined.
- signature refiner 408 can use a variety of approaches (e.g., based on a trade-off preference between time complexity and detection quality) in determining which signatures should be provided as output by automated combination rule generation system 400 as signatures.
- the refined set of signatures is provided as output.
- the refined set of signatures can be stored (e.g., in storage 142 , database 146 , or another appropriate location) by security platform 122 for various uses.
- security platform 122 can include such signatures along with other signatures that it provides to data appliances such as data appliances 102 , 136 , and 148 . Such appliances can then use the provided signatures to help prevent malware from compromising nodes such as client 104 or otherwise causing harm to their respective networks 140 , 114 , and 116 .
- the signature generation techniques described herein can be used for purposes other than malware detection. As one example, the techniques can be used to find property combinations from samples belonging to the same malware family for better understanding of the family. Another use case is false positive reduction. Existing malware detection techniques may cause many false positives. By generating signatures to only match benign files, such signatures can be used to designate samples as “trusted signed.” That is, any files matching benign signatures are treated as benign, regardless of other detection results.
- candidate signature creator 406 adds in a new property and enumerates its combinations with all previously added and non-pruned properties. For instance, in iteration 4, property p 4 is added, and combined with all preceding properties [p 3 , p 1 , p 2 ]. The enumeration procedure for this iteration can be divided further:
- the time complexity of a naive approach is up to 2 n ⁇ (x+y).
- the approach can be sped up through paralleling 2 n and reducing (x+y).
- the candidates to validate can be expanded from one step above. For instance, candidates ⁇ p 4 , p 3 , p 1 ⁇ and ⁇ p 4 , p 3 , p 2 ⁇ are expanded from ⁇ p 4 , p 3 ⁇ , and ⁇ p 4 , p 3 , p 1 , p 2 ⁇ is expanded from ⁇ p 4 , p 3 , p 1 ⁇ .
- a children-combo can only hit a subset of samples of its parent-combo. Therefore, one optimization is to store the hit sample identifiers of each combination to be expanded, and pass those to its children-combos, in replacement of the whole dataset to check for IsSubset.
- an additional data structure for the input dataset can be stored during pre-processing: for each property p i , store all malicious and benign sample-identifiers that contain this property.
- p i store all malicious and benign sample-identifiers that contain this property.
- the following can be stored ⁇ p 1 : ⁇ m: ⁇ m 1 , m 3 , m 4 ⁇ , b: ⁇ b 3 , b 4 ⁇ , . . . p 3 : ⁇ m: ⁇ m 2 , m 3 ⁇ , b: (b 4 ⁇ , . . . ⁇ .
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Virology (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
-
- MinTP: each signature S should hit at least a minimum number of malicious samples mi, i.e., TP(S)≥MinTP.
- MaxFP: each signature S should hit at most a maximum number of benign samples bi, i.e., FP(S)≤MaxFP.
- MaxSize (MS): the total number of malware signatures S should not exceed a certain value, MaxSize.
I(m1)=112, I(m2)=1102, I(m3)=11012, I(m4)=10112;
and I(b1)=102, I(b2)=10102, I(b3)=10012, I(b 4)=1012.
-
- Iteration 1: add new property p3, enumerate {p3}.
- Iteration 2: add new property p1, enumerate {p1}, {p1, p3}.
- Iteration 3: add new property p2, enumerate {p2}, {p2, p1}, {p2, p3}, {p2, p1, p3}.
- Iteration 4: add new property p4, enumerate {p4}, {p4, p3}, . . . , {p4, p3, p1}, . . . , {p4, p3, p1, p2}
-
- Iteration 1: check {p3} via IsSignature({p3}); {p3} hits two malware samples and one benign sample→signature.
- Iteration 2: check {p1}: TP=3 and FP=2→expand; prune {p1, p3} because it is a superset of {p3}.
- Iteration 3: check {p2}: TP=3 and FP=2 →expand; further check {p2, p1}: TP=2 and FP=0→signature; prune all other combinations for being supersets of {p3}.
- Iteration 4: check {p4}: TP=2 and FP=2→expand; check {p4, p1}: TP=2 and FP=1→signature; {p4, p2}: TP=1<MinTP→prune. Others are pruned for being supersets.
-
- 1) {p3}: TP={m2, m3}, FP={b4},
- 2) {p2, p1}: TP={m1, m4}, FP={};
- 3) {p4, p1}: TP={m3, m4}, FP={b3}.
-
- 1) {p2, p1}:
SCORE =INF; - 2) {p3}:
SCORE =2; - 3) {p4, p1}:
SCORE =2.
- 1) {p2, p1}:
of the first approach.
D. Example Process
-
- Step 1: add new property p4 and validate {p4};
- Step 2: validate {p4, p3}, {p4, p1}, {p4, p2} if not pruned, and add it to prune set if necessary;
- Step 3: validate {p4, p3, p1}, {p4, p3, p2}, {p4, p1, p2} if not pruned, and add it to prune set if necessary;
- Step 4: validate {p4, p3, p1, p2} if not pruned, and add it to prune set if necessary.
Claims (25)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US18/217,273 US12261876B2 (en) | 2021-01-29 | 2023-06-30 | Combination rule mining for malware signature generation |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US202163143533P | 2021-01-29 | 2021-01-29 | |
US17/364,102 US11743286B2 (en) | 2021-01-29 | 2021-06-30 | Combination rule mining for malware signature generation |
US18/217,273 US12261876B2 (en) | 2021-01-29 | 2023-06-30 | Combination rule mining for malware signature generation |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/364,102 Continuation US11743286B2 (en) | 2021-01-29 | 2021-06-30 | Combination rule mining for malware signature generation |
Publications (2)
Publication Number | Publication Date |
---|---|
US20230344861A1 US20230344861A1 (en) | 2023-10-26 |
US12261876B2 true US12261876B2 (en) | 2025-03-25 |
Family
ID=82612897
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/364,102 Active 2041-11-11 US11743286B2 (en) | 2021-01-29 | 2021-06-30 | Combination rule mining for malware signature generation |
US18/217,273 Active US12261876B2 (en) | 2021-01-29 | 2023-06-30 | Combination rule mining for malware signature generation |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/364,102 Active 2041-11-11 US11743286B2 (en) | 2021-01-29 | 2021-06-30 | Combination rule mining for malware signature generation |
Country Status (1)
Country | Link |
---|---|
US (2) | US11743286B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12177181B2 (en) * | 2021-08-31 | 2024-12-24 | Palo Alto Networks, Inc. | Automatic network signature generation |
US11601451B1 (en) * | 2022-05-15 | 2023-03-07 | Uab 360 It | Optimized analysis for detecting harmful content |
US20250088366A1 (en) * | 2023-09-13 | 2025-03-13 | Autobrains Technologies Ltd | Automatically Validating of Signatures for Object Detection |
US20250097047A1 (en) * | 2023-09-19 | 2025-03-20 | Nio Technology (Anhui) Co., Ltd. | Systems and methods of securing vehicle services from denial-of-service attacks using dynamic signature |
Citations (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110271341A1 (en) * | 2010-04-28 | 2011-11-03 | Symantec Corporation | Behavioral signature generation using clustering |
US20130246371A1 (en) | 2009-01-13 | 2013-09-19 | Mcafee, Inc. | System and Method for Concept Building |
US20150096021A1 (en) | 2013-09-30 | 2015-04-02 | Symantec Corporation | Method and system for metadata driven testing of malware signatures |
US20150172303A1 (en) * | 2013-12-16 | 2015-06-18 | Cincinnati Bell, Inc. | Malware Detection and Identification |
US20150180890A1 (en) * | 2013-12-19 | 2015-06-25 | Microsoft Corporation | Matrix factorization for automated malware detection |
US9165142B1 (en) * | 2013-01-30 | 2015-10-20 | Palo Alto Networks, Inc. | Malware family identification using profile signatures |
US20160088012A1 (en) * | 2013-09-23 | 2016-03-24 | New York University | System, method and computer-accessible medium for deterrence of malware |
US20160381042A1 (en) * | 2015-06-29 | 2016-12-29 | Fortinet, Inc. | Emulator-based malware learning and detection |
US20170091451A1 (en) | 2015-09-25 | 2017-03-30 | AVAST Software s.r.o. | Creating rules describing malicious files based on file properties |
US20170154182A1 (en) | 2015-11-30 | 2017-06-01 | International Business Machines Corporation | System, method and apparatus for usable code-level statistical analysis with applications in malware detection |
US9710646B1 (en) * | 2013-02-26 | 2017-07-18 | Palo Alto Networks, Inc. | Malware detection using clustering with malware source information |
US20170255776A1 (en) * | 2014-12-23 | 2017-09-07 | Mcafee, Inc. | Discovery of malicious strings |
US9762593B1 (en) * | 2014-09-09 | 2017-09-12 | Symantec Corporation | Automatic generation of generic file signatures |
US9805312B1 (en) * | 2013-12-13 | 2017-10-31 | Google Inc. | Using an integerized representation for large-scale machine learning data |
US20180124082A1 (en) | 2016-10-20 | 2018-05-03 | New York University | Classifying logins, for example as benign or malicious logins, in private networks such as enterprise networks for example |
US9992214B1 (en) * | 2016-03-28 | 2018-06-05 | Palo Alto Networks, Inc. | Generating malware signatures based on developer fingerprints in debug information |
US20180212998A1 (en) * | 2017-01-23 | 2018-07-26 | ShieldX Networks, Inc. | Updating computer security threat signature libraries based on computing environment profile information |
US20190104139A1 (en) * | 2017-10-04 | 2019-04-04 | Palo Alto Networks, Inc. | Generation of malware traffic signatures using natural language processing by a neural network |
US20190199736A1 (en) * | 2017-10-12 | 2019-06-27 | Charles River Analytics, Inc. | Cyber vaccine and predictive-malware-defense methods and systems |
US20190213489A1 (en) | 2015-03-31 | 2019-07-11 | Palo Alto Networks, Inc. | Data blaming |
US20190228151A1 (en) * | 2018-01-25 | 2019-07-25 | Mcafee, Llc | System and method for malware signature generation |
US10432648B1 (en) * | 2017-08-28 | 2019-10-01 | Palo Alto Networks, Inc. | Automated malware family signature generation |
US20190342308A1 (en) | 2018-05-02 | 2019-11-07 | Sri International | Method of malware characterization and prediction |
US20190354682A1 (en) * | 2018-05-15 | 2019-11-21 | International Business Machines Corporation | Detecting malicious executable files by performing static analysis on executable files' overlay |
US10581888B1 (en) | 2017-07-31 | 2020-03-03 | EMC IP Holding Company LLC | Classifying software scripts utilizing deep learning networks |
US20220070219A1 (en) | 2020-08-27 | 2022-03-03 | Trust Ltd. | Methods and systems for preventing malicious activity in a computer system |
US20220417255A1 (en) | 2019-12-02 | 2022-12-29 | Pago Networks, Inc. | Managed detection and response system and method based on endpoints |
US11863586B1 (en) * | 2022-08-30 | 2024-01-02 | Palo Alto Networks, Inc. | Inline package name based supply chain attack detection and prevention |
-
2021
- 2021-06-30 US US17/364,102 patent/US11743286B2/en active Active
-
2023
- 2023-06-30 US US18/217,273 patent/US12261876B2/en active Active
Patent Citations (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130246371A1 (en) | 2009-01-13 | 2013-09-19 | Mcafee, Inc. | System and Method for Concept Building |
US20110271341A1 (en) * | 2010-04-28 | 2011-11-03 | Symantec Corporation | Behavioral signature generation using clustering |
US9165142B1 (en) * | 2013-01-30 | 2015-10-20 | Palo Alto Networks, Inc. | Malware family identification using profile signatures |
US9710646B1 (en) * | 2013-02-26 | 2017-07-18 | Palo Alto Networks, Inc. | Malware detection using clustering with malware source information |
US20160088012A1 (en) * | 2013-09-23 | 2016-03-24 | New York University | System, method and computer-accessible medium for deterrence of malware |
US20150096021A1 (en) | 2013-09-30 | 2015-04-02 | Symantec Corporation | Method and system for metadata driven testing of malware signatures |
US9805312B1 (en) * | 2013-12-13 | 2017-10-31 | Google Inc. | Using an integerized representation for large-scale machine learning data |
US20150172303A1 (en) * | 2013-12-16 | 2015-06-18 | Cincinnati Bell, Inc. | Malware Detection and Identification |
US20150180890A1 (en) * | 2013-12-19 | 2015-06-25 | Microsoft Corporation | Matrix factorization for automated malware detection |
US9762593B1 (en) * | 2014-09-09 | 2017-09-12 | Symantec Corporation | Automatic generation of generic file signatures |
US20170255776A1 (en) * | 2014-12-23 | 2017-09-07 | Mcafee, Inc. | Discovery of malicious strings |
US20190213489A1 (en) | 2015-03-31 | 2019-07-11 | Palo Alto Networks, Inc. | Data blaming |
US20160381042A1 (en) * | 2015-06-29 | 2016-12-29 | Fortinet, Inc. | Emulator-based malware learning and detection |
US20170091451A1 (en) | 2015-09-25 | 2017-03-30 | AVAST Software s.r.o. | Creating rules describing malicious files based on file properties |
US20170154182A1 (en) | 2015-11-30 | 2017-06-01 | International Business Machines Corporation | System, method and apparatus for usable code-level statistical analysis with applications in malware detection |
US9992214B1 (en) * | 2016-03-28 | 2018-06-05 | Palo Alto Networks, Inc. | Generating malware signatures based on developer fingerprints in debug information |
US20180124082A1 (en) | 2016-10-20 | 2018-05-03 | New York University | Classifying logins, for example as benign or malicious logins, in private networks such as enterprise networks for example |
US20180212998A1 (en) * | 2017-01-23 | 2018-07-26 | ShieldX Networks, Inc. | Updating computer security threat signature libraries based on computing environment profile information |
US10581888B1 (en) | 2017-07-31 | 2020-03-03 | EMC IP Holding Company LLC | Classifying software scripts utilizing deep learning networks |
US10432648B1 (en) * | 2017-08-28 | 2019-10-01 | Palo Alto Networks, Inc. | Automated malware family signature generation |
US20190364062A1 (en) * | 2017-08-28 | 2019-11-28 | Palo Alto Networks, Inc. | Automated malware family signature generation |
US20190104139A1 (en) * | 2017-10-04 | 2019-04-04 | Palo Alto Networks, Inc. | Generation of malware traffic signatures using natural language processing by a neural network |
US20190199736A1 (en) * | 2017-10-12 | 2019-06-27 | Charles River Analytics, Inc. | Cyber vaccine and predictive-malware-defense methods and systems |
US20190228151A1 (en) * | 2018-01-25 | 2019-07-25 | Mcafee, Llc | System and method for malware signature generation |
US20190342308A1 (en) | 2018-05-02 | 2019-11-07 | Sri International | Method of malware characterization and prediction |
US20190354682A1 (en) * | 2018-05-15 | 2019-11-21 | International Business Machines Corporation | Detecting malicious executable files by performing static analysis on executable files' overlay |
US20220417255A1 (en) | 2019-12-02 | 2022-12-29 | Pago Networks, Inc. | Managed detection and response system and method based on endpoints |
US20220070219A1 (en) | 2020-08-27 | 2022-03-03 | Trust Ltd. | Methods and systems for preventing malicious activity in a computer system |
US11863586B1 (en) * | 2022-08-30 | 2024-01-02 | Palo Alto Networks, Inc. | Inline package name based supply chain attack detection and prevention |
Non-Patent Citations (56)
Title |
---|
Adebayo et al., Improved Malware Detection Model with Apriori Association Rule and Particle Swarm Optimization, Security and Communication Networks, 2019, vol. 2019. |
Afek et al., Automated Signature Extraction for High Volume Attacks, 2013. |
Agarwal et al., A Tree Projection Algorithm for Generation of Frequent Itemsets, Journal of Parallel and Distributed Computing, 2001. |
Agrawal et al., Fast Algorithms for Mining Association Rules, Proc. 20th Int. Conf. Very Large Data Bases, 1994, pp. 487-499, vol. 1215. |
Alhanahnah et al., Efficient Signature Generation for Classifying Cross-Architecture IoT Malware, 2018 IEEE Conference on Communications and Network Security (CNS), 2018, pp. 1-9. |
Aslan et al., A Comprehensive Review on Malware Detection Approaches, IEEE Access, 2020, pp. 6249-6271, vol. 8. |
Atzeni et al., Countering Android Malware: A Scalable Semi-Supervised Approach for Family-Signature Generation, IEEE Access 6, 2018, vol. 6, pp. 59540-59556. |
Bayer et al., Scalable, Behavior-Based Malware Clustering, 2009. |
Brumley et al., Towards Automatic Generation of Vulnerability-Based Signatures, 2006 IEEE Symposium on Security and Privacy (S&P'06), 2006. |
Chee et al., Algorithms for Frequent Itemset Mining: A Literature Review, Artificial Intelligence Review 52, 2019, pp. 2603-2621. |
Chen et al., XGBoost: A Scalable Tree Boosting System, KDD '16, Aug. 13-17, 2016, 785-794, San Francisco, CA, USA. |
David et al., DeepSign: Deep Learning for Automatic Malware Signature Generation and Classification, International Joint Conference on Neural Networks (IJCNN), Jul. 2015, pp. 1-8. |
Ding et al., A Fast Malware Detection Algorithm Based on Objective-Oriented Association Mining, Computers & Security 39, 2013, pp. 315-324. |
Dolan-Gavitt et al., Robust Signatures for Kernel Data Structures, CCS'09, Nov. 2009. |
Doll et al., Automated Pattern Inference Based on Repeatedly Observed Malware Artifacts, Proceedings of the 14th International Conference on Availability, Reliability and Security, 2019, pp. 1-10. |
El-Hajj et al., COFI-tree Mining: A New Approach to Pattern Growth with Reduced Candidacy Generation, Workshop on Frequent Itemset Mining Implementations (FIMI'03) in conjunction with IEEE-ICDM, 2003. |
Griffin et al., Automatic Generation of String Signatures for Malware Detection, International Workshop on Recent Advances in Intrusion Detection, 2009, pp. 101-120. |
Han et al., Mining Frequent Patterns without Candidate Generation, ACM Sigmod Record, 2000. |
Hoseini et al., A New Algorithm for Mining Frequent Patterns in CAN tree, 2nd International Conference on Knowledge-Based Engineering and Innovation (KBEI), 2015. |
Karin Ask, Automatic Malware Signature Generation, Oct. 16, 2006. |
Kaur et al., Hybrid Intrusion Detection and Signature Generation Using Deep Recurrent Neural Networks, Neural Computing and Applications (2020), 2020, pp. 7859-7877. |
Kephart et al., Automatic Extraction of Computer Virus Signatures, Proceedings of the 4th Virus Bulletin International Conference, 1994, pp. 179-194, Abingdon, England. |
Kim et al., Autograph: Toward Automated Distributed Worm Signature Detection, USENIX Security Symposium, 2004. |
Kodinariya et al., Review on Determining Number of Cluster in K-Means Clustering, International Journal of Advance Research in Computer Science and Management Studies, Nov. 2013, vol. 1, No. 6, pp. 90-95. |
Kolbitsch et al., Effective and Efficient Malware Detection at the End Host, 18th USENIX Security Symposium, 2009, pp. 351-398. |
Lee et al., LARGen: Automatic Signature Generation for Malwares Using Latent Dirichlet Allocation, IEEE Transactions on Dependable and Secure Computing, 2018, vol. 15, No. 5, pp. 771-783. |
Lee et al., Learning Patterns from Unix Process Execution Traces for Intrusion Detection, AAAI Technical Report WS-97-07, 1997. |
Li et al., AGIS: Towards Automatic Generation of Infection Signatures, 2008 IEEE International Conference on Dependable Systems and Networks With FTCS and DCC (DSN), 2008, pp. 237-246. |
Liang et al., Fast and Automated Generation of Attack Signatures: A Basis for Building Self-Protecting Servers, CCS'05, 2005. |
Liu et al., Integrating Classification and Association Rule Mining, KDD-98 Proceedings, 1998. |
Luca Cetro, Automatic Malware Signature Generation, Master Thesis, Oct. 2018. |
Luca Mannella, Heuristics and Evolutionary Algorithms for Android Malware Signature Optimization, Apr. 2018. |
Mohammed J. Zaki, Scalable Algorithms for Association Mining, IEEE Transactions on Knowledge and Data Engineering, 2000. |
Naderi et al., Malware Signature Generation Using Locality Sensitive Hashing, CCIS, 2019, pp. 115-124, vol. 939. |
Nahmias et al., Deep Feature Transfer Learning for Trusted and Automated Malware Signature Generation in Private Cloud Environments, Neural Networks 124 (2020), 2020, pp. 243-257. |
Naidu et al., Exploring the Effects of Gap-Penalties in Sequence-Alignment Approach to Polymorphic Virus Detection, Journal of Information Security, 2017, pp. 293-327. |
Naidu et al., Generating Rule-Based Signatures for Detecting Polymorphic Variants Using Data Mining and Sequence Alignment Approaches, Journal of Information Security, 2018, pp. 265-298. |
Newsome et al., Polygraph: Automatically Generating Signatures for Polymorphic Worms, 2005 IEEE Symposium on Security and Privacy (S&P'05), 2005. |
Olawale Surajudeen Adebayo, Android-Based Malware Classification Using Apriori Algorithm with Particle Swarm Optimization, Jan. 2017. |
Park et al., Towards Automated Application Signature Generation for Traffic Identification, 2008 IEEE, 2008, pp. 160-167. |
Perdisci et al., Behavioral Clustering of HTTP-Based Malware and Signature Generation Using Malicious Network Traces, NSDI, 2010, vol. 10. 14. |
Pyun et al., Efficient Frequent Pattern Mining Based on Linear Prefix tree, Knowledge-Based Systems 55 (2014), 2014, pp. 125-139. |
Shabtai et al., F-Sign: Automatic, Function-Based Signature Generation for Malware, IEEE Transactions on Systems, Man, and Cybernetics—Part C: Applications and Reviews, Jul. 2011, vol. 41, No. 4, pp. 494-508. |
Song et al., A Transaction Mapping Algorithm for Frequent Itemsets Mining, IEEE Transactions on Knowledge and Data Engineering, 2006. |
Starov et al., Detecting Malicious Campaigns in Obfuscated JavaScript with Scalable Behavioral Analysis, 2019 IEEE Security and Privacy Workshops (SPW), 2019, pp. 218-223. |
Tahan et al., Auto-Sign: An Automatic Signature Generator for High-Speed Malware Filtering Devices, Journal in Computer Virology 6, 2010, pp. 91-103. |
Venkataraman et al., Limits of Learning-based Signature Generation with Adversaries, 2008. |
Wressnegger et al., Automatically Inferring Malware Signatures for Anti-Virus Assisted Attacks, Asia CCS '17, Apr. 2017, pp. 587-598. |
Xin Hu, Large-Scale Malware Analysis, Detection, and Signature Generation, 2011. |
Yang et al., Automatically Generating Malware Summary Using Semantics Behavior Graphs (SBGs), 2020 Information Communication Technologies Conference, 2020, pp. 282-291. |
Ye et al., An Intelligent PE-Malware Detection System Based on Association Mining, Journal in Computer Virology, Nov. 2008. |
Ye et al., CIMDS: Adapting Postprocessing Techniques of Associative Classification for Malware Detection, IEEE Transactions on Systems, Man, and Cybernetics—Part C: Applications and Reviews, May 2010, pp. 298-307, vol. 40, No. 3. |
Ye, Yangfang, et al. "IMDS: Intelligent malware detection system." Proceedings of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2007. |
Yutaka Sasaki, The Truth of the F-Measure, Oct. 26, 2007. |
Zand et al., Extracting Probable Command and Control Signatures for Detecting Botnets, SAC'14, 2014. |
Zhu et al., Measuring and Modeling the Label Dynamics of Online Anti-Malware Engines, Proceedings of the 29th USENIX Security Symposium, Aug. 2020, pp. 2361-2378. |
Also Published As
Publication number | Publication date |
---|---|
US20220247758A1 (en) | 2022-08-04 |
US11743286B2 (en) | 2023-08-29 |
US20230344861A1 (en) | 2023-10-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11783035B2 (en) | Multi-representational learning models for static analysis of source code | |
US11816214B2 (en) | Building multi-representational learning models for static analysis of source code | |
US11636208B2 (en) | Generating models for performing inline malware detection | |
US20250047694A1 (en) | Inline malware detection | |
US12261876B2 (en) | Combination rule mining for malware signature generation | |
US11863571B2 (en) | Context profiling for malware detection | |
US12174959B2 (en) | Method and system for automatically generating malware signature | |
US11863586B1 (en) | Inline package name based supply chain attack detection and prevention | |
US20240396908A1 (en) | Deep learning pipeline to detect malicious command and control traffic | |
US20230342461A1 (en) | Malware detection for documents using knowledge distillation assisted learning | |
US20250071095A1 (en) | Automatic network signature generation | |
US20220245249A1 (en) | Specific file detection baked into machine learning pipelines | |
US20240176869A1 (en) | Dependency emulation for executable samples | |
US20230344867A1 (en) | Detecting phishing pdfs with an image-based deep learning approach | |
KR102676386B1 (en) | Inline malware detection | |
US12107831B2 (en) | Automated fuzzy hash based signature collecting system for malware detection | |
US20240388600A1 (en) | Deep learning for malicious image file detection | |
US20240333759A1 (en) | Inline ransomware detection via server message block (smb) traffic | |
US20250023912A1 (en) | Platform-agnostic saas platform phishing url recognition | |
US20250141894A1 (en) | Machine learning for prioritizing traffic in multi-purpose inline cloud analysis (mica) to enhance malware detection | |
US20230342460A1 (en) | Malware detection for documents with deep mutual learning |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |