Projects

Managing Assets

An asset is a specific target within a project — the system or application you want to test. Each asset can have multiple test jobs run against it over time.

Asset Types

PAIStrike supports the following asset types:

TypeDescriptionTarget Format
WebWeb applications accessible via HTTP/HTTPSURL (e.g., https://app.example.com)
APIREST, GraphQL, or other web APIsBase URL or OpenAPI spec URL
MobileiOS or Android applicationsApp identifier or upload
NetworkHosts, IP ranges, or subnetsIP address or CIDR range
CloudCloud service endpoints or infrastructureCloud resource URL or identifier
OtherAnything not covered by the above categoriesCustom description

Adding an Asset

  1. Open a project.
  2. Click Add Asset.
  3. Fill in the asset details:

Asset Name

A human-readable name to identify this asset.

  • Example: Production Web App, Internal API v2, Dev Server
  • Required; must be 2–128 characters

Asset Type

Select the type that best matches your target (see table above).

Target (URL / IP Address)

The actual address or identifier for the asset.

  • For Web/API: a full URL including scheme (e.g., https://api.example.com)
  • For Network: an IP address or CIDR range (e.g., 192.168.1.0/24)
  • For Mobile: the app bundle identifier or store URL

Description

Optional notes about the asset. Use this to capture:

  • Technology stack
  • Authentication requirements
  • Scope notes or exclusions
  • Contact information for the asset owner

Status

Set the asset's current status:

StatusMeaning
ActiveAsset is in scope and can be tested
InactiveAsset exists but is currently out of scope
ArchivedPreserved for historical reference
  1. Click Save Asset.

Editing an Asset

  1. Open the project and find the asset in the list.
  2. Click the asset name to open the asset detail page.
  3. Click Edit Asset.
  4. Update the relevant fields.
  5. Click Save.

Viewing Asset History

The asset detail page shows a history of all jobs run against it, including:

  • Job start and end times
  • Testing mode (black box / white box)
  • Number of findings discovered
  • Final job status

This history helps track how the security posture of an asset changes over time as issues are remediated and retested.

Deleting an Asset

Warning: Deleting an asset removes all associated jobs and findings permanently.

  1. Open the asset.
  2. Click Delete Asset in the asset settings or danger zone.
  3. Confirm the deletion.

Only Admins and Maintainers can delete assets.

On this page