├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── ioc-scanner-CVE-2023-3519.sh └── scanners ├── cron-history.sh ├── crontab.sh ├── fs-paths.sh ├── netscaler-content.sh ├── processes.sh └── shell-history.sh /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/README.md -------------------------------------------------------------------------------- /ioc-scanner-CVE-2023-3519.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/ioc-scanner-CVE-2023-3519.sh -------------------------------------------------------------------------------- /scanners/cron-history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/scanners/cron-history.sh -------------------------------------------------------------------------------- /scanners/crontab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/scanners/crontab.sh -------------------------------------------------------------------------------- /scanners/fs-paths.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/scanners/fs-paths.sh -------------------------------------------------------------------------------- /scanners/netscaler-content.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/scanners/netscaler-content.sh -------------------------------------------------------------------------------- /scanners/processes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/scanners/processes.sh -------------------------------------------------------------------------------- /scanners/shell-history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandiant/citrix-ioc-scanner-cve-2023-3519/HEAD/scanners/shell-history.sh --------------------------------------------------------------------------------