ShazzamLaunch - Global
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- API reference
The ShazzamLaunch script include provides methods to handle the details of launching a Shazzam probe for a given discovery.
Use this script include to launch a Shazzam probe during the discovery scanning phase.
ShazzamLaunch - ShazzamLaunch(DiscoveryStatus status, DiscoverySchedule schedule)
Creates an instance of the Shazzamlaunch class.
Name | Type | Description |
---|---|---|
status | DiscoveryStatus | The DiscoveryStatus instance for this discovery. |
schedule | DiscoverySchedule | The DiscoverySchedule instance for this discovery. |
Type | Description |
---|---|
void |
ShazzamLaunch - addPortProbe(String midPPs, String portProbes, IPIncludeExcluldeCollection ipiec)
Adds a single port probe to our MID services collection.
Name | Type | Description |
---|---|---|
midPPs | String | A hashmap with two properties.
|
portProbes | String | A hashmap (byMIDServer name) that contains these properties.
|
ipiec | IPIncludeExcludeCollection | The range to be probed. |
Type | Description |
---|---|
void |
ShazzamLaunch - addRange(IPCollection ipc, String portProbes, Boolean samePhase)
Adds the specified range and this discovery's port probes to scan (as defined by behavior) to the collection of MID servers and port probes that need to be probed.
Name | Type | Description |
---|---|---|
ipc | IPCollection | The range to be discovered |
portProbes | String | A hashmap (by MID server name) of hashmaps containing these properties.
|
samePhase | Boolean | True if this should use the same phase as is currently running. |
Type | Description |
---|---|
void |
ShazzamLaunch - fireShazzamProbe(String portProbe, String ip, String sensor)
Fires a Shazzam probe for the MID server and services in the given hash map.
Name | Type | Description |
---|---|---|
portProbe | String | A hashmap containing these properties.
|
ip | String | A comma-separated list of IPs to fire probes for. |
sensor | String | The sys_id of the sensor that launched this probe (network discovery only). |
Type | Description |
---|---|
void |
ShazzamLaunch - launch(String ip, Boolean samePhase, String sensor)
Launches Shazzam probes as necessary, depending on the current phase of each behavior used.
Name | Type | Description |
---|---|---|
ip | String | A comma-separated list of IPs to fire probes for. |
samePhase | Boolean | True if this launch should use the same phase as is currently running. |
sensor | String | The sys_id of the sensor that launched this (only in network discovery). |
Type | Description |
---|---|
Boolean | True if any probes are launched. |
ShazzamLaunch - makeProbeSpec(String portProbe)
Makes an XML port probe spec for the given port probe hashmap.
Name | Type | Description |
---|---|---|
portProbe | String | A hashmap containing these properties.
|
Type | Description |
---|---|
String | An XML port probe specification |
On this page
- ShazzamLaunch - ShazzamLaunch(DiscoveryStatus status, DiscoverySchedule schedule)
- ShazzamLaunch - addPortProbe(String midPPs, String portProbes, IPIncludeExcluldeCollection
ipiec)
- ShazzamLaunch - addRange(IPCollection ipc, String portProbes, Boolean samePhase)
- ShazzamLaunch - fireShazzamProbe(String portProbe, String ip, String sensor)
- ShazzamLaunch - launch(String ip, Boolean samePhase, String sensor)
- ShazzamLaunch - makeProbeSpec(String portProbe)