Stats

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-06-23T22:32:51.660Z",
          "updatedAt": "2025-06-23T22:32:51.660Z"
        }
      ],
      "roleId": "text",
      "createdAt": "2025-06-23T22:32:51.660Z",
      "updatedAt": "2025-06-23T22:32:51.660Z",
      "source": "text",
      "target": "text",
      "details": "text",
      "destination": "text",
      "timestamp": 1,
      "seedId": "123e4567-e89b-12d3-a456-426614174000",
      "test": true,
      "whitelisted": true
    }
  ],
  "intelPerDayFromPast30Days": [
    {
      "last_seen": "2025-06-23",
      "count": 1
    }
  ],
  "totals": {
    "deployments": 1,
    "domains": 1,
    "events": 1,
    "integrations": 1,
    "notification-recipients": 1,
    "seeds": 1,
    "tokens": 1,
    "users": 1,
    "whitelisted-sources": 1
  }
}

Was this helpful?