Terminology Index

Glossary

13 terms starting with "U"

Open concept maps

Showing 1-13 of 13 terms

U
13

URL

Uniform Resource Locator: the structured address identifying a resource on the web. Reading URLs precisely (scheme, host, path, query) is foundational to web defense and threat investigation.

A URL identifies a web resource: scheme (https), host (with subdomain and TLD), port, path, query string, fragment. Defenders parse URLs constantly: spotting suspicious domains, recognizing tampered paths, identifying query parameters that drive vulnerabilities, decoding obfuscated URLs in phishing. Foundational to defensive web work, fluency with URL structure underlies almost every web-investigation skill, from phishing analysis through web application security review.

Introduced in: Defensive Web Fundamentals

Examples

  • Parsing a URL's host, path, and query string during phishing analysis.
  • Decoding obfuscated URL components that hide a suspicious destination.
  • Identifying query parameters as the input surface in a web vulnerability.

No related terms linked yet.