seedata.io DOCS
  • Welcome
  • Getting Started
    • What is seedata.io?
    • Core Concepts
    • Quick Start
    • Get Help
    • Subscriptions
  • Features
    • Dashboard
    • Alerts
    • Integrations
      • AWS
      • Webhook
    • Deployments
    • Seeds
      • Email
      • URL
      • Person
      • Microsoft Document (XLSX, DOCX)
      • PDF Document
      • HTML Page
      • SVG Image
      • AWS Credential
      • Virtual Machine Honeypot
      • EC2 Honeypot
    • Events
    • Intel
    • Settings
      • Whitelists
      • Users & Tokens
      • Profiles
  • Tutorials
    • Managing your alerts
      • Webhook
      • Webforms
      • Teams
      • Syslog
      • Slack
      • ServiceNow
      • Jira
      • Email
      • Elasticsearch
      • Datadog
    • Registering for a new account
    • Planting a VM honeypot seed
    • Preparing a VM Honeypot host
    • Planting an EC2 honeypot seed
    • Planting AWS Serverless Seeds
  • API reference
    • Activities
    • Api tokens
    • Copilot
      • Assessment
    • Data widgets
    • Deployments
    • Events
      • Next
      • Previous
      • Alert
      • Journal
    • Integrations
    • Intel
    • Notification recipients
      • Test
    • Seeds
      • Bulk
      • Retire
      • Test
      • Next
      • Previous
    • Stats
    • Whitelisted sources
Powered by GitBook
On this page

Was this helpful?

  1. API reference

Stats

PreviousPreviousNextWhitelisted sources

Was this helpful?

Get stats

get

Get the stats for seeds and events

Responses
200
OK
application/json
get
GET /api/stats HTTP/1.1
Host: app.seedata.io
Accept: */*
200

OK

{
  "seeds": {
    "available": 1,
    "aws_credentials": 1,
    "docx": 1,
    "docx__financial_report": 1,
    "docx__intelectual_property_report": 1,
    "docx__strategic_plan": 1,
    "docx__supplier_agreement": 1,
    "email": 1,
    "honeypot__linux_5": 1,
    "honeypot__printer": 1,
    "honeypot__windows_10": 1,
    "honeypot__windows_server_2016": 1,
    "dns_redirect": 1,
    "html": 1,
    "initialising": 1,
    "pdf": 1,
    "person": 1,
    "planted": 1,
    "retired": 1,
    "svg": 1,
    "url": 1,
    "xlsx": 1
  },
  "seedTypesWithEvents": {
    "aws_credentials": 1,
    "docx": 1,
    "docx__financial_report": 1,
    "docx__intelectual_property_report": 1,
    "docx__strategic_plan": 1,
    "docx__supplier_agreement": 1,
    "email": 1,
    "honeypot__linux_5": 1,
    "honeypot__printer": 1,
    "honeypot__windows_10": 1,
    "honeypot__windows_server_2016": 1,
    "dns_redirect": 1,
    "html": 1,
    "pdf": 1,
    "person": 1,
    "svg": 1,
    "url": 1,
    "xlsx": 1
  },
  "events": {
    "L0": 1,
    "L1": 1,
    "L2": 1,
    "L3": 1,
    "L4": 1,
    "L5": 1,
    "L6": 1,
    "being_analysed": 1,
    "closed": 1,
    "open": 1
  },
  "deployments": {
    "stopped": 1,
    "running": 1,
    "initialising": 1
  },
  "eventsOpenPriority": {
    "L0": 1,
    "L1": 1,
    "L2": 1,
    "L3": 1,
    "L4": 1,
    "L5": 1,
    "L6": 1
  },
  "latestEvents": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "title": "text",
      "type": "email",
      "interaction": "text",
      "priority": 1,
      "status": "being_analysed",
      "intel": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "type": "ip",
          "observableId": "text",
          "observableValue": "text",
          "threatScore": 1,
          "longitude": 1,
          "latitude": 1,
          "city": "text",
          "region": "text",
          "country": "text",
          "organisationName": "text",
          "organisationAsn": "text",
          "notes": {
            "blacklists": {
              "blacklists": [
                "text"
              ],
              "detections": 1,
              "engines_count": 1,
              "detection_rate": "text"
            },
            "threats": {},
            "scorecard": {
              "score": 1,
              "grade": "text",
              "grade_url": "text"
            },
            "security": {
              "is_abuser": true,
              "is_attacker": true,
              "is_bogon": true,
              "is_cloud_provider": true,
              "is_proxy": true,
              "is_relay": true,
              "is_tor": true,
              "is_tor_exit": true,
              "is_vpn": true
            }
          },
          "stats": {
            "totalEvents": 1,
            "organisationEvents": 1
          },
          "firstSeen": "text",
          "lastSeen": "text",
          "createdAt": "2025-05-12T21:48:16.077Z",
          "updatedAt": "2025-05-12T21:48:16.077Z"
        }
      ],
      "roleId": "text",
      "createdAt": "2025-05-12T21:48:16.077Z",
      "updatedAt": "2025-05-12T21:48:16.077Z",
      "source": "text",
      "target": "text",
      "details": "text",
      "destination": "text",
      "timestamp": 1,
      "seedId": "123e4567-e89b-12d3-a456-426614174000",
      "test": true,
      "whitelisted": true
    }
  ],
  "intelPerDayFromPast30Days": [
    {
      "last_seen": "2025-05-12",
      "count": 1
    }
  ],
  "totals": {
    "deployments": 1,
    "domains": 1,
    "events": 1,
    "integrations": 1,
    "notification-recipients": 1,
    "seeds": 1,
    "tokens": 1,
    "users": 1,
    "whitelisted-sources": 1
  }
}