The present invention relates to an analysis device, an analysis method, and an analysis program.
Conventionally, there is a known technology for acquiring, based on pages browsed by users, a combination of transition information formed by functions of the search, product lists, purchases, and the like included in the subject page as feature values and predicts behaviors of the user who use Websites. In this technology, by performing clustering and learning of users based on the feature values, users having similar browsing behavior patterns are provided or browsing behaviors of users are predicted from the browsing behavior patterns (for example, Patent Literature 1).
However, in the conventional technology, there is a problem in that it is difficult to detect abnormal behaviors of users or impersonation of users.
For example, because the conventional technology has only a function of extracting similar browsing behavior patterns, it is difficult to detect an abnormal behavior dissimilar to the behavior patterns of any other users. Furthermore, because there is no function of comparing with the own past behavior patterns, it is difficult to detect impersonation due to a result of having impersonated even if an unusual behavior pattern that is different from the normal pattern is taken.
To solve a problem and to achieve an object, an analysis device includes:
An analysis method performed by an analysis device, the analysis method includes:
An analysis program that causes a computer to execute a process includes:
According to the present invention, it is possible to detect abnormal behaviors of users or impersonation of users.
Preferred embodiments of an analysis device, an analysis method, and an analysis program according to the present invention will be described in detail below with reference to the accompanying drawings. Furthermore, the present invention is not limited to the embodiments. Furthermore, each of the embodiments can appropriately be used in any appropriate combination.
First, the configuration, the flow of processes, and effects of the analysis device according to the first embodiment will be described.
First, the configuration of the analysis device according to the first embodiment will be described with reference to
The processes performed by the analysis device 10 can be divided into a learning phase and a determination phase. In the learning phase, profiles are created based on input access logs. In the determination phase, determination of the access logs is performed by using the profiles created in the learning phase. First, the process performed, in the learning phase, by each of the functioning units in the analysis device 10 will be described.
(Learning Phase)
The input unit 101 receives data, as learning purpose data, in which requests made to a server by a user are represented in a time series. The format of inputting the data to be input to the input unit 101 is data that is obtained by capturing a packet of the communication content exchanged with a server or is access logs to a server.
Furthermore, in the data that is input to the input unit 101, information, such as the time, a request, a session ID, the source IP address, needed to construct request information for each user may be included. In the embodiment, it is assumed that access logs are input to the input unit 101 and the access logs that are input to the input unit 101 will be described with reference to
As illustrated in
Furthermore, a method of providing input data to the input unit 101 may be performed by using a batch process that collectively passes logs in a plurality of lines or by using a real time process that passes a log for each line and performs a process each time. In the following, a description will be given of a case, as an example, in which input data is provided to the input unit 101 by a batch process; however, the process may also be performed by using a real time process.
The shaping unit 102 excludes, from among pieces of data received by the input unit 101, data that satisfies a predetermined condition and, furthermore, edits the data, which was not excluded, by using a predetermined process. Specifically, the shaping unit 102 removes data that satisfies a certain condition from the access logs. The shaping unit 102 may also remove, for example “data that matches regular expression ‘.*\jpg$|.*\.gif$’”. In this case, a request that ends with “.jpg” or “.gif”, i.e., a request about acquiring a picture file can be removed. Consequently, a request that is automatically acquired by a browser, such as a request for acquiring a picture file, can be removed and only the request about a behavior of a user can be extracted as a processing target, which makes it possible to improve the accuracy of analyzing behaviors.
Furthermore, the shaping unit 102 may also perform the following processes i) to iii) on a request. Consequently, it is possible to perform behavior analysis associated with the configuration of a site and, thus, an improvement in the accuracy of analysis of behaviors can be expected.
i) Normalize a path at a hierarchy . . . normalize the path hierarchy divided by “/” in an URL at a previously defined hierarchy.
Example) A case of normalizing at a third hierarchy: /news/domestic/sports/soccer/index.html⇒/news/domestic/sports
ii) Substitution based on regular expression . . . substitute an URL for the pattern of the specified regular expression.
Example) A case of substituting the numeric value with three or more digits for “%NUM”: /foo/bar/abc20151101⇒/foo/bar/abc%NUM
iii) Removal of a query string . . . delete the parameter after “?” in an URL
Example) /foo/bar/index.html?id-taro&info=xyz⇒/foo/bar/index.html
The classifying unit 103 classifies the data received by the input unit 101 for each user who made the requests. Specifically, the classifying unit 103 classifies access logs received by the input unit 101 for each user who generates the access logs and constructs request information. Furthermore, if the access logs are being shaped by the shaping unit 102, the classifying unit 103 classifies the data edited by the shaping unit 102 for each user who made the requests. As illustrated in
As illustrated in
Furthermore, as illustrated in
Furthermore, for example, as illustrated in
For example, the access log of No. 1 from among the access logs on the server illustrated in
Furthermore, the authentication log of No. 1 from among the authentication logs illustrated in
At this time, the classifying unit. 103 associates the authentication logs with the access logs based on the session ID and then classifies the access logs for each user ID. For example, as illustrated in
The learning unit 104 extracts, from among pieces of learning purpose data classified by the classifying unit 103, consecutive n requests as feature values of the learning purpose data, performs learning by using the feature values of the learning purpose data, and creates a profile for each user.
The learning unit 104 extracts the feature values from the access logs that were classified for each user by the classifying unit 103, performs learning by using the feature values, and creates a profile for each user. The learning unit 104 extracts, as illustrated in
The learning unit 104 extracts, as illustrated in
For example, the learning unit 104 extracts, as n−2, the requests of No. 1 and No. 2 (GET /page1 and GET /page2), the requests of No. 2 and No. 3 (GET /page2 and GET /page3), the requests of No. 3 and No. 4 (GET /page3 and GET /page4), and the like as the feature values.
Furthermore, the learning unit 104 extracts, as illustrated in
For example, the learning unit 104 extracts, as n=2, the requests of No. 1 and No. 2 and the time intervals (GET /page1, GET /page2, and 60 s), the requests of No. 2 and No. 3 and the time intervals (GET /page2, GET /page3, and 15 s), the requests of No. 3 and No. 4 and the time intervals (GET /page3, GET /page4, and 55 s), and the like as the feature values.
Furthermore, the feature values extracted by the learning unit 104 are not limited to the transition order of pages and the transition time intervals of pages may also be, for example, the number of types of pages appearing in the requests. Furthermore, the learning unit. 104 may also use a plurality of feature values in combination.
For example, when the learning unit 104 extracts the transition order of pages as the feature values, the learning unit 104 may also further count the number of each of the extracted feature values and use the counted number as new feature values. Furthermore, the learning unit 104 may also use presence or absence of the feature values for each of the extracted feature values represented by I/O as feature values. Furthermore, the learning unit 104 may also use, at transition time intervals of pages, the values of the time intervals as the feature values without processing anything or may also use the average value of the transition time between a plurality of requests as feature values.
The learning unit 104 gives the extracted feature values to the algorithm of machine learning, performs learning in accordance with the algorithm, creates or updates a profile for each user, and stores the profiles in the storage unit 107.
The algorithm of the machine learning used for the learning may be performed by an existing machine learning library, such as Jubatus (a reference: jubat.us or scikit-learn (a reference: scikit-learn.org), and any method may be used. For example, when using the algorithm of a classifier, the learning unit 104 performs learning on the feature values of a certain user (User 1) as the data to be classified as the user of the “User 1” and stores the created learning model in the storage unit 107 as an individual profile of the user 1.
(Determination Phase)
In the determination phase, the input unit 101, the shaping unit 102, and the classifying unit 103 perform the same processes as those performed in the learning phase and construct request information. Furthermore, the determination unit 105 extracts, similarly to the learning unit 104, feature values from the request information on the determination target. The determination unit 105 determines, in accordance with the algorithm of the machine learning, by using the user individual profile of the subject user stored in the storage unit 107, whether the input access log is abnormal that deviates from the profile of the subject user.
The input unit 101 receives, as determination target data, an input of data in which requests made to the server by a user are represented in a time series. Furthermore, in the determination phase, the access log of the determination target input to the input unit 101 may also be the access logs that are input in the learning phase or the access logs that are not input in the learning phase. For example, in the determination phase, in the input unit 101, the access logs on the day on which determination is performed are input, whereas, in the learning phase, the access logs stored until the day before the day on which determination is performed are input.
The determination unit 105 extracts, from among the pieces of determination target data classified by the classifying unit 103, the consecutive n requests as the feature values of the determination target data and determines, based on the feature values of the determination target data and the profiles created by the learning unit 104, whether the determination target data is abnormal. Then, the output unit 106 outputs the determination result obtained by the determination unit 105. Furthermore, any type or method may be used for the algorithm of the machine learning used by the determination unit 105, similarly to the learning unit 104.
A learning process performed in the learning phase by the analysis device 10 will be described with reference to
Then, the classifying unit 103 classifies the access logs for each user (Step S102) and constructs request information for each user (Step S103). Then, the learning unit 104 extracts feature values from the request information (Step S104), performs learning based on the extracted feature values, and creates a profile for each user (Step S105).
A determination process in the determination phase performed by the analysis device 10 will be described with reference to
Then, the classifying unit 103 classifies the access logs for each user (Step S152) and constructs request information for each user (Step S153). Then, the determination unit 105 extracts feature values from the request information (Step S154) and performs, based on the extracted feature values, determination of the request information by using the profile for each user created in the learning process (Step S155). Then, the output unit 106 outputs the determination result (Step S156).
The input unit 101 receives, as the learning purpose data and the determination target data, an input of data in which requests made to a server by a user are represented in a time series. Furthermore, the classifying unit 103 classifies the data received by the input unit 101 for each user who made the requests. Then, the learning unit 104 extracts, from the learning purpose data classified by the classifying unit 103, consecutive n requests as the feature values of the learning purpose data; performs learning by using the feature values of learning purpose data; and creates a profile for each user. Furthermore, the determination unit 105 extracts, from the determination target data classified by the classifying unit 103, consecutive n requests as feature values of the determination target data; and determines, based on the feature values of the determination target data and based on the profiles created by the learning unit 104, whether the determination target data is abnormal.
Consequently, for example, because the behavior of the user of the determination target can be compared with a user individual profile obtained by performing the learning of the past behaviors of the subject user, it is possible to detect an abnormal behavior of a user or impersonation of a user.
Furthermore, the shaping unit 102 excludes, from among pieces of data received by the input unit 101, the data that satisfies a predetermined condition and, furthermore, edits the data, which was not excluded, by using a predetermined process. Then, the classifying unit 103 classifies the data edited by the shaping unit 102 for each user who made the requests. Consequently, it is possible to extract only the requests related to the behaviors of a user as the processing targets, thus improving the analysis accuracy.
In the first embodiment, user individual profiles are created and determination of the access logs was performed by using the created user individual profiles. In contrast, in a second embodiment, an average profile of all of the users is created based on the user individual profiles and determination of abnormal user is performed based on the average profile of all of the users.
The analysis device 10 according to the second embodiment includes the same functioning units as those included in the analysis device 10 according to the first embodiment. Furthermore, the process performed by the analysis device 10 according to the second embodiment can be divided into, similarly to the first embodiment, a learning phase and a determination phase.
(Learning Phase)
In the second embodiment, in the learning phase, the processes performed by the input unit 101, the shaping unit 102, and the classifying unit 103 are the same as those performed in the first embodiment. Furthermore, the learning unit 104 extracts, as illustrated in
A method of creating the average profile from individual profiles performed by the learning unit 104 is different in accordance with the algorithm of the machine learning to be used or the format of the profile. For example, if the profiles are data formed of a probability of occurrence for each feature value, the learning unit 104 calculates an average value of all of the users of the probability of occurrence of each of the feature values included in the profile for each user and further creates an average profile in which the calculated average value is used as the probability of occurrence of each of the feature values.
Specifically, as illustrated in
In the example illustrated in
(Determination Phase)
In the determination phase, the input unit 101, the shaping unit 102, and the classifying unit 103 perform the same processes as those performed in the learning phase and construct request information. Furthermore, the determination unit 105 extracts, similarly to the learning unit 104, feature values from the request information on the determination target. The determination unit 105 determines, in accordance with the algorithm of the machine learning, by using the average profile stored in the storage unit 107, whether the input access log deviates from the average profile. The determination unit 105 determines, for example, that the access log that deviates from the average profile by an amount equal to or greater than a predetermined is abnormal.
Then, the output unit 106 outputs the determination result obtained by the determination unit 105. Furthermore, any type or method may be used for the algorithm of the machine learning used by the determination unit 105, similarly to the learning unit 104.
A learning process performed in the learning phase by the analysis device 10 will be described with reference to
Then, the classifying unit 103 classifies the access logs for each user (Step S202), and constructs request information for each user (Step S203). Then, the learning unit 104 extracts feature values from the request information (Step S204), performs learning based on the extracted feature values, and creates a profile for each user (Step S205). Furthermore, the learning unit 104 creates an average profile based on the profile for each user (Step S206).
The learning unit 104 calculates an average value of all of the users of the probability of occurrence of each feature value included in the profile for each user and further creates an average profile in which the calculated average value is used as the probability of occurrence of each feature value. Consequently, it is possible to compare the behavior of the user of the determination target with the average profile and it is possible to detect, as an abnormal user, the user whose behavior significantly deviates from the majority.
Furthermore, similarly to the first embodiment, the shaping unit 102 can exclude, from among pieces of data received by the input unit 101, the data that satisfies a predetermined condition and, furthermore, edit the data, which was not excluded, by using a predetermined process. In this case, the classifying unit 103 classifies the data edited by the shaping unit 102 for each user who made the requests. Consequently, it is possible to extract only the requests that are related to the behavior of a user as the processing targets, thus improving the analysis accuracy.
In the first embodiment, when performing determination, the request information constructed from the input access logs is analyzed at a time. In contrast, in a third embodiment, by analyzing the request information included in a sliding window having a predetermined window size, it is possible to perform analysis in accordance with a time series.
The analysis device 10 according to the third embodiment includes the same functioning units as those included in the analysis device 10 according to the first embodiment. Furthermore, the process performed by the analysis device 10 according to the third embodiment can be divided into, similarly to the first embodiment, a learning phase, and a determination phase.
(Learning Phase)
In the third embodiment, the processes performed in the learning phase are the same as those performed in the first embodiment or the second embodiment. After the end of the learning phase, in the storage unit 107, the user individual profiles or the average profile of all of the users are stored.
(Determination Phase)
In the determination phase, the input unit 101, the shaping unit 102, and the classifying unit 103 perform the same processes as those performed in the learning phase and construct, request information. Furthermore, the determination unit 105 extracts, similarly to the learning unit 104, the feature values from the request information that is the determination target.
The determination unit 105 extracts, by using each request in the determination target data classified by the classifying unit 103 as a starting point, for each consecutive w requests, consecutive n requests as the feature values of the determination target data; calculates scores for each of the consecutive w requests based on the feature values of the determination target data and based on the profiles created by the learning unit 104; and determines whether the determination target data is abnormal based on an amount of change in the scores in a time series and a threshold.
Specifically, in the third embodiment, unlike the first embodiment and the second embodiment, instead of analyzing request information at a time at the time of determination, first, the determination unit 105 performs analysis, as illustrated in
Consequently, for example, it is possible to specify the time point at which the occurrence of impersonation is suspected. Furthermore, the region of the request information of the analysis target is referred to as a sliding window and w is referred to as a window size.
The determination unit 105 fetches, as illustrated in
Furthermore, as illustrated in
Furthermore, in accordance with the algorithm of the machine learning, the determination unit 105 calculates, as scores, the degree of deviation of the extracted feature values from the user individual profiles for each sliding window or from an average profile of all of the users; checks a variation in the scores in accordance with a time series; and determines that the time point at which the score exceeds a predetermined threshold as the time point at which impersonation has occurred. Then, the output unit 106 outputs the determination results obtained by the determination unit 105. If, for example, the variation in the scores in a time series exceeds the threshold, the determination unit 105 determines that the determination target data is abnormal. Furthermore, similarly to the learning unit 104, any type or method may be used for the algorithm of the machine learning used by the determination unit 105.
The determination process performed in the determination phase by the analysis device 10 will be described with reference to
Then, the classifying unit 103 classifies the access logs for each user (Step S302) and constructs request information for each user (Step S303). Then, the classifying unit 103 fetches, from among the pieces of request information, the 1st to wth request information (Step S304), extracts feature values from the fetched request information, and calculates scores by comparing the request information with the profiles (Step S305). Then, the determination unit 105 deletes the 1st request information, i.e., the top request information (Step 3306).
At this time, if the number of pieces of remaining request information is equal to or greater than w (Yes at Step S307), the determination unit 105 further fetches, from among the pieces of request information, the 1st to wth request information (Step S304) and repeats the process. Furthermore, if the number of pieces of remaining request information is not equal to or greater than w (No at Step 3307), the determination unit 105 determines the request information based on the variation in scores in a time series calculated before now (Step S308). Then, the output unit 106 outputs the determination result (Step S309).
The determination unit 105 extracts, by using each request in the determination target data classified by the classifying unit 103 as a starting point, for each of consecutive w requests, consecutive n requests as the feature values of the determination target data; calculates score for each consecutive w requests based on the feature values of the determination target data and based on the profiles created by the learning unit 104; and determines whether the determination target data is abnormal based on an amount of change in the scores in a time series and based on the threshold. Consequently, because it is possible to analyze a variation in a certain user in a time series, which makes it possible to specify the time point at which impersonation or abnormality has occurred.
Furthermore, the determination unit 105 may also use the variation in the scores in a time series without processing anything or may also determine, by taking a moving average of an amount of change in scores in a time series in a predetermined time period, if the moving average exceeds a threshold, that the determination target data is abnormal. Consequently, it is possible to restrain a user who temporarily acts an abnormal behavior or the like from erroneously being detected as an abnormal user.
Furthermore, similarly to the first embodiment, the shaping unit 102 can exclude data that satisfies a predetermined condition from among the pieces of data received by the input unit 101 and can further edit the data, which was not excluded, by using a predetermined process. In this case, the classifying unit 103 classifies the data edited by the shaping unit 102 for each user who made the requests. Consequently, it is possible to extract only the requests related to behavior of users as the processing targets, thus improving the analysis accuracy.
In the third embodiment, at the time of determination, a variation in scores is checked in a time series and it is determined that the time point at which the score exceeds the predetermined threshold is the time point at which impersonation has occurred. In contrast, in a fourth embodiment, the threshold is automatically calculated.
As illustrated in
(Learning Phase)
In the fourth embodiment, the process in the learning phase is the same as that performed in the third embodiment. After the end of the learning phase, in the storage unit 107, user individual profiles or the average profile of all of the users are stored.
(Determination Phase)
The process in the determination phase according to the fourth embodiment is the same as that performed in the third embodiment. However, in the third embodiment, a previously defined threshold is compared with a score; however, in the fourth embodiment, the threshold calculated in the threshold calculation phase is compared with a score. The process in the threshold calculation phase will be described.
(Threshold Calculation Phase)
In the threshold calculation phase, as threshold calculation purpose data, the input unit 101 further receives an input of data in which requests made to the server by a user are represented in a time series. Furthermore, the classifying unit 103 classifies, for each user who made the requests, the threshold calculation purpose data received by the input unit 101. Then, by using each request in threshold calculation purpose data classified by the classifying unit 103 as a starting point, the threshold calculating unit 108 extracts, for each of consecutive w requests, consecutive n requests as the feature values of the threshold calculation purpose data; calculates score of for each of consecutive w requests based on the feature values of the threshold calculation purpose data and based on the profiles created by the learning unit 104; and calculates a threshold based on an amount of change in the scores in a time series.
Specifically, in the threshold calculation phase, the input unit 101 and the classifying unit 103 perform the same processes as those performed in the determination phase described in the third embodiment and construct request information. Furthermore, the threshold calculating unit 108 extracts, similarly to the determination unit 105, the feature values for each of sliding windows from the request information that is the determination target and calculates, as scores, the degree of deviation of the feature values for each of the extracted sliding windows from the user individual profiles. Then, the threshold calculating unit 108 may use the maximum value of the score as a threshold or may use the maximum value of the moving average of the score as the threshold.
The threshold calculation process performed in the threshold calculation phase by the analysis device 10 will be described with reference to
Then, the classifying unit 103 classifies the access logs for each user (Step S402) and constructs request information for each user (Step S403). Then, the threshold calculating unit 108 fetches, from among the pieces of request information, the 1st to wth request information (Step S404); extracts the feature values from the fetched request information; and calculates scores based on comparison with the profiles (Step S405). Then, the threshold calculating unit 108 deletes the 1st request information, i.e., the top request information (Step S406).
At this time, if the number of remaining pieces of request information is equal to or greater than w (Yes at Step S407), the threshold calculating unit 108 further fetches, from among the pieces of request information, the 1st to wth request information (Step S404) and repeats the process. Furthermore, if the number of remaining pieces of request information is not equal to or greater than w (No at Step S407), the threshold calculating unit 108 calculates a threshold based on a change in scores that were calculated before now in a time series (Step S408).
The input unit 101 further receives, as threshold calculation purpose data, an input of data in which requests made to the server by a user are represented in a time series. Furthermore, the classifying unit 103 classifies, for each user who made the requests, the threshold calculation purpose data that was received by the input unit 101. Then, the threshold calculating unit 108 extracts, by using each request in the threshold calculation purpose data classified by the classifying unit 103 as a starting point, for each of consecutive w requests, consecutive n requests as the feature values of the threshold calculation purpose data; calculates scores for each of consecutive w requests based on the feature values of the threshold calculation purpose data and based on the profiles created by the learning unit 104; and calculates the threshold based on an amount of change in scores in a time series. Consequently, it is possible to automatically set the threshold, thus improving the detection accuracy.
Furthermore, similarly to the first embodiment, the shaping unit 102 can exclude the data that satisfies a predetermined condition from among the pieces of data received by the input unit 101 and can further edit data, which was not excluded, by using a predetermined process. In this case, the classifying unit 103 classifies the data edited by the shaping unit 102 for each user who made the requests. Consequently, it is possible to extract only the requests related to behaviors of a user as the processing targets, thus improving the analysis accuracy.
[System Configuration and the Like]
The components of the devices illustrated in the drawings are only for conceptually illustrating the functions thereof and are not always physically configured as illustrated in the drawings. In other words, the specific shape of a separation or integrated device is not limited to the drawings. Specifically, all or part of the device can be configured by functionally or physically separating or integrating any of the units depending on various loads or use conditions. Furthermore, all or any part of each of the processing functions performed by the processing units can be implemented by a central processing unit (CPU) and by programs analyzed and executed by the CPU or implemented as hardware by wired logic.
Of the processes described in the embodiment, the whole or a part of the processes that are mentioned as being automatically performed can also be manually performed, or the whole or a part of the processes that are mentioned as being manually performed can also be automatically performed using known methods. Furthermore, the flow of the processes, the control procedures, the specific names, and the information containing various kinds of data or parameters indicated in the above specification and drawings can be arbitrarily changed unless otherwise stated.
[Program]
As an embodiment, the analysis device can be mounted by installing, in a desired computer, an analysis program that executes the analysis process described above as packaged software or online software. For example, by causing an information processing apparatus to execute the analysis program described above, it is possible to allow the information processing apparatus to function as the analysis device. An example of the information processing apparatus mentioned here includes a desktop or a notebook personal computer. Furthermore, other than this, an example of the information processing apparatus includes a mobile communication terminal, such as smartphone, a mobile phone, or Personal Handyphone System (PHS), and a slate terminal, such as a Personal Digital Assistant (PDA).
Furthermore, the analysis device can also be mounted as a server device, together with a terminal device used by a user as a client, that provides a service related to the analysis process described above to the client. For example, the analysis device is mounted as a server device that provides the analysis service for inputting access logs and outputting profiles for each user. In this case, the analysis device may also be mounted as a Webserver or mounted as a cloud so as to provide a service related to analysis described above by outsourcing.
The memory 1010 includes a read only memory (ROM) 1011 and a random access memory (RAM) 1012. The ROM 1011 stores therein a boot program, such as Basic Input Output System (BIOS). The hard disk drive interface 1030 is connected to a hard disk drive 1090. The disk drive interface 1040 is connected to a disk drive 1100. For example, an attachable and detachable storage medium, such as a magnetic disk or an optical disk, is inserted into the disk drive 1100. The serial port interface 1050 is connected to, for example, a mouse 1110 and a keyboard 1220. The video adapter 1060 is connected to, for example, a display 1130.
The hard disk drive 1090 stores therein, for example, an OS 1091, an application program 1092, a program module 1093, and program data 1094. Namely, the program that determines each of the processes performed by the analysis device is installed as the program module 1093 in which codes that can be executed by a computer are described. The program module 1093 is stored in, for example, the hard disk drive 1090. For example, the program module 1093 that is used to execute the same process as that performed by the analysis device having the functional configuration is stored in the hard disk drive 1090. The hard disk drive 1090 may also be replaced by a solid state drive (SSD).
Furthermore, the setting data used in the process performed in the above described embodiment is stored in, as the program data 1094, for example, the memory 1010 or the hard disk drive 1090. Then, the CPU 1020 reads, to the RAM 1012 as needed, the program module 1093 or the program data 1094 stored in the memory 1010 or the hard disk drive 1090.
Furthermore, the program module 1093 and the program data 1094 may also be stored in, instead of the hard disk drive 1090, for example, a removable storage medium and read by the CPU 1020 via the disk drive 1100 or the like. Alternatively, the program module 1093 and the program data 1094 may also be stored in another computer connected via a network (a local area network (LAN), a wide area network (WAN), etc.). Then, the program module 1093 and the program data 1094 may also be read, from the computer, by the CPU 1020 via the network interface 1070.
Number | Date | Country | Kind |
---|---|---|---|
2016-036383 | Feb 2016 | JP | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/JP2017/001709 | 1/19/2017 | WO |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2017/145591 | 8/31/2017 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
8869276 | Crovella | Oct 2014 | B2 |
9225738 | Chiles | Dec 2015 | B1 |
9531736 | Torres | Dec 2016 | B1 |
10346856 | Kohli | Jul 2019 | B1 |
20090164395 | Heck | Jun 2009 | A1 |
20090293121 | Bigus | Nov 2009 | A1 |
20090327914 | Adar | Dec 2009 | A1 |
20120137367 | Dupont | May 2012 | A1 |
20130104230 | Tang | Apr 2013 | A1 |
20150020199 | Neil | Jan 2015 | A1 |
Number | Date | Country |
---|---|---|
2008-192091 | Aug 2008 | JP |
2008192091 | Aug 2008 | JP |
2010-97342 | Apr 2010 | JP |
2014-106661 | Jun 2014 | JP |
Entry |
---|
Dorothy E. Denning, An Intrusion-Detection Model, Apr. 1, 1986, 1986 IEEE Symposium on Security and Privacy (p. 118) (Year: 1986). |
Trinita et al., A Sliding Window Technique for Covariance Matrix to Detect Anomalies on Stream Traffic, Aug. 1, 2015, 2015 International Conference on Control, Electronics, Renewable Energy and Communications (ICCEREC) (pp. 176-181) (Year: 2015). |
Bosman et al., Online Fusion of Incremental Learning for Wireless Sensor Networks, Dec. 1, 2014, 2014 IEEE International Conference on Data Mining Workshop (pp. 525-532) (Year: 2014). |
Shetty et al., An integrated Machine Learning and Control Theoretic model for mining concept-drifting data streams, Nov. 1, 2011, 2011 IEEE International Conference on Technologies for Homeland Security (HST) (pp. 75-80) (Year: 2011). |
Jason Brownlee, How to Prepare Data For Machine Learning, Dec. 25, 2013 (Year: 2013). |
Garcia et al., Analyzing Log Files for Postmortem Intrusion Detection, Jan. 18, 2013, IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews) (vol. 42, Issue: 6, pp. 1690-1704) (Year: 2013). |
International Search Report dated Feb. 28, 2017 in PCT/JP2017/001709 filed Jan. 19, 2017. |
Kanenishi, K. et al., “Watching Security System Using the User Model for Limited Web Site,” IPSJ SIG Notes Chishiki to Fukuzatsu Kei No. 121, Jul. 18, 2000, vol. 2000, No. 66, 12 pages (with English Translation). |
Number | Date | Country | |
---|---|---|---|
20190087750 A1 | Mar 2019 | US |