Describe the change
Originally developed by Ryan Borre and Paul Hutelmyer, ScanJnlp analyzes Java Network Launch Protocol (JNLP) files. From the documentation:
JNLP files, used by Java Web Start technology, can launch Java applications from a web browser. While facilitating
legitimate applications, they can also be abused for malicious purposes such as distributing malware or executing
phishing attacks.
This PR ports the ScanJnlp scanner as well as tests with relevant fixtures to open source Strelka while also updating the scanner table with relevant information on this scanner.
Describe testing procedures
This scanner has been running internally for some time, though after porting the scanner, the scanner was tested with a local build of the application.
Sample output
Results of the scanner runnin appears as follows:
Works well. Thought for a second we were missing the JNLP File taste in yara, but it looks like its been in there for quite some time. This makes that functional.
Describe the change Originally developed by Ryan Borre and Paul Hutelmyer, ScanJnlp analyzes Java Network Launch Protocol (JNLP) files. From the documentation:
This PR ports the ScanJnlp scanner as well as tests with relevant fixtures to open source Strelka while also updating the scanner table with relevant information on this scanner.
Describe testing procedures This scanner has been running internally for some time, though after porting the scanner, the scanner was tested with a local build of the application.
Sample output Results of the scanner runnin appears as follows:
Checklist