fortinet.fortios.fortios_wireless_controller_wids_profile – Configure wireless intrusion detection system (WIDS) profiles in Fortinet’s FortiOS and FortiGate.
Note
This plugin is part of the fortinet.fortios collection (version 2.1.3).
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.fortios
.
To use it in a playbook, specify: fortinet.fortios.fortios_wireless_controller_wids_profile
.
New in version 2.10: of fortinet.fortios
Synopsis
This module is able to configure a FortiGate or FortiOS (FOS) device by allowing the user to set and modify wireless_controller feature and wids_profile category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v6.0.0
Requirements
The below requirements are needed on the host that executes this module.
ansible>=2.9.0
Parameters
Parameter |
Comments |
---|---|
Token-based authentication. Generated from GUI of Fortigate. |
|
Enable/Disable logging for task. Choices:
|
|
Member attribute path to operate on. Delimited by a slash character if there are more than one attribute. Parameter marked with member_path is legitimate for doing member operation. |
|
Add or delete a member under specified attribute path. When member_state is specified, the state option is ignored. Choices:
|
|
Indicates whether to create or remove the object. Choices:
|
|
Virtual domain, among those defined previously. A vdom is a virtual instance of the FortiGate that can be configured and used as a different unit. Default: “root” |
|
Configure wireless intrusion detection system (WIDS) profiles. |
|
Enable/disable on-wire rogue AP auto-suppression . Choices:
|
|
Optionally turn off scanning for one or more days of the week. Separate the days with a space. By default, no days are set. Choices:
|
|
End time, using a 24-hour clock in the format of hh:mm, for disabling background scanning . |
|
Firewall schedules for turning off FortiAP radio background scan. Background scan will be disabled when at least one of the schedules is valid. Separate multiple schedule names with a space. |
|
Schedule name. Source firewall.schedule.group.name firewall.schedule.recurring.name firewall.schedule.onetime.name. |
|
Start time, using a 24-hour clock in the format of hh:mm, for disabling background scanning . |
|
Listening time on a scanning channel (10 - 1000 msec). |
|
Waiting time for channel inactivity before scanning this channel (0 - 1000 msec). |
|
Period of time between scanning two channels (1 - 600 sec). |
|
Period of time between background scans (60 - 3600 sec). |
|
Period of time between background scan reports (15 - 600 sec). |
|
Period of time between foreground scan reports (15 - 600 sec). |
|
Enable/disable rogue AP detection. Choices:
|
|
Enable/disable passive scanning. Enable means do not send probe request on any channels . Choices:
|
|
Minimum signal level/threshold in dBm required for the AP to report detected rogue AP (-95 to -20). |
|
Enable/disable asleap attack detection . 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 . 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 . Choices:
|
|
Comment. |
|
Enable/disable broadcasting de-authentication detection . Choices:
|
|
Threshold value per second to deauth unknown src for DoS attack (0: no limit). |
|
Enable/disable EAPOL-Failure flooding (to AP) detection . 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 . 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 . 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 . 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 . 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 . 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 . Choices:
|
|
Threshold value for long duration attack detection (1000 - 32767 usec). |
|
WIDS profile name. |
|
Enable/disable null SSID probe response detection . Choices:
|
|
Scan WiFi nearby stations . Choices:
|
|
Enable/disable spoofed de-authentication attack detection . Choices:
|
|
Enable/disable weak WEP IV (Initialization Vector) detection . Choices:
|
|
Enable/disable wireless bridge detection . Choices:
|
Examples
- collections:
- fortinet.fortios
connection: httpapi
hosts: fortigate01
vars:
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
vdom: root
tasks:
- name: fortios_wireless_controller_wids_profile
fortios_wireless_controller_wids_profile:
vdom: root
state: present
wireless_controller_wids_profile:
ap_auto_suppress: disable
ap_bgscan_duration: 20
ap_bgscan_idle: 0
ap_bgscan_intv: 1
ap_bgscan_period: 600
ap_bgscan_report_intv: 30
ap_fgscan_report_intv: 15
ap_scan: disable
ap_scan_passive: disable
ap_scan_threshold: '-90'
asleap_attack: disable
assoc_flood_thresh: 30
assoc_flood_time: 10
assoc_frame_flood: disable
auth_flood_thresh: 30
auth_flood_time: 10
auth_frame_flood: disable
deauth_broadcast: disable
deauth_unknown_src_thresh: 10
eapol_fail_flood: disable
eapol_fail_intv: 1
eapol_fail_thresh: 10
eapol_logoff_flood: disable
eapol_logoff_intv: 1
eapol_logoff_thresh: 10
eapol_pre_fail_flood: disable
eapol_pre_fail_intv: 1
eapol_pre_fail_thresh: 10
eapol_pre_succ_flood: disable
eapol_pre_succ_intv: 1
eapol_pre_succ_thresh: 10
eapol_start_flood: disable
eapol_start_intv: 1
eapol_start_thresh: 10
eapol_succ_flood: disable
eapol_succ_intv: 1
eapol_succ_thresh: 10
invalid_mac_oui: disable
long_duration_attack: disable
long_duration_thresh: 8200
name: terr-test-rdmstr
null_ssid_probe_resp: disable
sensor_mode: disable
spoofed_deauth: disable
weak_wep_iv: disable
wireless_bridge: disable
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Build number of the fortigate image Returned: always Sample: “1547” |
|
Last method used to provision the content into FortiGate Returned: always Sample: “PUT” |
|
Last result given by FortiGate on last operation applied Returned: always Sample: “200” |
|
Master key (id) used in the last call to FortiGate Returned: success Sample: “id” |
|
Name of the table used to fulfill the request Returned: always Sample: “urlfilter” |
|
Path of the table used to fulfill the request Returned: always Sample: “webfilter” |
|
Internal revision number Returned: always Sample: “17.0.2.10658” |
|
Serial number of the unit Returned: always Sample: “FGVMEVYYQT3AB5352” |
|
Indication of the operation’s result Returned: always Sample: “success” |
|
Virtual domain used Returned: always Sample: “root” |
|
Version of the FortiGate Returned: always Sample: “v5.6.3” |
Authors
Link Zheng (@chillancezen)
Jie Xue (@JieX19)
Hongbin Lu (@fgtdev-hblu)
Frank Shen (@frankshen01)
Miguel Angel Munoz (@mamunozgonzalez)
Nicolas Thomas (@thomnico)