526 publications from this institution
Patients after diagnosis of leukemia face midlife crisis. In some instances, it may be accompanied by anxiety or depression, which may require pharmacological intervention. In this study, we explored the association between benzodiazepine (BZP) usage and time to first treatment (TTFT) in patients with chronic lymphocytic leukemia (CLL) under a watch-and-wait (W&W) approach. Utilizing data from Maccabi Healthcare Services in Israel, we analyzed 3,474 CLL patients, focusing on BZP and non-BZP users. 330 patients (9.5%) received a BZP agent for a minimum of 3 months. Among BZP users, the ten years treatment free ratio is 83.4%, while among non-BZP users it is 90.7%.Through inverse probability and time-dependent Cox proportional models, we observed that BZP usage was significantly associated with a shorter TTFT (HR 1.78, p = 0.029). Our study suggested BZP usage, is associated with shorter TTFT. While an association was observed, causality cannot be confirmed, and further studies are needed to validate the hypothetical association and clarify the underlying mechanisms and clinical implications.
Malware poses a threat to computing systems worldwide, and security experts work tirelessly to detect and classify malware as accurately and quickly as possible. Since malware can use evasion techniques to bypass static analysis and security mechanisms, dynamic analysis methods are more useful for accurately analyzing the behavioral patterns of malware. Previous studies showed that malware behavior can be represented by sequences of executed system calls and that machine learning algorithms can leverage such sequences for the task of malware classification (a.k.a. malware categorization). Accurate malware classification is helpful for malware signature generation and is thus beneficial to antivirus vendors; this capability is also valuable to organizational security experts, enabling them to mitigate malware attacks and respond to security incidents. In this paper, we propose an improved methodology for malware classification, based on analyzing sequences of system calls invoked by malware in a dynamic analysis environment. We show that adding an attention mechanism to a LSTM model improves accuracy for the task of malware classification, thus outperforming the state-of-the-art algorithm by up to 6%. We also show that the transformer architecture can be used to analyze very long sequences with significantly lower time complexity for training and prediction. Our proposed method can serve as the basis for a decision support system for security experts, for the task of malware categorization.