fortinet.fortimanager.fmgr_widsprofile – Configure wireless intrusion detection system
Note
This plugin is part of the fortinet.fortimanager collection (version 2.1.4).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install fortinet.fortimanager
.
To use it in a playbook, specify: fortinet.fortimanager.fmgr_widsprofile
.
New in version 2.10: of fortinet.fortimanager
Synopsis
This module is able to configure a FortiManager device.
Examples include all parameters and values which need to be adjusted to data sources before usage.
Parameters
Parameter |
Comments |
---|---|
the parameter (adom) in requested url |
|
only set to True when module schema diffs with FortiManager API structure, module continues to execute without validating parameters Choices:
|
|
Enable/Disable logging for task Choices:
|
|
The overridden method for the underlying Json RPC request Choices:
|
|
the rc codes list with which the conditions to fail will be overriden |
|
the rc codes list with which the conditions to succeed will be overriden |
|
the directive to create, update or delete an object Choices:
|
|
the top level parameters set |
|
Enable/disable on-wire rogue AP auto-suppression (default = disable). Choices:
|
|
Ap-Bgscan-Disable-Day. Choices:
|
|
End time, using a 24-hour clock in the format of hh:mm, for disabling background scanning (default = 00:00). |
|
Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the sc… |
|
Start time, using a 24-hour clock in the format of hh:mm, for disabling background scanning (default = 00:00). |
|
Listening time on a scanning channel (10 - 1000 msec, default = 20). |
|
Waiting time for channel inactivity before scanning this channel (0 - 1000 msec, default = 0). |
|
Period of time between scanning two channels (1 - 600 sec, default = 1). |
|
Period of time between background scans (60 - 3600 sec, default = 600). |
|
Period of time between background scan reports (15 - 600 sec, default = 30). |
|
Period of time between foreground scan reports (15 - 600 sec, default = 15). |
|
Enable/disable rogue AP detection. Choices:
|
|
Enable/disable passive scanning. Enable means do not send probe request on any channels (default = disable). Choices:
|
|
Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20, default = -90). |
|
Enable/disable asleap attack detection (default = disable). Choices:
|
|
The threshold value for association frame flooding. |
|
Number of seconds after which a station is considered not connected. |
|
Enable/disable association frame flooding detection (default = disable). Choices:
|
|
The threshold value for authentication frame flooding. |
|
Number of seconds after which a station is considered not connected. |
|
Enable/disable authentication frame flooding detection (default = disable). Choices:
|
|
Comment. |
|
Enable/disable broadcasting de-authentication detection (default = disable). Choices:
|
|
Threshold value per second to deauth unknown src for DoS attack (0: no limit). |
|
Enable/disable EAPOL-Failure flooding (to AP) detection (default = disable). Choices:
|
|
The detection interval for EAPOL-Failure flooding (1 - 3600 sec). |
|
The threshold value for EAPOL-Failure flooding in specified interval. |
|
Enable/disable EAPOL-Logoff flooding (to AP) detection (default = disable). Choices:
|
|
The detection interval for EAPOL-Logoff flooding (1 - 3600 sec). |
|
The threshold value for EAPOL-Logoff flooding in specified interval. |
|
Enable/disable premature EAPOL-Failure flooding (to STA) detection (default = disable). Choices:
|
|
The detection interval for premature EAPOL-Failure flooding (1 - 3600 sec). |
|
The threshold value for premature EAPOL-Failure flooding in specified interval. |
|
Enable/disable premature EAPOL-Success flooding (to STA) detection (default = disable). Choices:
|
|
The detection interval for premature EAPOL-Success flooding (1 - 3600 sec). |
|
The threshold value for premature EAPOL-Success flooding in specified interval. |
|
Enable/disable EAPOL-Start flooding (to AP) detection (default = disable). Choices:
|
|
The detection interval for EAPOL-Start flooding (1 - 3600 sec). |
|
The threshold value for EAPOL-Start flooding in specified interval. |
|
Enable/disable EAPOL-Success flooding (to AP) detection (default = disable). Choices:
|
|
The detection interval for EAPOL-Success flooding (1 - 3600 sec). |
|
The threshold value for EAPOL-Success flooding in specified interval. |
|
Enable/disable invalid MAC OUI detection. Choices:
|
|
Enable/disable long duration attack detection based on user configured threshold (default = disable). Choices:
|
|
Threshold value for long duration attack detection (1000 - 32767 usec, default = 8200). |
|
WIDS profile name. |
|
Enable/disable null SSID probe response detection (default = disable). Choices:
|
|
Scan WiFi nearby stations (default = disable). Choices:
|
|
Enable/disable spoofed de-authentication attack detection (default = disable). Choices:
|
|
Enable/disable weak WEP IV (Initialization Vector) detection (default = disable). Choices:
|
|
Enable/disable wireless bridge detection (default = disable). Choices:
|
|
the adom to lock for FortiManager running in workspace mode, the value can be global and others including root |
|
the maximum time in seconds to wait for other user to release the workspace lock Default: 300 |
Notes
Note
Running in workspace locking mode is supported in this FortiManager module, the top level parameters workspace_locking_adom and workspace_locking_timeout help do the work.
To create or update an object, use state present directive.
To delete an object, use state absent directive.
Normally, running one module can fail when a non-zero rc is returned. you can also override the conditions to fail or succeed with parameters rc_failed and rc_succeeded
Examples
- hosts: fortimanager-inventory
collections:
- fortinet.fortimanager
connection: httpapi
vars:
ansible_httpapi_use_ssl: True
ansible_httpapi_validate_certs: False
ansible_httpapi_port: 443
tasks:
- name: Configure wireless intrusion detection system
fmgr_widsprofile:
bypass_validation: False
workspace_locking_adom: <value in [global, custom adom including root]>
workspace_locking_timeout: 300
rc_succeeded: [0, -2, -3, ...]
rc_failed: [-2, -3, ...]
adom: <your own value>
state: <value in [present, absent]>
widsprofile:
ap-auto-suppress: <value in [disable, enable]>
ap-bgscan-disable-day:
- sunday
- monday
- tuesday
- wednesday
- thursday
- friday
- saturday
ap-bgscan-disable-end: <value of string>
ap-bgscan-disable-start: <value of string>
ap-bgscan-duration: <value of integer>
ap-bgscan-idle: <value of integer>
ap-bgscan-intv: <value of integer>
ap-bgscan-period: <value of integer>
ap-bgscan-report-intv: <value of integer>
ap-fgscan-report-intv: <value of integer>
ap-scan: <value in [disable, enable]>
ap-scan-passive: <value in [disable, enable]>
asleap-attack: <value in [disable, enable]>
assoc-flood-thresh: <value of integer>
assoc-flood-time: <value of integer>
assoc-frame-flood: <value in [disable, enable]>
auth-flood-thresh: <value of integer>
auth-flood-time: <value of integer>
auth-frame-flood: <value in [disable, enable]>
comment: <value of string>
deauth-broadcast: <value in [disable, enable]>
deauth-unknown-src-thresh: <value of integer>
eapol-fail-flood: <value in [disable, enable]>
eapol-fail-intv: <value of integer>
eapol-fail-thresh: <value of integer>
eapol-logoff-flood: <value in [disable, enable]>
eapol-logoff-intv: <value of integer>
eapol-logoff-thresh: <value of integer>
eapol-pre-fail-flood: <value in [disable, enable]>
eapol-pre-fail-intv: <value of integer>
eapol-pre-fail-thresh: <value of integer>
eapol-pre-succ-flood: <value in [disable, enable]>
eapol-pre-succ-intv: <value of integer>
eapol-pre-succ-thresh: <value of integer>
eapol-start-flood: <value in [disable, enable]>
eapol-start-intv: <value of integer>
eapol-start-thresh: <value of integer>
eapol-succ-flood: <value in [disable, enable]>
eapol-succ-intv: <value of integer>
eapol-succ-thresh: <value of integer>
invalid-mac-oui: <value in [disable, enable]>
long-duration-attack: <value in [disable, enable]>
long-duration-thresh: <value of integer>
name: <value of string>
null-ssid-probe-resp: <value in [disable, enable]>
sensor-mode: <value in [disable, foreign, both]>
spoofed-deauth: <value in [disable, enable]>
weak-wep-iv: <value in [disable, enable]>
wireless-bridge: <value in [disable, enable]>
ap-bgscan-disable-schedules: <value of string>
ap-scan-threshold: <value of string>
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The full url requested Returned: always Sample: “/sys/login/user” |
|
The status of api request Returned: always Sample: 0 |
|
The descriptive message of the api response Returned: always Sample: “OK.” |
Authors
Link Zheng (@chillancezen)
Jie Xue (@JieX19)
Frank Shen (@fshen01)
Hongbin Lu (@fgtdev-hblu)