# Satellite Security Guide

## Satellite Security Guide

- [Welcome](https://aerospace.jamiepegg.com/introduction/welcome.md)
- [Satellites](https://aerospace.jamiepegg.com/introduction/satellites.md)
- [Further Resources](https://aerospace.jamiepegg.com/introduction/further-resources.md)
- [Apsides](https://aerospace.jamiepegg.com/aerospace-fundamentals/apsides.md)
- [Horizontal Coordinate System](https://aerospace.jamiepegg.com/aerospace-fundamentals/horizontal-coordinate-system.md)
- [Keplerian (Orbital) Elements](https://aerospace.jamiepegg.com/aerospace-fundamentals/keplerian-orbital-elements.md)
- [Obit Types](https://aerospace.jamiepegg.com/aerospace-fundamentals/obit-types.md)
- [Geostationary (GEO)](https://aerospace.jamiepegg.com/aerospace-fundamentals/obit-types/geostationary-geo.md)
- [Low Earth (LEO)](https://aerospace.jamiepegg.com/aerospace-fundamentals/obit-types/low-earth-leo.md)
- [Sun-Synchronous (SSO)](https://aerospace.jamiepegg.com/aerospace-fundamentals/obit-types/sun-synchronous-sso.md)
- [Satellite Identification & Tracking](https://aerospace.jamiepegg.com/osint-and-reconnaissance/satellite-identification-and-tracking.md)
- [Satellite Telemetry](https://aerospace.jamiepegg.com/osint-and-reconnaissance/satellite-telemetry.md)
- [Two-Line Element Sets (TLE)](https://aerospace.jamiepegg.com/osint-and-reconnaissance/satellite-telemetry/two-line-element-sets-tle.md)
- [Orbit Mean-Elements Message (OMM)](https://aerospace.jamiepegg.com/osint-and-reconnaissance/satellite-telemetry/orbit-mean-elements-message-omm.md)
- [Orbital Predictions](https://aerospace.jamiepegg.com/osint-and-reconnaissance/orbital-predictions.md)
- [Space System](https://aerospace.jamiepegg.com/satellite-communications/space-system.md)
- [Satellite Subsystems](https://aerospace.jamiepegg.com/satellite-communications/satellite-subsystems.md)
- [Communication Protocols](https://aerospace.jamiepegg.com/satellite-communications/communication-protocols.md)
- [Frequency Bands & EM Waves](https://aerospace.jamiepegg.com/satellite-communications/frequency-bands-and-em-waves.md)
- [Intercepting Satellite Signals](https://aerospace.jamiepegg.com/satellite-communications/intercepting-satellite-signals.md)
- [Uplink & Downlink](https://aerospace.jamiepegg.com/satellite-communications/uplink-and-downlink.md)
- [Frameworks](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/frameworks.md)
- [Spacecrafts](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/spacecrafts.md)
- [Anti-Satellite Weapons](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/spacecrafts/anti-satellite-weapons.md)
- [Space Debris](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/spacecrafts/space-debris.md)
- [Software Vulnerabilities](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/spacecrafts/software-vulnerabilities.md)
- [Denial of Service](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/spacecrafts/denial-of-service.md)
- [Communication Links](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/communication-links.md)
- [Uplink/Downlink Jamming](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/communication-links/uplink-downlink-jamming.md)
- [Replay Attacks](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/communication-links/replay-attacks.md)
- [Encryption](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/communication-links/encryption.md)
- [Spoofing Attacks](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/communication-links/spoofing-attacks.md)
- [Ground Stations](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/ground-stations.md)
- [Network Attacks](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/ground-stations/network-attacks.md)
- [Physical Attacks](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/ground-stations/physical-attacks.md)
- [Signal Jamming](https://aerospace.jamiepegg.com/satellite-attacks-and-threats/ground-stations/signal-jamming.md)
- [Pyephem](https://aerospace.jamiepegg.com/python-for-aerospace/pyephem.md)
- [Skyfield](https://aerospace.jamiepegg.com/python-for-aerospace/skyfield.md)
- [Examples](https://aerospace.jamiepegg.com/python-for-aerospace/skyfield/examples.md)
- [Azimuth and Altitude](https://aerospace.jamiepegg.com/python-for-aerospace/skyfield/examples/azimuth-and-altitude.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://aerospace.jamiepegg.com/introduction/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
