Skip to content

paramify/evidence-fetchers

Repository files navigation

Ask DeepWiki FedRAMP 20x KSIs CodeQL Dependencies

Evidence Fetchers

Let's go fetch some evidence! And don't forget, screenshots are so 2012.

Quick Start

Set the .env file

cp .env.example .env

Run the main script to access all functionality:

python main.py

Main Options

0) Prerequisites - Set up environment variables and check dependencies

1) Select Fetchers - Choose which evidence fetcher scripts to use and generate evidence_sets.json

2) Create Evidence Sets in Paramify - Upload evidence sets to Paramify via API

3) Run Fetchers - Execute evidence fetcher scripts and store evidence files

4) Upload Evidence to Paramify - Find latest evidence directory and upload to Paramify

Key Features

  • Evidence Sets: Selectively choose which fetchers to run based on your needs
  • Paramify Integration: Automatic upload of evidence sets and evidence files
  • Timestamped Storage: All evidence stored in organized, timestamped directories
  • Multi-Instance Support: Run the same fetcher against multiple AWS regions or GitLab projects

Supported Services

AWS SentinelOne Kubernetes KnowBe4 Okta GitLab Rippling Checkov Qualys SSL Labs Paramify

Coming Soon

More evidence fetchers and integrations are coming soon. To request a new fetcher or upvote which services should be supported next, head to the Paramify Community Feature Requests. Add a new request or comment and upvote existing ones to help prioritize what we build next.

Wiz CrowdStrike

Planned Fetchers/Integrations

Directory Structure

evidence-fetchers/
├── main.py                   # Main menu system
├── fetchers/                 # Evidence fetcher scripts
│   ├── aws/                  # AWS scripts (29 available)
│   ├── sentinelone/          # SentinelOne scripts (5 available)
│   ├── k8s/                  # Kubernetes scripts (3 available)
│   ├── knowbe4/              # KnowBe4 scripts (4 available)
│   ├── okta/                 # Okta scripts (7 available)
│   ├── gitlab/               # GitLab scripts (3 available)
│   ├── rippling/             # Rippling scripts (2 available)
│   ├── checkov/              # Checkov scripts (2 available)
│   └── ssllabs/              # Qualys SSL Labs API scripts (1 available)
├── 0-prerequisites/          # Setup and dependencies
├── 1-select-fetchers/        # Fetcher selection
├── 2-create-evidence-sets/   # Create evidence sets in Paramify
├── 3-run-fetchers/           # Execute fetchers
├── 4-upload-to-paramify/     # Upload evidence to Paramify
├── 5-tests/                  # Testing and validation
├── 6-add-new-fetcher/        # Add new fetchers
└── extra-supporting-scripts/ # Additional tools

Environment Variables

Create a .env file with:

# Required: Paramify API Configuration
PARAMIFY_UPLOAD_API_TOKEN=your_api_token_here
PARAMIFY_API_BASE_URL=https://app.paramify.com/api/v0

# Optional: Service-specific configuration
AWS_PROFILE=your_aws_profile
AWS_REGION=us-east-1
KNOWBE4_API_KEY=your_knowbe4_api_key
OKTA_API_TOKEN=your_okta_api_token
OKTA_ORG_URL=https://your-org.okta.com

Dependencies

  • Python 3.x
  • dotenv (load env variables in python)
  • AWS CLI (for AWS scripts)
  • jq (JSON processor)
  • curl (HTTP client)
  • kubectl (for Kubernetes scripts)

Documentation

About

Fetchers to get evidence from tools and bring the evidence into Paramify.

Resources

Stars

Watchers

Forks

Contributors