├── .gitignore ├── LICENSE ├── README-bullets.md ├── README.md └── images ├── Cisco_VPN.jpg ├── Code42_CrashPlan_Backup.jpg ├── Defender.png ├── Glasswire-with-alerts.png ├── KeePassXC.png ├── ReiKey.png ├── System-Center-Endpoint-Protection.png ├── TeamViewer.png ├── VPN-Private-Internet-Access-Connected.png ├── Windows-Update.png ├── autohotkey.png ├── blockblock-mac-malware-persistence-monitor.png ├── bluetooth.png ├── cisco-proximity-screen-sharing.png ├── citrix-receiver.png ├── cylance-protect.png ├── dropbox.png ├── duplicati.png ├── elastica-reach-agent.png ├── eset.png ├── fsecure.png ├── google-backup-and-sync.png ├── icloud.png ├── kaspersky.png ├── keepass.png ├── little-snitch-disabled.png ├── little-snitch-firewall.png ├── lulu-firewall.png ├── mcafee_enterprise.png ├── mcafee_home.png ├── micro-snitch-mic-webcam-monitor.png ├── moveslink-movescount.png ├── onedrive-biz.png ├── onedrive.png ├── oversight-mic-webcam-monitor.png ├── pulse-secure-vpn-mac.png ├── pulse-vpn-disconnected.png ├── sep.png ├── sophos.png ├── tresorit.png ├── virtual-box.png ├── viscosity-vpn-connected.png ├── viscosity-vpn-disconnected.png ├── vpn-palo-alto-globalprotect.png ├── webroot.png └── win_defender.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Rob Fuller 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README-bullets.md: -------------------------------------------------------------------------------- 1 | # Security Product Taskbar Icons 2 | 3 | This repo is meant to help identify security products from screenshots 4 | 5 | 6 | ### Endpoint Security / AV 7 | - BlockBlock Mac - ![](/images/blockblock-mac-malware-persistence-monitor.png) 8 | - Cylance Protect - ![](/images/cylance-protect.png) 9 | - ESET - ![](/images/eset.png) 10 | - FSecure - ![](/images/fsecure.png) 11 | - Kaspersky - ![](/images/kaspersky.png) 12 | - McAfee EPO - ![](/images/mcafee_enterprise.png) 13 | - McAfee Home - ![](/images/mcafee_home.png) 14 | - Microsoft System Center Endpoint - ![](/images/System-Center-Endpoint-Protection.png) 15 | - Microsoft Windows Defender (Win10) - ![](/images/win_defender.png) 16 | - Microsoft Windows Defender (Win7) - ![](/images/Defender.png) 17 | - Sophos - ![](/images/sophos.png) 18 | - Symantec Endpoint Protection - ![](/images/sep.png) 19 | - Webroot Endpoint Security - ![](/images/webroot.png) 20 | 21 | ### VPN 22 | - Cisco AnyConnect VPN - ![](/images/Cisco_VPN.jpg) 23 | - Elastica Reach Agent - ![](/images/elastica-reach-agent.png) 24 | - Juniper Pulse Mac (Connected) - ![](/images/pulse-secure-vpn-mac.png) 25 | - Juniper Pulse Secure (Disconnected) - ![](/images/pulse-vpn-disconnected.png) 26 | - Palo Alto GlobalProtect - ![](/images/vpn-palo-alto-globalprotect.png) 27 | - Private Internet Access - ![](/images/VPN-Private-Internet-Access-Connected.png) 28 | - Viscocity VPN (Connected) - ![](/images/viscosity-vpn-connected.png) 29 | - Viscocity VPN (Disconnected) - ![](/images/viscosity-vpn-disconnected.png) 30 | 31 | ### Backup or File Sync 32 | - Apple iClound - ![](/images/icloud.png) 33 | - Code42 CrashPlan - ![](/images/Code42_CrashPlan_Backup.jpg) 34 | - Dropbox - ![](/images/dropbox.png) 35 | - Duplicati - ![](/images/duplicati.png) 36 | - Google Backup and Sync - ![](/images/google-backup-and-sync.png) 37 | - Microsoft Onedrive Business - ![](/images/onedrive-biz.png) 38 | - Microsoft Onedrive Personal - ![](/images/onedrive.png) 39 | - Tresorit - ![](/images/tresorit.png) 40 | 41 | ### Firewall/Monitoring 42 | - Glasswire (with alerts) - ![](/images/Glasswire-with-alerts.png) 43 | - Little Snitch Firewall - ![](/images/little-snitch-firewall.png) 44 | - Little Snitch (disabled) - ![](/images/little-snitch-disabled.png) 45 | - LuLu Firewall (Mac) - ![](/images/lulu-firewall.png) 46 | - Micro Snitch WebCam/Mic - ![](/images/micro-snitch-mic-webcam-monitor.png) 47 | - OverSight WebCam/Mic - ![](/images/oversight-mic-webcam-monitor.png) 48 | 49 | ### Password Managers 50 | - KeePass - ![](/images/keepass.png) 51 | - KeePassXC - ![](/images/KeePassXC.png) 52 | 53 | ### Automation/Tools 54 | - Autohotkey - ![](/images/autohotkey.png) 55 | - Cisco Proximity Client - ![](/images/cisco-proximity-screen-sharing.png) 56 | - Citrix Receiver - ![](/images/citrix-receiver.png) 57 | - Microsoft Windows Bluetooth - ![](/images/bluetooth.png) 58 | - Microsoft Windows Update (Win7) - ![](/images/Windows-Update.png) 59 | - Oracle VirtualBox - ![](/images/virtual-box.png) 60 | - Suunto Moveslink (Watch sync) - ![](/images/moveslink-movescount.png) 61 | - TeamViewer - ![](/images/TeamViewer.png) 62 | 63 | ### 64 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Security Product Taskbar Icons 2 | 3 | This repo is meant to help identify security products from screenshots 4 | 5 | 6 | ### Antivirus/End-Point Security 7 | | Icon | Product | 8 | | :---: | :--- | 9 | | ![](/images/blockblock-mac-malware-persistence-monitor.png) | BlockBlock Mac | 10 | | ![](/images/cylance-protect.png) | Cylance Protect | 11 | | ![](/images/eset.png) | ESET | 12 | | ![](/images/fsecure.png) | FSecure | 13 | | ![](/images/kaspersky.png) | Kaspersky | 14 | | ![](/images/mcafee_home.png) | McAfee Home | 15 | | ![](/images/mcafee_enterprise.png) | McAfee VirusScan | 16 | | ![](/images/System-Center-Endpoint-Protection.png) | Microsoft System Center Endpoint | 17 | | ![](/images/win_defender.png) | Microsoft Windows Defender (Win10) | 18 | | ![](/images/Defender.png) | Microsoft Windows Defender (Win7) | 19 | | ![](/images/sophos.png) | Sophos | 20 | | ![](/images/sep.png) | Symantec Endpoint Protection | 21 | | ![](/images/webroot.png) | Webroot Endpoint Security | 22 | 23 | ### VPN 24 | | Icon | Product | 25 | | :---: | :--- | 26 | | ![](/images/Cisco_VPN.jpg) | Cisco AnyConnect VPN | 27 | | ![](/images/elastica-reach-agent.png) | Elastica Reach Agent | 28 | | ![](/images/pulse-vpn-disconnected.png) | Juniper Pulse Secure (Disconnected) | 29 | | ![](/images/pulse-secure-vpn-mac.png) | Juniper Pulsee Mac (Connected) | 30 | | ![](/images/vpn-palo-alto-globalprotect.png) | Palo Alto GlobalProtect | 31 | | ![](/images/VPN-Private-Internet-Access-Connected.png) | Private Internet Access | 32 | | ![](/images/viscosity-vpn-connected.png) | Viscocity VPN (Connected) | 33 | | ![](/images/viscosity-vpn-disconnected.png) | Viscocity VPN (Disconnected) | 34 | 35 | ### Backup or File Sync 36 | | Icon | Product | 37 | | :---: | :--- | 38 | | ![](/images/icloud.png) | Apple iCloud | 39 | | ![](/images/Code42_CrashPlan_Backup.jpg) | Code42 CrashPlan | 40 | | ![](/images/dropbox.png) | Dropbox | 41 | | ![](/images/duplicati.png) | Duplicati | 42 | | ![](/images/google-backup-and-sync.png) | Google Backup and Sync | 43 | | ![](/images/onedrive.png) | Microsoft Onedrive Personal | 44 | | ![](/images/onedrive-biz.png) | Microsoft Onedrive Business | 45 | | ![](/images/tresorit.png) | Tresorit | 46 | 47 | ### Firewall/Monitoring 48 | | Icon | Product | 49 | | :---: | :--- | 50 | | ![](/images/Glasswire-with-alerts.png) | Glasswire (with notifications) | 51 | | ![](/images/little-snitch-firewall.png) | Little Snitch Firewall | 52 | | ![](/images/little-snitch-disabled.png) | Little Snitch (disabled) | 53 | | ![](/images/lulu-firewall.png) | LuLu Firewall (Mac) | 54 | | ![](/images/micro-snitch-mic-webcam-monitor.png) | Micro Snitch WebCam/Mic | 55 | | ![](/images/oversight-mic-webcam-monitor.png) | OverSight WebCam/Mic | 56 | | ![](/images/ReiKey.png) | ReiKey Keylogging Monitor (Mac) | 57 | 58 | ### Password Managers 59 | | Icon | Product | 60 | | :---: | :--- | 61 | | ![](/images/keepass.png) | KeePass | 62 | | ![](/images/KeePassXC.png) | KeePassXC | 63 | 64 | ### Automation/Tools 65 | | Icon | Product | 66 | | :---: | :--- | 67 | | ![](/images/autohotkey.png) | Autohotkey | 68 | | ![](/images/cisco-proximity-screen-sharing.png) | Cisco Proximity Client | 69 | | ![](/images/citrix-receiver.png) | Citrix Receiver | 70 | | ![](/images/bluetooth.png) | Microsoft Windows Bluetooth | 71 | | ![](/images/Windows-Update.png) | Microsoft Windows Update (Win7) | 72 | | ![](/images/virtual-box.png) | Oracle VirtualBox | 73 | | ![](/images/moveslink-movescount.png) | Suunto Moveslink (Watch sync) | 74 | | ![](/images/TeamViewer.png) | TeamViewer | 75 | 76 | 77 | ### 78 | -------------------------------------------------------------------------------- /images/Cisco_VPN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/Cisco_VPN.jpg -------------------------------------------------------------------------------- /images/Code42_CrashPlan_Backup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/Code42_CrashPlan_Backup.jpg -------------------------------------------------------------------------------- /images/Defender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/Defender.png -------------------------------------------------------------------------------- /images/Glasswire-with-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/Glasswire-with-alerts.png -------------------------------------------------------------------------------- /images/KeePassXC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/KeePassXC.png -------------------------------------------------------------------------------- /images/ReiKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/ReiKey.png -------------------------------------------------------------------------------- /images/System-Center-Endpoint-Protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/System-Center-Endpoint-Protection.png -------------------------------------------------------------------------------- /images/TeamViewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/TeamViewer.png -------------------------------------------------------------------------------- /images/VPN-Private-Internet-Access-Connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/VPN-Private-Internet-Access-Connected.png -------------------------------------------------------------------------------- /images/Windows-Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/Windows-Update.png -------------------------------------------------------------------------------- /images/autohotkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/autohotkey.png -------------------------------------------------------------------------------- /images/blockblock-mac-malware-persistence-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/blockblock-mac-malware-persistence-monitor.png -------------------------------------------------------------------------------- /images/bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/bluetooth.png -------------------------------------------------------------------------------- /images/cisco-proximity-screen-sharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/cisco-proximity-screen-sharing.png -------------------------------------------------------------------------------- /images/citrix-receiver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/citrix-receiver.png -------------------------------------------------------------------------------- /images/cylance-protect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/cylance-protect.png -------------------------------------------------------------------------------- /images/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/dropbox.png -------------------------------------------------------------------------------- /images/duplicati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/duplicati.png -------------------------------------------------------------------------------- /images/elastica-reach-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/elastica-reach-agent.png -------------------------------------------------------------------------------- /images/eset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/eset.png -------------------------------------------------------------------------------- /images/fsecure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/fsecure.png -------------------------------------------------------------------------------- /images/google-backup-and-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/google-backup-and-sync.png -------------------------------------------------------------------------------- /images/icloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/icloud.png -------------------------------------------------------------------------------- /images/kaspersky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/kaspersky.png -------------------------------------------------------------------------------- /images/keepass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/keepass.png -------------------------------------------------------------------------------- /images/little-snitch-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/little-snitch-disabled.png -------------------------------------------------------------------------------- /images/little-snitch-firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/little-snitch-firewall.png -------------------------------------------------------------------------------- /images/lulu-firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/lulu-firewall.png -------------------------------------------------------------------------------- /images/mcafee_enterprise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/mcafee_enterprise.png -------------------------------------------------------------------------------- /images/mcafee_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/mcafee_home.png -------------------------------------------------------------------------------- /images/micro-snitch-mic-webcam-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/micro-snitch-mic-webcam-monitor.png -------------------------------------------------------------------------------- /images/moveslink-movescount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/moveslink-movescount.png -------------------------------------------------------------------------------- /images/onedrive-biz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/onedrive-biz.png -------------------------------------------------------------------------------- /images/onedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/onedrive.png -------------------------------------------------------------------------------- /images/oversight-mic-webcam-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/oversight-mic-webcam-monitor.png -------------------------------------------------------------------------------- /images/pulse-secure-vpn-mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/pulse-secure-vpn-mac.png -------------------------------------------------------------------------------- /images/pulse-vpn-disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/pulse-vpn-disconnected.png -------------------------------------------------------------------------------- /images/sep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/sep.png -------------------------------------------------------------------------------- /images/sophos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/sophos.png -------------------------------------------------------------------------------- /images/tresorit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/tresorit.png -------------------------------------------------------------------------------- /images/virtual-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/virtual-box.png -------------------------------------------------------------------------------- /images/viscosity-vpn-connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/viscosity-vpn-connected.png -------------------------------------------------------------------------------- /images/viscosity-vpn-disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/viscosity-vpn-disconnected.png -------------------------------------------------------------------------------- /images/vpn-palo-alto-globalprotect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/vpn-palo-alto-globalprotect.png -------------------------------------------------------------------------------- /images/webroot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/webroot.png -------------------------------------------------------------------------------- /images/win_defender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mubix/sectaskbars/942c86440ca3b903f008c907d85e94e3b826c073/images/win_defender.png --------------------------------------------------------------------------------