Skip to content

Commit

Permalink
🧹 update shodan lr descriptions (#4174)
Browse files Browse the repository at this point in the history
* 🧹 update shodan lr descriptions

* Update providers/shodan/resources/shodan.lr

---------

Co-authored-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
chris-rock and tas50 authored Jun 3, 2024
1 parent 471ca78 commit 66387fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers/os/resources/os.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ resources:
installed: {}
name: {}
path: {}
is_private: true
min_mondoo_version: 5.15.0
snippets:
- query: windows.feature('SNMP-Service').installed
Expand Down Expand Up @@ -1169,6 +1170,7 @@ resources:
enabled: {}
name: {}
state: {}
is_private: true
min_mondoo_version: 9.0.0
windows.security:
fields:
Expand Down Expand Up @@ -1203,6 +1205,7 @@ resources:
installed: {}
name: {}
path: {}
is_private: true
min_mondoo_version: 9.0.0
yaml.path:
fields:
Expand Down
10 changes: 10 additions & 0 deletions providers/shodan/resources/shodan.lr
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,28 @@ private shodan.nsrecord @defaults("domain subdomain type") {

// Shodan Search Engine account
shodan.profile @defaults("displayName"){
// Indicates if the account is a member
member bool
// Number of search credits
credits int
// Display name
displayName string
// Profile creation time
createdAt time
}

// Shodan Search Engine API plan information
shodan.apiPlan @defaults("plan"){
// Number of scan credits
scanCredits int
// Name of the plan
plan string
// Indicates if the plan is active
unlocked bool
// Number of scan credits left
unlockedLeft int
// Indicated if Telnet is allowed
telnet bool
// Number of monitored IPs
monitoredIps int
}

0 comments on commit 66387fa

Please sign in to comment.