Icons and related visual elements for MISP and MISP standard.
- Catalog
- Usage
- Object icons (misp-objects submodule)
- Galaxy icons (misp-galaxy submodule)
- Contribution Rules
- Attribution
Main icon class: misp-icon
- Hexagone class:
misp-hexagone - Simple class:
misp-simple
Icons for MISP attribute types (see describeTypes.json). Single style,
variant class misp-attributes. Filenames are kebab-case, so attribute types
containing | or / are sanitized to - (shown in the Attribute type column).
Icons for MISP objects, imported from the misp-objects
submodule. Each object ships in two variants under the same name:
misp-objects— the plain glyph.misp-objects-framed— the glyph inside a thin rounded frame. Because an object groups several attributes, the frame is acurrentColorcue (legible even at 16px) that sets an object apart from a single-attribute icon.
Use whichever fits: <i class="misp-icon misp-icon-<name> misp-objects"></i> or
<i class="misp-icon misp-icon-<name> misp-objects-framed"></i>. The framed
variant is derived from the plain one by src/scripts/frame-objects.sh.
Names marked † also exist as a core or attribute icon; they stay separate thanks to the variant class, so both render independently.
Icons for MISP galaxies, derived from the misp-galaxy
submodule. A galaxy definition only references a Font Awesome
glyph by name (its icon key), so the glyph is downloaded from that set and
stored as src/svg/galaxies/<galaxy>.svg by src/scripts/fetch-galaxy-icons.sh.
Several galaxies share the same glyph. Each galaxy ships in two variants
under the same name:
misp-galaxies— the plain glyph.misp-galaxies-orbit— the glyph inside a dashed orbital ring carrying a star. Because a galaxy clusters related entities, the orbit is acurrentColorcue (legible even at 16px) that marks an icon as a galaxy — echoing MISP's galaxy swirl — without crowding the glyph.
Use whichever fits: <i class="misp-icon misp-icon-<galaxy> misp-galaxies"></i> or
<i class="misp-icon misp-icon-<galaxy> misp-galaxies-orbit"></i>. The orbit
variant is derived from the plain one by src/scripts/frame-galaxies.sh.
Icons inherit color and size from CSS (currentColor, font-size).
<!-- For the event with the hexagone shape -->
<img src="./hexagone/event.svg" /><link rel="stylesheet" href="./exports/css/icons.css" />
...
<!-- For the event with the hexagone shape -->
<i class="misp-icon misp-hexagone misp-event"></i>
<!-- An attribute-type icon (single style) -->
<i class="misp-icon misp-icon-vulnerability misp-attributes"></i>
<!-- The object icon of the same name — namespaced by the misp-objects class -->
<i class="misp-icon misp-icon-vulnerability misp-objects"></i>Each icon is a compound selector .misp-icon-<name>.misp-<variant>, so the
same name in different variants (e.g. the vulnerability attribute icon and the
vulnerability object icon) never collides — pick one with its variant class.
Object icons are not authored here: they are imported from the
misp-objects repository, vendored as a
git submodule at vendor/misp-objects (tracking the main branch).
git submodule update --init vendor/misp-objects # first checkout
make fetch-objects # import into src/svg/objects
make all # rebuild PNG/WebP/CSS/catalogfetch-objects copies every conforming objects/<name>/icon/icon.svg (plus the
file/icon/file-*.svg type variants) into src/svg/objects/, strips the root
<svg> dimensions, and records provenance under objects/<name> keys in
metadata/icons.json. Full-colour / non-currentColor upstream logos are
skipped automatically and listed in the command output.
Galaxy icons are also not authored here. Each galaxy in the
misp-galaxy repository (vendored as a
git submodule at vendor/misp-galaxy, tracking main) only references a
Font Awesome glyph by name in its icon key — the
glyph itself is not shipped as a file. The import therefore downloads the glyph
from the Font Awesome Free set (via the Iconify API).
git submodule update --init vendor/misp-galaxy # first checkout
make fetch-galaxies # download into src/svg/galaxies
make all # rebuild PNG/WebP/CSS/catalogfetch-galaxies reads each galaxies/<galaxy>.json, resolves its icon name
against the Font Awesome collections (fa-solid, then fa-brands, falling back
to FA6), downloads the glyph as src/svg/galaxies/<galaxy>.svg (root <svg>
dimensions stripped), and records provenance under galaxies/<galaxy> keys in
metadata/icons.json — crediting Font Awesome Free (CC-BY-4.0). Glyphs shared by
several galaxies are downloaded once and reused.
src/svgis the source of truth- Never edit generated PNGs manually
- SVG filenames must use kebab-case
- Icons should use the fill=
currentColor - Icons provenance is tracked in
metadata/icons.json - Object icons (
src/svg/objects) are imported viamake fetch-objects; edit them upstream inmisp-objects, not here
This project includes icons from third-party sources that require attribution.
- as → tabler:affiliate (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- attachment → tabler:paperclip (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- btc → tabler:currency-bitcoin (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- campaign-name → tabler:flag (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- cc-number → tabler:credit-card (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- comment → tabler:message (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- cookie → tabler:cookie (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- cpe → tabler:package (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- datetime → tabler:clock (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- domain → tabler:world (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- domain-ip → tabler:route (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- email → tabler:mail (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- email-dst → tabler:mail-down (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- email-src → tabler:mail-forward (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- filename → tabler:file (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- filename-md5 → tabler:file-digit (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- filename-sha256 → tabler:file-digit (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- full-name → tabler:user (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- galaxies/360net → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/agent-threat-rules → fa-solid:shield-virus (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/ammunitions → fa-solid:battery-full (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/android → fa-brands:android (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/atrm → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/attck4fraud → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/backdoor → fa-solid:door-open (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/banker → fa-solid:dollar-sign (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/bhadra-framework → fa-solid:mobile (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/bitns → fa-solid:user-tie (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/botnet → fa-solid:sitemap (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/branded-vulnerability → fa-solid:bug (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cancer → fa-brands:android (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cert-eu-govsector → fa-solid:globe (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/china-defence-universities → fa-solid:globe (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cloak → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cmtmf-attack-pattern → fa-solid:mobile (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/country → fa-solid:globe (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cryptominers → fa-brands:optin-monster (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cti-cmm-1-3 → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cyfun-assurance-requirements-2023 → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/cyfun-control-catalogue-2023 → fa-solid:list (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/dima-techniques → fa-solid:project-diagram (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/disarm-actortypes → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/disarm-countermeasures → fa-solid:shield-alt (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/disarm-detections → fa-solid:bell (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/disarm-techniques → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/election-guidelines → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/entity → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/exercise-world → fa-solid:globe (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/exploit-kit → fa-brands:internet-explorer (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/firearms → fa-solid:fire (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/first-csirt-services-framework → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/first-dns → fa-solid:database (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/gsma-motif → fa-solid:user-shield (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/handicap → fa-solid:wheelchair (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/human-kill-chain → fa-solid:people-arrows (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/intelligence-agencies → fa-solid:user-ninja (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/interpol-dwva → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/it-infrastructure-equipment → fa-solid:server (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/malpedia → fa-solid:shield-virus (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/microsoft-activity-group → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/misinfosec-amitt-misinformation-pattern → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-analytic → fa-solid:shield-alt (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-atlas-attack-pattern → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-atlas-course-of-action → fa-solid:link (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-attack-pattern → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-course-of-action → fa-solid:link (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-d3fend → fa-solid:user-shield (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-data-component → fa-solid:sitemap (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-data-source → fa-solid:sitemap (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-detection-strategy → fa-solid:shield-alt (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-engage-framework → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-enterprise-attack-attack-pattern → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-enterprise-attack-course-of-action → fa-solid:link (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-enterprise-attack-intrusion-set → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-enterprise-attack-malware → fa-brands:optin-monster (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-enterprise-attack-tool → fa-solid:gavel (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-fraud-framework → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-ics-assets → fa-solid:certificate (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-ics-groups → fa-solid:skull-crossbones (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-ics-levels → fa-solid:layer-group (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-ics-software → fa-solid:file-code (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-ics-tactics → fa-solid:chess-pawn (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-ics-techniques → fa-solid:user-ninja (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-intrusion-set → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-malware → fa-brands:optin-monster (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-mobile-attack-attack-pattern → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-mobile-attack-course-of-action → fa-solid:link (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-mobile-attack-intrusion-set → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-mobile-attack-malware → fa-brands:optin-monster (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-mobile-attack-tool → fa-solid:gavel (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-pre-attack-attack-pattern → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-pre-attack-intrusion-set → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/mitre-tool → fa-solid:gavel (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nace → fa-solid:industry (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/naics → fa-solid:industry (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nato → fa-solid:industry (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nice-framework-competency-areas → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nice-framework-knowledges → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nice-framework-opm-codes → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nice-framework-skills → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nice-framework-tasks → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/nice-framework-work-roles → fa-solid:user (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/o365-exchange-techniques → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/online-service → fa-solid:cloud (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/operating-system → fa-solid:laptop (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/plot4ai → fa-solid:brain (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/preventive-measure → fa-solid:shield-alt (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/producer → fa-solid:book (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/ransomware → fa-brands:btc (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/rat → fa-solid:eye (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/region → fa-solid:globe-europe (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/rmm-tool → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/rsit → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-about → fa-solid:info (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-attack-paths → fa-solid:project-diagram (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-detection-signatures → fa-solid:search (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-exposure-domain → fa-solid:shield-alt (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-incidents → fa-solid:exclamation-triangle (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-resilience-measures → fa-solid:shield-virus (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/scor-tens → fa-solid:atom (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/sector → fa-solid:industry (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/sigma-rules → fa-solid:link (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/social-dark-patterns → fa-solid:link (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/sod-matrix → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/software-vendor → fa-solid:building (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/sparta-mitigations → fa-solid:shield-alt (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/sparta-tactics → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/sparta-techniques → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/stalkerware → fa-solid:eye (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/stealer → fa-solid:key (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/surveillance-vendor → fa-solid:user-shield (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/target-information → fa-solid:bullseye (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/taxonomy-of-fraud → fa-solid:money-bill-wave (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tds → fa-solid:cart-arrow-down (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tea-matrix → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/terrorist-groups → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/threat-actor → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tidal-campaigns → fa-solid:bullhorn (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tidal-groups → fa-solid:user-secret (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tidal-references → fa-solid:list (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tidal-software → fa-solid:file-code (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tidal-tactic → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tidal-technique → fa-solid:user-ninja (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tmss → fa-solid:map (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/tool → fa-brands:optin-monster (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/uavs → fa-solid:plane (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/ukhsa-culture-collections → fa-solid:virus (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/veris-framework → fa-solid:sitemap (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- galaxies/wiper → fa-solid:trash (source: Font Awesome Free, license: CC-BY-4.0, url: https://fontawesome.com)
- github-username → tabler:brand-github (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- hostname → tabler:server (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- iban → tabler:building-bank (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- ip-dst → tabler:world-download (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- ip-dst-port → tabler:plug-connected (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- ip-src → tabler:world-upload (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- link → tabler:external-link (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- mac-address → tabler:id (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- malware-sample → tabler:bug (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- md5 → tabler:hash (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- mutex → tabler:lock (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- pattern-in-file → tabler:file-search (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- pgp-public-key → tabler:shield-lock (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- phone-number → tabler:phone (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- port → tabler:plug (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- regkey → tabler:key (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- sha1 → tabler:hash (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- sha256 → tabler:hash (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- sigma → tabler:sum (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- snort → tabler:radar (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- ssh-fingerprint → tabler:fingerprint (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- text → tabler:file-text (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- threat-actor → tabler:spy (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- twitter-id → tabler:brand-x (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- uri → tabler:link (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- url → tabler:link (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- user-agent → tabler:browser (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- vulnerability → tabler:shield-exclamation (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- windows-scheduled-task → tabler:calendar-time (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- windows-service-name → tabler:settings (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- x509-fingerprint-sha1 → tabler:certificate (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)
- yara → tabler:file-code (source: Tabler Icons, license: MIT, url: https://tabler.io/icons)