Enum Class CyberReconType
- All Implemented Interfaces:
Serializable
,Comparable<CyberReconType>
,Constable
This
enum
type is generated from XML,
UID 694,
marshal size 8;
CyberReconType has 75 enumerations total.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccount DiscoverySMTPSNMP SweepSoftware DiscoverAd MalwareAntivirus TrojanApplication Window DiscoveryARP ScanBanner GrabbingBounce ScanBrowser Bookmark DiscoveryCloud Infrastructure DiscoveryCloud Service DashboardCloud Service DiscoverySystem Owner User DiscoveryComplianceRootkitCSRFSYN ScanSystem Network Configuration DiscoveryDatabase InjectionDatabase StructureDB Manufacture VersionDeviceDNSDomainDomain Trust DiscoverySystem Network Connections DiscoveryFile And Directory DiscoveryFIN ScanFTPHTTPIPIdle ScanIGMPInput ValidationLDAP ScanRemote System DiscoveryRARPNetwork MapNetwork Service ScanningNetwork Share DiscoveryNetwork SniffingNTPNULL ScanOS ScanPassword Policy DiscoveryPatch HistoryPeripheral Device DiscoveryPermission Groups DiscoveryPingPing ScanPort ScanPort SweepProcess DiscoveryQuery RegistryTCP ConnectSystem Service DiscoveryRPC ScanSystem Information DiscoverySystem Time DiscoveryServiceSLIPNet Bios ScanPPPTrace RouteUNIX - LinuxVirtualization Sandbox EvasionVulnerabilityWeb CrawlerWindowsWireless ActiveWireless PassiveXMAS ScanXSS -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationstatic CyberReconType
getEnumForValue
(int value) Provide enumeration for a given valueint
Returns size of this serialized (marshalled) object in bytesgetName()
Provide nameboolean
getTRACE()
Whether tracing is on or off for this objectint
getValue()
Provide enumeration valuevoid
marshal
(DataOutputStream dos) Marshal value to DataOutputStreamvoid
marshal
(ByteBuffer byteBuffer) Marshal value to ByteBuffervoid
setTRACE
(boolean value) Set tracing on/off for this objecttoString()
Provide simple identifierstatic CyberReconType
Unmarshal value to DataInputStreamstatic CyberReconType
unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic CyberReconType
Returns the enum constant of this class with the specified name.static CyberReconType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCOUNT_DISCOVERY
Account Discovery -
AD_MALWARE
Ad Malware -
ANTIVIRUS_TROJAN
Antivirus Trojan -
APPLICATION_WINDOW_DISCOVERY
Application Window Discovery -
ARP_SCAN
ARP Scan -
BANNER_GRABBING
Banner Grabbing -
BOUNCE_SCAN
Bounce Scan -
BROWSER_BOOKMARK_DISCOVERY
Browser Bookmark Discovery -
CLOUD_INFRASTRUCTURE_DISCOVERY
Cloud Infrastructure Discovery -
CLOUD_SERVICE_DASHBOARD
Cloud Service Dashboard -
CLOUD_SERVICE_DISCOVERY
Cloud Service Discovery -
COMPLIANCE
Compliance -
CSRF
CSRF -
DATABASE_INJECTION
Database Injection -
DATABASE_STRUCTURE
Database Structure -
DB_MANUFACTURE_VERSION
DB Manufacture Version -
DEVICE
Device -
DNS
DNS -
DOMAIN
Domain -
DOMAIN_TRUST_DISCOVERY
Domain Trust Discovery -
FILE_AND_DIRECTORY_DISCOVERY
File And Directory Discovery -
FIN_SCAN
FIN Scan -
FTP
FTP -
HTTP
HTTP -
IDLE_SCAN
Idle Scan -
IGMP
IGMP -
INPUT_VALIDATION
Input Validation -
IDENTIFICATION_FRIEND_OR_FOE
IP -
LDAP_SCAN
LDAP Scan -
SUPPLEMENTAL_EMISSION_ENTITY_STATE
Net Bios Scan -
NETWORK_MAP
Network Map -
NETWORK_SERVICE_SCANNING
Network Service Scanning -
NETWORK_SHARE_DISCOVERY
Network Share Discovery -
NETWORK_SNIFFING
Network Sniffing -
NTP
NTP -
NULL_SCAN
NULL Scan -
OS_SCAN
OS Scan -
PASSWORD_POLICY_DISCOVERY
Password Policy Discovery -
PATCH_HISTORY
Patch History -
PERIPHERAL_DEVICE_DISCOVERY
Peripheral Device Discovery -
PERMISSION_GROUPS_DISCOVERY
Permission Groups Discovery -
PING
Ping -
PING_SCAN
Ping Scan -
PORT_SCAN
Port Scan -
PORT_SWEEP
Port Sweep -
TIME_SPACE_POSITION_INFORMATION
PPP -
PROCESS_DISCOVERY
Process Discovery -
QUERY_REGISTRY
Query Registry -
LIVE_ENTITY_FIRE
RARP -
LIVE_ENTITY_DETONATION
Remote System Discovery -
CREATE_ENTITY_RELIABLE
Rootkit -
REMOVE_ENTITY_RELIABLE
RPC Scan -
START_RESUME_RELIABLE
Service -
STOP_FREEZE_RELIABLE
SLIP -
ACKNOWLEDGE_RELIABLE
SMTP -
ACTION_REQUEST_RELIABLE
SNMP Sweep -
ACTION_RESPONSE_RELIABLE
Software Discover -
DATA_QUERY_RELIABLE
SYN Scan -
SET_DATA_RELIABLE
System Information Discovery -
DATA_RELIABLE
System Network Configuration Discovery -
EVENT_REPORT_RELIABLE
System Network Connections Discovery -
COMMENT_RELIABLE
System Owner User Discovery -
RECORD_RELIABLE
System Service Discovery -
SET_RECORD_RELIABLE
System Time Discovery -
RECORD_QUERY_RELIABLE
TCP Connect -
TRACE_ROUTE
Trace Route -
UNIX_LINUX
UNIX - Linux -
VIRTUALIZATION_SANDBOX_EVASION
Virtualization Sandbox Evasion -
VULNERABILITY
Vulnerability -
WEB_CRAWLER
Web Crawler -
WINDOWS
Windows -
WIRELESS_ACTIVE
Wireless Active -
WIRELESS_PASSIVE
Wireless Passive -
XMAS_SCAN
XMAS Scan -
XSS
XSS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Provide enumeration value- Returns:
- integer value
-
getDescription
-
getEnumBitWidth
public static int getEnumBitWidth()bit width for this enumeration- Returns:
- number of bits wide
-
getEnumForValue
Provide enumeration for a given value- Parameters:
value
- integer value of interest- Returns:
- enumeration corresponding to numeric value
-
setTRACE
public void setTRACE(boolean value) Set tracing on/off for this object- Parameters:
value
- whether tracing is on or off
-
getTRACE
public boolean getTRACE()Whether tracing is on or off for this object- Returns:
- whether tracing is on or off
-
marshal
Marshal value to DataOutputStream- Parameters:
dos
- DataOutputStream for output- Throws:
IOException
- input-output error- See Also:
-
marshal
Marshal value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for output- Throws:
IOException
- input-output errorException
- See Also:
-
unmarshalEnum
Unmarshal value to DataInputStream- Parameters:
dis
- DataInputStream for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
unmarshalEnum
Unmarshal enumeration value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
getName
-
toString
Provide simple identifier- Overrides:
toString
in classEnum<CyberReconType>
- Returns:
- class name, value and name
-