---
title: "Decode a compressed blob and report its URL"
description: "Decode Base64, decompress Gzip, extract printable strings, isolate URLs, defang them, and remove duplicates."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Decode a compressed blob and report its URL

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/security-analysis/gzip-strings-defang/index.mdx
