# get_security_overview

> Report a hosting account's security posture at a glance: `security` — `{csf, imunify360, modsecurity, suspended}` booleans for the host firewall, malware protection,…

- Tier: R
- Required scope: read:hosting
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/get-security-overview

## Description

Report a hosting account's security posture at a glance: `security` — `{csf, imunify360, modsecurity, suspended}` booleans for the host firewall, malware protection, web application firewall and account status. Read this first: when `imunify360` or `modsecurity` is false, `manage_imunify` and the ModSecurity routes will honestly report `feature_not_available` on this node. For the malware findings themselves use `manage_imunify`; for recent logins use `get_login_history`. Requires `read:hosting`.

## Input schema

- `input` — string (required). A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.

## Example call

```json
{
  "name": "get_security_overview",
  "arguments": {
    "input": "example.se"
  }
}
```

