-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nmap resource pack to docs (#507)
New resource pack. Also pull in the updated aws resources Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
16 changed files
with
233 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Nmap Resource Pack - MQL Resources | ||
id: nmap.pack | ||
sidebar_label: Nmap Resource Pack | ||
displayed_sidebar: MQL | ||
description: The Nmap resource pack lets you use MQL to query and assess the network devices with Nmap. | ||
--- | ||
|
||
# Mondoo Nmap Resource Pack Reference | ||
|
||
The Nmap resource pack lets you use MQL to query and assess the network devices with Nmap. | ||
|
||
Resources included in this pack: | ||
|
||
| ID | DESCRIPTION | | ||
| ----------------------------------------------------- | ------------------------ | | ||
| [nmap](nmap.md) | Nmap | | ||
| [nmap.host](nmap.host.md) | Nmap host | | ||
| [nmap.network](nmap.network.md) | Nmap network | | ||
| [nmap.port](nmap.port.md) | Nmap port | | ||
| [nmap.versionInformation](nmap.versioninformation.md) | Nmap version information | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: nmap.host | ||
id: nmap.host | ||
sidebar_label: nmap.host | ||
displayed_sidebar: MQL | ||
description: Nmap host | ||
--- | ||
|
||
# nmap.host | ||
|
||
**Description** | ||
|
||
Nmap host | ||
|
||
**Init** | ||
|
||
nmap.host(name string) | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| --------- | ----------------------------------- | ------------------------------------------- | | ||
| name | string | Name of the host | | ||
| distance | dict | Distance to the host | | ||
| os | dict | Information about the host operating system | | ||
| endTime | time | | | ||
| comment | string | Comments about the host | | ||
| trace | dict | Trace route information | | ||
| addresses | []dict | Addresses associated with the host | | ||
| hostnames | []dict | Hostnames associated with the host | | ||
| ports | [][nmap.port](nmap.port.md) | Ports on the host | | ||
| state | string | State of the host (e.g., up or down) | |
Oops, something went wrong.