Documentation
Everything you need to get started with ShieldGraph.
Getting Started
Follow these steps to set up ShieldGraph and run your first vulnerability scan.
1
Sign Up
Create your ShieldGraph account and set up your organization.
bash
# Visit https://app.shieldgraph.com to create an account2
Add Your Assets
Register the infrastructure assets you want to scan.
bash
shieldgraph assets add --type web-app --name 'My App' --host app.example.com3
Deploy a Scan Agent
Install an agent for internal network scanning.
bash
curl -fsSL https://get.shieldgraph.com/agent | sh
shieldgraph-agent configure --token YOUR_TOKEN
shieldgraph-agent start --daemon4
Run Your First Scan
Launch a vulnerability scan across your assets.
bash
shieldgraph scan start --type full --target 'My App'5
Review Results
Analyze findings in the dashboard with attack graph visualization.
bash
# Open https://app.shieldgraph.com/dashboard
# View findings, attack paths, and prioritized fixes