Skip to content

Managing Properties

A property is a logical grouping within your organization that helps you organize and isolate resources. Think of properties as containers for related decoys, domains, and detections.

Use CaseProperty Examples
Multiple websites”Main Website”, “Blog”, “E-commerce Store”
Environments”Production”, “Staging”, “Development”
Applications”Web App”, “Mobile API”, “Admin Portal”
Clients (agencies)“Client A Website”, “Client B API”
Business units”Marketing Site”, “Customer Portal”, “Partner API”

Properties provide several benefits:

  1. Organization - Group related resources together
  2. Filtering - View detections for a specific property only
  3. Access Control - Assign different owners to different properties
  4. Separation - Keep production and development detections separate
Organization: "Acme Corp"
├── Property: "Production Website"
│ ├── Domain: www.acme.com
│ ├── Decoy: /admin-backup
│ ├── Bot Scanner: Main Scanner
│ └── Detections: 1,247
├── Property: "Staging Environment"
│ ├── Domain: staging.acme.com
│ ├── Decoy: /test-endpoint
│ └── Detections: 23
└── Property: "Mobile API"
├── Domain: api.acme.com
├── Decoy: /v1/admin
└── Detections: 892

  1. Navigate to Settings → Properties in the sidebar
  2. Click the New Property button
  3. Enter a property name
    • Choose something descriptive
    • Example: “Production Website” or “Customer Portal”
  4. Click Create

The number of properties you can create depends on your subscription:

PlanProperty Limit
Trial1
Starter3
Pro10
EnterpriseUnlimited

If you’ve reached your limit, you’ll see a message indicating you need to upgrade your plan.

Good NamesWhy
”Production Website”Clear and specific
”api.example.com”Domain-based naming
”E-commerce Store”Purpose-based naming
”Client: Acme Corp”Client identification
AvoidWhy
”Property 1”Not descriptive
”Test”Too vague
”asdf”Meaningless

When you select a property, all data in the dashboard is filtered to show only that property’s resources and detections.

  1. Look at the top of the sidebar for the property dropdown
  2. Click the dropdown to see all available properties
  3. Select the property you want to view
  4. The dashboard and all pages will update to show that property’s data
PageWhat’s Filtered
DashboardDetection charts show selected property only
DetectionsOnly detections from selected property
DecoysOnly decoys belonging to selected property
Bot ScannersOnly scanners for selected property
DomainsOnly domains associated with selected property
  • Your selected property is remembered during your session
  • When you log back in, you’ll return to your last selected property
  • Each browser tab maintains its own property context

  1. Go to Settings → Properties
  2. Find the property in the list
  3. View:
    • Property name
    • Number of owners
    • Creation date
  1. Go to Settings → Properties
  2. Click the Edit button (pencil icon) next to the property
  3. Update the property name
  4. Click Save

Each property can have multiple owners who have full control over that property:

  • View and manage all resources in the property
  • Create and delete decoys
  • Configure bot scanners
  • View all detections
  1. Go to Settings → Properties
  2. Click the property to view details
  3. Click Add Owner
  4. Select the user from your organization members
  5. Click Add
  1. Go to Settings → Properties
  2. Click the property to view details
  3. Find the owner in the list
  4. Click Remove

Note: A property must have at least one owner. You cannot remove the last owner.

Warning: Deleting a property permanently removes all associated decoys, bot scanners, and detections. This action cannot be undone.

  1. Go to Settings → Properties
  2. Click the Delete button (trash icon) next to the property
  3. Confirm the deletion in the dialog
  4. The property and all its resources are permanently removed
ResourceResult
DecoysPermanently deleted
Bot ScannersPermanently deleted
DetectionsPermanently deleted
DomainsMoved to “unassigned” (can be reassigned)

Here’s a typical workflow for an agency managing multiple clients:

  1. Create the organization: “Web Agency Inc”

  2. Create properties for each client:

    • “Client: Acme Corp”
    • “Client: Globex Inc”
    • “Client: Initech”
  3. Set up domains per property:

    • Acme Corp → decoy.acme.com
    • Globex Inc → security.globex.io
    • Initech → monitor.initech.com
  4. Create decoys per property:

    • Each client gets their own set of honeypot links
    • Detections are automatically isolated by property
  5. View detections by client:

    • Switch to “Client: Acme Corp” property
    • See only Acme’s detections
    • Generate reports for that specific client

ScenarioRecommendation
New production websiteCreate a new property
Temporary staging environmentUse existing dev/staging property
New client (agencies)Create a new property
Feature branch testingUse existing dev property
Completely separate applicationCreate a new property
  1. Be consistent with naming conventions across properties
  2. Don’t over-segment - too many properties makes management complex
  3. Use environment-based naming for the same application (Prod/Staging/Dev)
  4. Document which property maps to which resources
  5. Review regularly and clean up unused properties

Now that you understand properties, learn about your subscription options: