Monday 06 July 2026 23:42:59 GMT+02:00

Netcrook

HomeManifesto
News
Techcrook
Geocrook
WikicrookTeamAppContact
EnglishItalianoArabic

WIKICROOK

Hexadecimal string

A number or identifier written using base-16 characters, often used in technical records.

A hexadecimal string is text made from base-16 symbols: the digits 0-9 and the letters a-f, usually case-insensitive. Because each character represents four bits, hex is a compact way to write binary data, IDs, hashes, memory addresses, and keys in logs and technical records.

In cyber security, hex strings matter because they often appear in indicators, malware hashes, file fingerprints, session tokens, and post identifiers. Analysts use them to compare samples, track artifacts across systems, and validate whether two records refer to the same object. But a hex string by itself is not proof of compromise: it may be a harmless database key, a leak-site marker, or a reference used in a report. Defensive teams should verify the surrounding context before treating any hexadecimal value as an indicator of compromise.

← WIKICROOK index