Is your feature request related to a problem? Please describe.
The "Analyze UUID" operation only outputs the UUID version number but does not show additional useful information like timestamps or the MAC address the UUID is based on.
Describe the solution you'd like
More information like timestamps (in unix time and ISO time format) for UUID v1 e.g. this website shows more info: https://www.apivoid.com/tools/uuid-decoder/
e.g. for this v1 UUID
cefa1760-28ee-11f1-9f95-1fb76af3e239 the output is:
Version:
1 (Time and MAC based)
Node:
1F:B7:6A:F3:E2:39
Clock:
8085
Time:
2026-03-26T08:35:56.502Z
UUID Integer:
275119515460318071558429785403790975545
or for this v7 UUID:
019d294a-af64-7728-9524-26da08f50708
Version:
7
Timestamp:
1774514253668
Timestamp (ISO):
2026-03-26T08:37:33.668Z
Rand A:
728
Rand B:
952426DA08F50708
UUID Integer:
2145256098533991595556290452700595976
I think this would be a great addition to CyberChef.
Is your feature request related to a problem? Please describe.
The "Analyze UUID" operation only outputs the UUID version number but does not show additional useful information like timestamps or the MAC address the UUID is based on.
Describe the solution you'd like
More information like timestamps (in unix time and ISO time format) for UUID v1 e.g. this website shows more info: https://www.apivoid.com/tools/uuid-decoder/
e.g. for this v1 UUID
cefa1760-28ee-11f1-9f95-1fb76af3e239the output is:or for this v7 UUID:
019d294a-af64-7728-9524-26da08f50708I think this would be a great addition to CyberChef.