Skip to content

Instantly share code, notes, and snippets.

@chase2981
Last active February 11, 2022 02:34
Show Gist options
  • Save chase2981/5d85713110cb24d5a0f7caa91f5a243a to your computer and use it in GitHub Desktop.
Save chase2981/5d85713110cb24d5a0f7caa91f5a243a to your computer and use it in GitHub Desktop.
Hacking
Last login: Thu Feb 10 16:46:51 on console
/Users/chasegibbons/.zprofile:source:1: no such file or directory: /Users/chasegibbons/Desktop/rd-scripts/code/setup/setup/zsh/zprofile.zsh
chasegibbons@work ~ % systemextensionsctl list
1 extension(s)
--- com.apple.system_extension.driver_extension
enabled active teamID bundleID (version) name [state]
* * G43BCU2T37 org.pqrs.Karabiner-DriverKit-VirtualHIDDevice (1.6.0/1.6.0) org.pqrs.Karabiner-DriverKit-VirtualHIDDevice [activated enabled]
chasegibbons@work ~ % sudo systemextensionsctl reset
]Enter PIN for 'Certificate For PIV Authentication (Yubico PIV Authentication)':
Enter PIN for 'Certificate For PIV Authentication (Yubico PIV Authentication)':
Database reset successfully.
zsh: segmentation fault sudo systemextensionsctl reset
chasegibbons@work ~ % sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
Error: unable to open database "/var/db/SystemPolicyConfiguration/KextPolicy": unable to open database file
chasegibbons@work ~ % sudo sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
SQLite version 3.36.0 2021-06-18 18:58:49
Enter ".help" for usage hints.
sqlite> select * from kext_policy;
VB5E2TV963|org.virtualbox.kext.VBoxNetAdp|1|Oracle America, Inc.|5
VB5E2TV963|org.virtualbox.kext.VBoxUSB|1|Oracle America, Inc.|5
VB5E2TV963|org.virtualbox.kext.VBoxNetFlt|1|Oracle America, Inc.|5
VB5E2TV963|org.virtualbox.kext.VBoxDrv|1|Oracle America, Inc.|5
7266XEXAPM|com.rogueamoeba.ACE.driver|1|Rogue Amoeba Software, LLC|1
sqlite> help
...> ^C^C% chasegibbons@work ~ % sudo sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
SQLite version 3.36.0 2021-06-18 18:58:49
Enter ".help" for usage hints.
sqlite> .help
.auth ON|OFF Show authorizer callbacks
.backup ?DB? FILE Backup DB (default "main") to FILE
.bail on|off Stop after hitting an error. Default OFF
.binary on|off Turn binary output on or off. Default OFF
.cd DIRECTORY Change the working directory to DIRECTORY
.changes on|off Show number of rows changed by SQL
.check GLOB Fail if output since .testcase does not match
.clone NEWDB Clone data into NEWDB from the existing database
.databases List names and files of attached databases
.dbconfig ?op? ?val? List or change sqlite3_db_config() options
.dbinfo ?DB? Show status information about the database
.dump ?OBJECTS? Render database content as SQL
.echo on|off Turn command echo on or off
.eqp on|off|full|... Enable or disable automatic EXPLAIN QUERY PLAN
.excel Display the output of next command in spreadsheet
.exit ?CODE? Exit this program with return-code CODE
.expert EXPERIMENTAL. Suggest indexes for queries
.explain ?on|off|auto? Change the EXPLAIN formatting mode. Default: auto
.filectrl CMD ... Run various sqlite3_file_control() operations
.fullschema ?--indent? Show schema and the content of sqlite_stat tables
.headers on|off Turn display of headers on or off
.help ?-all? ?PATTERN? Show help text for PATTERN
.import FILE TABLE Import data from FILE into TABLE
.imposter INDEX TABLE Create imposter table TABLE on index INDEX
.indexes ?TABLE? Show names of indexes
.limit ?LIMIT? ?VAL? Display or change the value of an SQLITE_LIMIT
.lint OPTIONS Report potential schema issues.
.log FILE|off Turn logging on or off. FILE can be stderr/stdout
.mode MODE ?TABLE? Set output mode
.nullvalue STRING Use STRING in place of NULL values
.once ?OPTIONS? ?FILE? Output for the next SQL command only to FILE
.open ?OPTIONS? ?FILE? Close existing database and reopen FILE
.output ?FILE? Send output to FILE or stdout if FILE is omitted
.parameter CMD ... Manage SQL parameter bindings
.print STRING... Print literal STRING
.progress N Invoke progress handler after every N opcodes
.prompt MAIN CONTINUE Replace the standard prompts
.quit Exit this program
.read FILE Read input from FILE
.recover Recover as much data as possible from corrupt db.
.restore ?DB? FILE Restore content of DB (default "main") from FILE
.save FILE Write in-memory database into FILE
.scanstats on|off Turn sqlite3_stmt_scanstatus() metrics on or off
.schema ?PATTERN? Show the CREATE statements matching PATTERN
.selftest ?OPTIONS? Run tests defined in the SELFTEST table
.separator COL ?ROW? Change the column and row separators
.session ?NAME? CMD ... Create or control sessions
.sha3sum ... Compute a SHA3 hash of database content
.shell CMD ARGS... Run CMD ARGS... in a system shell
.show Show the current values for various settings
.stats ?ARG? Show stats or turn stats on or off
.system CMD ARGS... Run CMD ARGS... in a system shell
.tables ?TABLE? List names of tables matching LIKE pattern TABLE
.testcase NAME Begin redirecting output to 'testcase-out.txt'
.testctrl CMD ... Run various sqlite3_test_control() operations
.timeout MS Try opening locked tables for MS milliseconds
.timer on|off Turn SQL timer on or off
.trace ?OPTIONS? Output each SQL statement as it is run
.vfsinfo ?AUX? Information about the top-level VFS
.vfslist List all available VFSes
.vfsname ?AUX? Print the name of the VFS stack
.width NUM1 NUM2 ... Set minimum column widths for columnar output
sqlite> .tables
deprecation_alert_history kext_policy_mdm
kext_load_history_v3 settings
kext_policy
sqlite> select * from kext_load_history_v3
...> ;
/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBRecoveryHost.kext|Apple Software|com.apple.driver.usb.AppleUSBRecoveryHost|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:39|2021-10-04 22:05:39|16|1cad418c1334e3e285b53de66923a68540828643
/Library/Extensions/HighPointRR.kext|DX6G69M9N2|com.highpoint-tech.kext.HighPointRR|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2022-02-10 23:27:04|49|4fb1f14d2b3d9639665a4df7e953b63765306616
/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBVHCIRSM.kext|Apple Software|com.apple.driver.usb.AppleUSBVHCIRSM|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2021-10-04 22:05:40|16|d16b89f356863ca10672bbaa1b3bc5c5070c6cf2
/Library/Extensions/SoftRAID.kext|Q9P8K45M5C|com.softraid.driver.SoftRAID|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2022-02-10 23:27:04|49|642cdfe67b3654709980c832df053cbebe77da23
/Library/Extensions/HighPointIOP.kext|DX6G69M9N2|com.highpoint-tech.kext.HighPointIOP|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2022-02-10 23:27:04|49|e917a18aeefac30f0249fe451715c48100d5a1fc
/System/Library/Extensions/AppleUSBCommon.kext/Contents/PlugIns/AppleUSBVHCICommonRSM.kext|Apple Software|com.apple.driver.usb.AppleUSBVHCICommonRSM|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2021-10-04 22:05:40|16|707ec1a4f24a64f018ff1ff23e3dd0081cce3ced
/Library/Apple/System/Library/Extensions/AppleMobileDevice.kext|Apple Software|com.apple.driver.AppleMobileDevice|B6419938-4CAB-436A-8884-35DA5FBCD495|2021-11-21 08:11:43|2021-11-21 08:11:43|528|01c2cc1b4ae5a6bb34466d26097a30d2ba094134
/Library/Application Support/VirtualBox/VBoxNetFlt.kext|VB5E2TV963|org.virtualbox.kext.VBoxNetFlt|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:26|2022-02-10 23:27:05|117|93162501a410febebf9c3783bb4e338083087065
/Library/Application Support/VirtualBox/VBoxUSB.kext|VB5E2TV963|org.virtualbox.kext.VBoxUSB|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:26|2022-02-10 23:27:05|117|91abdcc466efaf7c335beb3cd6d62ce241ccbfba
/Library/Application Support/VirtualBox/VBoxDrv.kext|VB5E2TV963|org.virtualbox.kext.VBoxDrv|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:27|2022-02-10 23:27:04|117|aa8cb3dbb5e14c4b3356c6d330877be0979f9cc8
/Library/Application Support/VirtualBox/VBoxNetAdp.kext|VB5E2TV963|org.virtualbox.kext.VBoxNetAdp|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:27|2022-02-10 23:27:04|53|5b328dd1eff03f289d237b846a9eeb4d122d8d5f
/Library/Audio/Plug-Ins/HAL/ACE.driver|7266XEXAPM|com.rogueamoeba.ACE.driver|7CDE9221-98FC-4377-95AD-DEFB851EE49B|2021-12-25 05:57:37|2022-02-10 23:46:29|1073|5472d606a066950fa6e02046a91d50f918dcb1cb
/Library/Preferences/Audio/Data/ACE.driver|7266XEXAPM|com.rogueamoeba.ACE.driver|DBD11BB9-C296-4A27-8D8A-6361119EC6A6|2021-12-25 05:59:09|2022-02-10 23:46:50|1073|5472d606a066950fa6e02046a91d50f918dcb1cb
sqlite>
Last login: Thu Feb 10 16:46:51 on console
/Users/chasegibbons/.zprofile:source:1: no such file or directory: /Users/chasegibbons/Desktop/rd-scripts/code/setup/setup/zsh/zprofile.zsh
chasegibbons@work ~ % systemextensionsctl list
1 extension(s)
--- com.apple.system_extension.driver_extension
enabled active teamID bundleID (version) name [state]
* * G43BCU2T37 org.pqrs.Karabiner-DriverKit-VirtualHIDDevice (1.6.0/1.6.0) org.pqrs.Karabiner-DriverKit-VirtualHIDDevice [activated enabled]
chasegibbons@work ~ % sudo systemextensionsctl reset
]Enter PIN for 'Certificate For PIV Authentication (Yubico PIV Authentication)':
Enter PIN for 'Certificate For PIV Authentication (Yubico PIV Authentication)':
Database reset successfully.
zsh: segmentation fault sudo systemextensionsctl reset
chasegibbons@work ~ % sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
Error: unable to open database "/var/db/SystemPolicyConfiguration/KextPolicy": unable to open database file
chasegibbons@work ~ % sudo sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
SQLite version 3.36.0 2021-06-18 18:58:49
Enter ".help" for usage hints.
sqlite> select * from kext_policy;
VB5E2TV963|org.virtualbox.kext.VBoxNetAdp|1|Oracle America, Inc.|5
VB5E2TV963|org.virtualbox.kext.VBoxUSB|1|Oracle America, Inc.|5
VB5E2TV963|org.virtualbox.kext.VBoxNetFlt|1|Oracle America, Inc.|5
VB5E2TV963|org.virtualbox.kext.VBoxDrv|1|Oracle America, Inc.|5
7266XEXAPM|com.rogueamoeba.ACE.driver|1|Rogue Amoeba Software, LLC|1
sqlite> help
...> ^C^C% chasegibbons@work ~ % sudo sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
SQLite version 3.36.0 2021-06-18 18:58:49
Enter ".help" for usage hints.
sqlite> .help
.auth ON|OFF Show authorizer callbacks
.backup ?DB? FILE Backup DB (default "main") to FILE
.bail on|off Stop after hitting an error. Default OFF
.binary on|off Turn binary output on or off. Default OFF
.cd DIRECTORY Change the working directory to DIRECTORY
.changes on|off Show number of rows changed by SQL
.check GLOB Fail if output since .testcase does not match
.clone NEWDB Clone data into NEWDB from the existing database
.databases List names and files of attached databases
.dbconfig ?op? ?val? List or change sqlite3_db_config() options
.dbinfo ?DB? Show status information about the database
.dump ?OBJECTS? Render database content as SQL
.echo on|off Turn command echo on or off
.eqp on|off|full|... Enable or disable automatic EXPLAIN QUERY PLAN
.excel Display the output of next command in spreadsheet
.exit ?CODE? Exit this program with return-code CODE
.expert EXPERIMENTAL. Suggest indexes for queries
.explain ?on|off|auto? Change the EXPLAIN formatting mode. Default: auto
.filectrl CMD ... Run various sqlite3_file_control() operations
.fullschema ?--indent? Show schema and the content of sqlite_stat tables
.headers on|off Turn display of headers on or off
.help ?-all? ?PATTERN? Show help text for PATTERN
.import FILE TABLE Import data from FILE into TABLE
.imposter INDEX TABLE Create imposter table TABLE on index INDEX
.indexes ?TABLE? Show names of indexes
.limit ?LIMIT? ?VAL? Display or change the value of an SQLITE_LIMIT
.lint OPTIONS Report potential schema issues.
.log FILE|off Turn logging on or off. FILE can be stderr/stdout
.mode MODE ?TABLE? Set output mode
.nullvalue STRING Use STRING in place of NULL values
.once ?OPTIONS? ?FILE? Output for the next SQL command only to FILE
.open ?OPTIONS? ?FILE? Close existing database and reopen FILE
.output ?FILE? Send output to FILE or stdout if FILE is omitted
.parameter CMD ... Manage SQL parameter bindings
.print STRING... Print literal STRING
.progress N Invoke progress handler after every N opcodes
.prompt MAIN CONTINUE Replace the standard prompts
.quit Exit this program
.read FILE Read input from FILE
.recover Recover as much data as possible from corrupt db.
.restore ?DB? FILE Restore content of DB (default "main") from FILE
.save FILE Write in-memory database into FILE
.scanstats on|off Turn sqlite3_stmt_scanstatus() metrics on or off
.schema ?PATTERN? Show the CREATE statements matching PATTERN
.selftest ?OPTIONS? Run tests defined in the SELFTEST table
.separator COL ?ROW? Change the column and row separators
.session ?NAME? CMD ... Create or control sessions
.sha3sum ... Compute a SHA3 hash of database content
.shell CMD ARGS... Run CMD ARGS... in a system shell
.show Show the current values for various settings
.stats ?ARG? Show stats or turn stats on or off
.system CMD ARGS... Run CMD ARGS... in a system shell
.tables ?TABLE? List names of tables matching LIKE pattern TABLE
.testcase NAME Begin redirecting output to 'testcase-out.txt'
.testctrl CMD ... Run various sqlite3_test_control() operations
.timeout MS Try opening locked tables for MS milliseconds
.timer on|off Turn SQL timer on or off
.trace ?OPTIONS? Output each SQL statement as it is run
.vfsinfo ?AUX? Information about the top-level VFS
.vfslist List all available VFSes
.vfsname ?AUX? Print the name of the VFS stack
.width NUM1 NUM2 ... Set minimum column widths for columnar output
sqlite> .tables
deprecation_alert_history kext_policy_mdm
kext_load_history_v3 settings
kext_policy
sqlite> select * from kext_load_history_v3
...> ;
/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBRecoveryHost.kext|Apple Software|com.apple.driver.usb.AppleUSBRecoveryHost|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:39|2021-10-04 22:05:39|16|1cad418c1334e3e285b53de66923a68540828643
/Library/Extensions/HighPointRR.kext|DX6G69M9N2|com.highpoint-tech.kext.HighPointRR|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2022-02-10 23:27:04|49|4fb1f14d2b3d9639665a4df7e953b63765306616
/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBVHCIRSM.kext|Apple Software|com.apple.driver.usb.AppleUSBVHCIRSM|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2021-10-04 22:05:40|16|d16b89f356863ca10672bbaa1b3bc5c5070c6cf2
/Library/Extensions/SoftRAID.kext|Q9P8K45M5C|com.softraid.driver.SoftRAID|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2022-02-10 23:27:04|49|642cdfe67b3654709980c832df053cbebe77da23
/Library/Extensions/HighPointIOP.kext|DX6G69M9N2|com.highpoint-tech.kext.HighPointIOP|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2022-02-10 23:27:04|49|e917a18aeefac30f0249fe451715c48100d5a1fc
/System/Library/Extensions/AppleUSBCommon.kext/Contents/PlugIns/AppleUSBVHCICommonRSM.kext|Apple Software|com.apple.driver.usb.AppleUSBVHCICommonRSM|7CB8ADD9-84C2-4523-B53F-FB3B5F27B029|2021-10-04 22:05:40|2021-10-04 22:05:40|16|707ec1a4f24a64f018ff1ff23e3dd0081cce3ced
/Library/Apple/System/Library/Extensions/AppleMobileDevice.kext|Apple Software|com.apple.driver.AppleMobileDevice|B6419938-4CAB-436A-8884-35DA5FBCD495|2021-11-21 08:11:43|2021-11-21 08:11:43|528|01c2cc1b4ae5a6bb34466d26097a30d2ba094134
/Library/Application Support/VirtualBox/VBoxNetFlt.kext|VB5E2TV963|org.virtualbox.kext.VBoxNetFlt|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:26|2022-02-10 23:27:05|117|93162501a410febebf9c3783bb4e338083087065
/Library/Application Support/VirtualBox/VBoxUSB.kext|VB5E2TV963|org.virtualbox.kext.VBoxUSB|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:26|2022-02-10 23:27:05|117|91abdcc466efaf7c335beb3cd6d62ce241ccbfba
/Library/Application Support/VirtualBox/VBoxDrv.kext|VB5E2TV963|org.virtualbox.kext.VBoxDrv|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:27|2022-02-10 23:27:04|117|aa8cb3dbb5e14c4b3356c6d330877be0979f9cc8
/Library/Application Support/VirtualBox/VBoxNetAdp.kext|VB5E2TV963|org.virtualbox.kext.VBoxNetAdp|9295EA6E-64ED-4439-BF5C-A90D4141D87C|2021-12-10 07:15:27|2022-02-10 23:27:04|53|5b328dd1eff03f289d237b846a9eeb4d122d8d5f
/Library/Audio/Plug-Ins/HAL/ACE.driver|7266XEXAPM|com.rogueamoeba.ACE.driver|7CDE9221-98FC-4377-95AD-DEFB851EE49B|2021-12-25 05:57:37|2022-02-10 23:46:29|1073|5472d606a066950fa6e02046a91d50f918dcb1cb
/Library/Preferences/Audio/Data/ACE.driver|7266XEXAPM|com.rogueamoeba.ACE.driver|DBD11BB9-C296-4A27-8D8A-6361119EC6A6|2021-12-25 05:59:09|2022-02-10 23:46:50|1073|5472d606a066950fa6e02046a91d50f918dcb1cb
sqlite> ^C^C% chasegibbons@work ~ % ls /var/db/SystemPolicyConfiguration/
Default.plist Tickets
ExecPolicy Tickets-shm
ExecPolicy-shm Tickets-wal
ExecPolicy-wal UAKL.plist
KextClassification.plist XProtect.bundle
KextPolicy gatekeeper-migration.plist
KextPolicy-shm gke.bundle
KextPolicy-wal migration.plist
LegacyEntitlementAllowlist.plist
chasegibbons@work ~ % ls /EFI/CLOVER/kexts
ls: /EFI/CLOVER/kexts: No such file or directory
chasegibbons@work ~ % ls /EFI/
ls: /EFI/: No such file or directory
chasegibbons@work ~ % sudo sqlite3 /var/db/SystemPolicyConfiguration/KextPolicyhttps://osquery.io/downloads/official/5.1.0
Enter PIN for 'Certificate For PIV Authentication (Yubico PIV Authentication)':
SQLite version 3.36.0 2021-06-18 18:58:49
Enter ".help" for usage hints.
sqlite> .tables
Error: unable to open database "/var/db/SystemPolicyConfiguration/KextPolicyhttps://osquery.io/downloads/official/5.1.0": unable to open database file
chasegibbons@work ~ % osquery
zsh: command not found: osquery
chasegibbons@work ~ % osquery> SELECT DISTINCT
...> process.name,
...> listening.port,
...> process.pid
...> FROM processes AS process
...> JOIN listening_ports AS listening
...> ON process.pid = listening.pid
...> WHERE listening.address = '0.0.0.0';
zsh: command not found: osquery
zsh: command not found: ...
zsh: command not found: ...
zsh: command not found: ...
zsh: command not found: ...
zsh: command not found: ...
zsh: command not found: ...
zsh: command not found: ...
chasegibbons@work ~ % osqueryi
Using a virtual database. Need help, type '.help'
osquery> .tables
=> account_policy_data
=> acpi_tables
=> ad_config
=> alf
=> alf_exceptions
=> alf_explicit_auths
=> app_schemes
=> apps
=> apt_sources
=> arp_cache
=> asl
=> atom_packages
=> augeas
=> authorization_mechanisms
=> authorizations
=> authorized_keys
=> azure_instance_metadata
=> azure_instance_tags
=> battery
=> block_devices
=> browser_plugins
=> carbon_black_info
=> carves
=> certificates
=> chrome_extension_content_scripts
=> chrome_extensions
=> cpu_time
=> cpuid
=> crashes
=> crontab
=> cups_destinations
=> cups_jobs
=> curl
=> curl_certificate
=> device_file
=> device_firmware
=> device_hash
=> device_partitions
=> disk_encryption
=> disk_events
=> dns_resolvers
=> docker_container_envs
=> docker_container_fs_changes
=> docker_container_labels
=> docker_container_mounts
=> docker_container_networks
=> docker_container_ports
=> docker_container_processes
=> docker_container_stats
=> docker_containers
=> docker_image_history
=> docker_image_labels
=> docker_image_layers
=> docker_images
=> docker_info
=> docker_network_labels
=> docker_networks
=> docker_version
=> docker_volume_labels
=> docker_volumes
=> ec2_instance_metadata
=> ec2_instance_tags
=> es_process_events
=> etc_hosts
=> etc_protocols
=> etc_services
=> event_taps
=> extended_attributes
=> fan_speed_sensors
=> file
=> file_events
=> firefox_addons
=> gatekeeper
=> gatekeeper_approved_apps
=> groups
=> hardware_events
=> hash
=> homebrew_packages
=> ibridge_info
=> interface_addresses
=> interface_details
=> interface_ipv6
=> iokit_devicetree
=> iokit_registry
=> kernel_extensions
=> kernel_info
=> kernel_panics
=> keychain_acls
=> keychain_items
=> known_hosts
=> last
=> launchd
=> launchd_overrides
=> listening_ports
=> lldp_neighbors
=> load_average
=> location_services
=> logged_in_users
=> magic
=> managed_policies
=> mdfind
=> mdls
=> memory_array_mapped_addresses
=> memory_arrays
=> memory_device_mapped_addresses
=> memory_devices
=> memory_error_info
=> mounts
=> nfs_shares
=> nvram
=> oem_strings
=> os_version
=> osquery_events
=> osquery_extensions
=> osquery_flags
=> osquery_info
=> osquery_packs
=> osquery_registry
=> osquery_schedule
=> package_bom
=> package_install_history
=> package_receipts
=> pci_devices
=> platform_info
=> plist
=> power_sensors
=> preferences
=> process_envs
=> process_events
=> process_memory_map
=> process_open_files
=> process_open_sockets
=> processes
=> prometheus_metrics
=> python_packages
=> quicklook_cache
=> routes
=> running_apps
=> safari_extensions
=> sandboxes
=> screenlock
=> shared_folders
=> sharing_preferences
=> shell_history
=> signature
=> sip_config
=> smart_drive_info
=> smbios_tables
=> smc_keys
=> socket_events
=> ssh_configs
=> startup_items
=> sudoers
=> suid_bin
=> system_controls
=> system_extensions
=> system_info
=> temperature_sensors
=> time
=> time_machine_backups
=> time_machine_destinations
=> ulimit_info
=> uptime
=> usb_devices
=> user_events
=> user_groups
=> user_interaction_events
=> user_ssh_keys
=> users
=> virtual_memory_info
=> wifi_networks
=> wifi_status
=> wifi_survey
=> xprotect_entries
=> xprotect_meta
=> xprotect_reports
=> yara
=> yara_events
=> ycloud_instance_metadata
=> yum_sources
osquery> .schema users
CREATE TABLE users(`uid` BIGINT, `gid` BIGINT, `uid_signed` BIGINT, `gid_signed` BIGINT, `username` TEXT, `description` TEXT, `directory` TEXT, `shell` TEXT, `uuid` TEXT, `type` TEXT HIDDEN, `is_hidden` INTEGER, `pid_with_namespace` INTEGER HIDDEN, PRIMARY KEY (`uid`, `username`, `uuid`, `pid_with_namespace`)) WITHOUT ROWID;
osquery> .schema wifi_survey
CREATE TABLE wifi_survey(`interface` TEXT, `ssid` TEXT, `bssid` TEXT, `network_name` TEXT, `country_code` TEXT, `rssi` INTEGER, `noise` INTEGER, `channel` INTEGER, `channel_width` INTEGER, `channel_band` INTEGER);
osquery> select * from wifi_survey;
+-----------+--------------------------------------------------------------+-------+-----------------------------+--------------+------+-------+---------+---------------+--------------+
| interface | ssid | bssid | network_name | country_code | rssi | noise | channel | channel_width | channel_band |
+-----------+--------------------------------------------------------------+-------+-----------------------------+--------------+------+-------+---------+---------------+--------------+
| en0 | 42757274 6d61636b 6c696e46 4249 | | BurtmacklinFBI | | -84 | 0 | 149 | 80 | 5 |
| en0 | 446f6720 47756573 74 | | Dog Guest | | -51 | 0 | 2 | 20 | 2 |
| en0 | 506f6c6b 204d6167 6e694669 204d696e 692d3031 35322e6c 303031 | | Polk MagniFi Mini-0152.l001 | | -80 | 0 | 1 | 20 | 2 |
| en0 | 48617264 79203247 | | Hardy 2G | | -84 | 0 | 2 | 20 | 2 |
| en0 | 54686520 50726f6d 69736564 204c414e | | The Promised LAN | | -82 | 0 | 48 | 80 | 5 |
| en0 | 446f6720 47756573 74 | | Dog Guest | | -60 | 0 | 40 | 80 | 5 |
| en0 | 54686520 50726f6d 69736564 204c414e | | The Promised LAN | | -71 | 0 | 6 | 20 | 2 |
| en0 | 496f54 | | IoT | | -77 | 0 | 11 | 20 | 2 |
| en0 | 5846494e 495459 | | XFINITY | | -90 | 0 | 157 | 80 | 5 |
| en0 | 446f67 | | Dog | | -59 | 0 | 40 | 80 | 5 |
| en0 | 446f67 | | Dog | | -53 | 0 | 2 | 20 | 2 |
| en0 | 524f4f74 6572 | | ROOter | | -57 | 0 | 1 | 40 | 2 |
| en0 | 5665726d 696c696f 6e436c69 666673 | | VermilionCliffs | | -82 | 0 | 44 | 80 | 5 |
| en0 | 6d797175 65737431 363931 | | myquest1691 | | -75 | 0 | 1 | 20 | 2 |
| en0 | 5831 | | X1 | | -56 | 0 | 44 | 80 | 5 |
| en0 | 5831 | | X1 | | -51 | 0 | 11 | 20 | 2 |
| en0 | 4d656c69 73736135 | | Melissa5 | | -81 | 0 | 157 | 80 | 5 |
| en0 | 446f67 | | Dog | | -66 | 0 | 120 | 80 | 5 |
| en0 | 446f6756 69727475 616c | | DogVirtual | | -58 | 0 | 44 | 80 | 5 |
| en0 | 53616765 72732046 616d696c 79 | | Sagers Family | | -74 | 0 | 11 | 20 | 2 |
| en0 | 41524c4f 5f564d42 5f313633 32303839 343138 | | ARLO_VMB_1632089418 | | -59 | 0 | 11 | 20 | 2 |
| en0 | 6b616d6d 626f79 | | kammboy | | -69 | 0 | 7 | 20 | 2 |
| en0 | 4c696e6b 73797330 31303438 2d677565 7374 | | Linksys01048-guest | | -58 | 0 | 44 | 80 | 5 |
| en0 | 446f6720 47756573 74 | | Dog Guest | | -66 | 0 | 120 | 80 | 5 |
| en0 | 54686520 50726f6d 69736564 204c414e | | The Promised LAN | | -86 | 0 | 48 | 80 | 5 |
+-----------+--------------------------------------------------------------+-------+-----------------------------+--------------+------+-------+---------+---------------+--------------+
osquery> select * from logged_in_users
...> ;
+------+--------------+---------+------+------------+------+
| type | user | tty | host | time | pid |
+------+--------------+---------+------+------------+------+
| user | chasegibbons | console | | 1644536811 | 196 |
| user | chasegibbons | ttys000 | | 1644536960 | 1350 |
+------+--------------+---------+------+------------+------+
osquery> select * from user_interaction_events;
W0210 17:18:44.546238 364131840 virtual_table.cpp:969] Table user_interaction_events is event-based but events are disabled
W0210 17:18:44.546783 364131840 virtual_table.cpp:976] Please see the table documentation: https://osquery.io/schema/#user_interaction_events
osquery> select * from user_events;
W0210 17:18:59.143468 364131840 virtual_table.cpp:969] Table user_events is event-based but events are disabled
W0210 17:18:59.143489 364131840 virtual_table.cpp:976] Please see the table documentation: https://osquery.io/schema/#user_events
osquery> events
...> ;
Error: near "events": syntax error
osquery> select * from event_taps;
+---------+--------------+------------------------+----------------------+-----------------+
| enabled | event_tap_id | event_tapped | process_being_tapped | tapping_process |
+---------+--------------+------------------------+----------------------+-----------------+
| 1 | 1649760492 | LeftMouseDown | 0 | 119 |
| 1 | 1649760492 | EventLeftMouseUp | 0 | 119 |
| 1 | 1649760492 | EventRightMouseDown | 0 | 119 |
| 1 | 1649760492 | EventRightMouseUp | 0 | 119 |
| 1 | 1649760492 | EventMouseMoved | 0 | 119 |
| 1 | 1649760492 | EventLeftMouseDragged | 0 | 119 |
| 1 | 1649760492 | EventFlagsChanged | 0 | 119 |
| 1 | 1649760492 | EventScrollWheel | 0 | 119 |
| 1 | 1649760492 | EventOtherMouseDown | 0 | 119 |
| 1 | 1649760492 | EventOtherMouseUp | 0 | 119 |
| 1 | 1649760492 | EventOtherMouseDragged | 0 | 119 |
| 1 | 424238335 | EventKeyDown | 0 | 517 |
| 1 | 424238335 | EventKeyUp | 0 | 517 |
| 1 | 424238335 | EventFlagsChanged | 0 | 517 |
| 0 | 1957747793 | EventKeyDown | 0 | 497 |
| 0 | 1957747793 | EventKeyUp | 0 | 497 |
| 0 | 1957747793 | EventFlagsChanged | 0 | 497 |
| 0 | 1714636915 | EventMouseMoved | 0 | 497 |
| 0 | 1714636915 | EventLeftMouseDragged | 0 | 497 |
| 0 | 1714636915 | EventOtherMouseDragged | 0 | 497 |
| 1 | 846930886 | EventKeyDown | 0 | 460 |
| 1 select * from event_taps et join process p ON et.tapping_process = p.puid;
Error: no such table: process
osquery> .tables pro
=> process_envs
=> process_events
=> process_memory_map
=> process_open_files
=> process_open_sockets
=> processes
=> prometheus_metrics
osquery> select * from event_taps et join processes p ON et.tapping_process = p.puid;
Error: no such column: p.puid
osquery> .schema processes
CREATE TABLE processes(`pid` BIGINT, `name` TEXT, `path` TEXT, `cmdline` TEXT, `state` TEXT, `cwd` TEXT, `root` TEXT, `uid` BIGINT, `gid` BIGINT, `euid` BIGINT, `egid` BIGINT, `suid` BIGINT, `sgid` BIGINT, `on_disk` INTEGER, `wired_size` BIGINT, `resident_size` BIGINT, `total_size` BIGINT, `user_time` BIGINT, `system_time` BIGINT, `disk_bytes_read` BIGINT, `disk_bytes_written` BIGINT, `start_time` BIGINT, `parent` BIGINT, `pgroup` BIGINT, `threads` INTEGER, `nice` INTEGER, `elevated_token` INTEGER HIDDEN, `secure_process` INTEGER HIDDEN, `protection_type` TEXT HIDDEN, `virtual_process` INTEGER HIDDEN, `elapsed_time` BIGINT HIDDEN, `handle_count` BIGINT HIDDEN, `percent_processor_time` BIGINT HIDDEN, `upid` BIGINT, `uppid` BIGINT, `cpu_type` INTEGER, `cpu_subtype` INTEGER, `phys_footprint` BIGINT HIDDEN, PRIMARY KEY (`pid`)) WITHOUT ROWID;
osquery> select * from event_taps et join processes p ON et.tapping_process = p.pid;
+---------+--------------+------------------------+----------------------+-----------------+-----+---------------------+------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+-------+-----+------+-----+-----+------+------+------+------+---------+------------+---------------+------------+-----------+-------------+-----------------+--------------------+------------+--------+--------+---------+------+------+-------+----------+-------------+
| enabled | event_tap_id | event_tapped | process_being_tapped | tapping_process | pid | name | path | cmdline | state | cwd | root | uid | gid | euid | egid | suid | sgid | on_disk | wired_size | resident_size | total_size | user_time | system_time | disk_bytes_read | disk_bytes_written | start_time | parent | pgroup | threads | nice | upid | uppid | cpu_type | cpu_subtype |
+---------+--------------+------------------------+----------------------+-----------------+-----+---------------------+------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+-------+-----+------+-----+-----+------+------+------+------+---------+------------+---------------+------------+-----------+-------------+-----------------+--------------------+------------+--------+--------+---------+------+------+-------+----------+-------------+
| 1 | 1649760492 | LeftMouseDown | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventLeftMouseUp | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventRightMouseDown | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventRightMouseUp | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventMouseMoved | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventLeftMouseDragged | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventFlagsChanged | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventScrollWheel | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventOtherMouseDown | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventOtherMouseUp | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 1649760492 | EventOtherMouseDragged | 0 | 119 | 119 | karabiner_grabber | /Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_grabber | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 0 | 140187446324432 | -1 | 1 | 119 | -1 | 0 | 119 | 1 | -1 | -1 |
| 1 | 424238335 | EventKeyDown | 0 | 517 | 517 | ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 9281536 | 2686976 | 256 | 194 | 0 | 0 | 1644536814 | 1 | 517 | 2 | 0 | 517 | 1 | 16777223 | 3 |
| 1 | 424238335 | EventKeyUp | 0 | 517 | 517 | ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 9281536 | 2686976 | 256 | 194 | 0 | 0 | 1644536814 | 1 | 517 | 2 | 0 | 517 | 1 | 16777223 | 3 |
| 1 | 424238335 | EventFlagsChanged | 0 | 517 | 517 | ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 9281536 | 2686976 | 256 | 194 | 0 | 0 | 1644536814 | 1 | 517 | 2 | 0 | 517 | 1 | 16777223 | 3 |
| 0 | 1957747793 | EventKeyDown | 0 | 497 | 497 | universalaccessd | /usr/sbin/universalaccessd | /usr/sbin/universalaccessd launchd -s | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 10412032 | 3194880 | 105 | 120 | 262144 | 0 | 1644536814 | 1 | 497 | 3 | 0 | 497 | 1 | 16777223 | 3 |
| 0 | 1957747793 | EventKeyUp | 0 | 497 | 497 | universalaccessd | /usr/sbin/universalaccessd | /usr/sbin/universalaccessd launchd -s | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 10412032 | 3194880 | 105 | 120 | 262144 | 0 | 1644536814 | 1 | 497 | 3 | 0 | 497 | 1 | 16777223 | 3 |
| 0 | 1957747793 | EventFlagsChanged | 0 | 497 | 497 | universalaccessd | /usr/sbin/universalaccessd | /usr/sbin/universalaccessd launchd -s | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 10412032 | 3194880 | 105 | 120 | 262144 | 0 | 1644536814 | 1 | 497 | 3 | 0 | 497 | 1 | 16777223 | 3 |
| 0 | 1714636915 | EventMouseMoved | 0 | 497 | 497 | universalaccessd | /usr/sbin/universalaccessd | /usr/sbin/universalaccessd launchd -s | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 10412032 | 3194880 | 105 | 120 | 262144 | 0 | 1644536814 | 1 | 497 | 3 | 0 | 497 | 1 | 16777223 | 3 |
| 0 | 1714636915 | EventLeftMouseDragged | 0 | 497 | 497 | universalaccessd | /usr/sbin/universalaccessd | /usr/sbin/universalaccessd launchd -s | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 10412032 | 3194880 | 105 | 120 | 262144 | 0 | 1644536814 | 1 | 497 | 3 | 0 | 497 | 1 | 16777223 | 3 |
| 0 | 1714636915 | EventOtherMouseDragged | 0 | 497 | 497 | universalaccessd | /usr/sbin/universalaccessd | /usr/sbin/universalaccessd launchd -s | R | / | | 501 | 20 | 501 | 20 | 501 | 20 | 1 | 0 | 10412032 | 3194880 | 105 | 120 | 262144 | 0 | 1644536814 | 1 | 497 | 3 | 0 | 497 | 1 | 16777223 | 3 |
| 1 | 846930886 | EventKeyDown | 0 | 460 | 460 | ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 262144 | 0 | -1 | 1 | 460 | -1 | 0 | 460 | 1 | -1 | -1 |
| 1 | 846930886 | EventKeyUp | 0 | 460 | 460 | ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 262144 | 0 | -1 | 1 | 460 | -1 | 0 | 460 | 1 | -1 | -1 |
| 1 | 846930886 | EventFlagsChanged | 0 | 460 | 460 | ViewBridgeAuxiliary | /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/XPCServices/ViewBridgeAuxiliary.xpc/Contents/MacOS/ViewBridgeAuxiliary | | R | | | 0 | 0 | 0 | 0 | 0 | 0 | 1 | -1 | -1 | -1 | -1 | -1 | 262144 | 0 | -1 | 1 | 460 | -1 | 0 | 460 | 1 | -1 | -1 |
+---------+--------------+------------------------+----------------------+-----------------+-----+---------------------+------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+-------+-----+------+-----+-----+------+------+------+------+---------+------------+---------------+------------+-----------+-------------+-----------------+--------------------+------------+--------+--------+---------+------+------+-------+----------+-------------+
osquery>
"""
https://github.com/drduh/macOS-Security-and-Privacy-Guide/blob/master/launchd/read_launch_plists.py
Reads macOS system launch daemon and agent property lists.
"""
import glob
import hashlib
import os
import plistlib
import subprocess
import csv
HEADER = "filename,label,program,sha256,runatload,comment"
PLIST_LOCATION = "/System/Library/Launch%s/*.plist"
PLIST_TYPES = ["Daemons", "Agents"]
def LoadPlist(filename):
"""Returns plists read with plistlib."""
try:
proc = subprocess.Popen(
["/usr/bin/plutil", "-convert", "xml1", "-o", "-", filename],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
out_data, err_data = proc.communicate()
except IOError as io_error:
print(io_error, err_data)
if proc.returncode == 0:
return plistlib.readPlistFromString(out_data)
return None
def GetPlistValue(plist, value):
"""Returns the value of a plist dictionary, or False."""
try:
return plist[value]
except KeyError:
return False
def GetProgram(plist):
"""Returns a plist's Program or ProgramArguments key and hash."""
try:
return "['%s']" % plist["Program"], HashFile(plist["Program"])
except KeyError:
try:
return plist["ProgramArguments"], HashFile(plist["ProgramArguments"])
except KeyError:
return ("NO PROGRAM DEFINED", "UNKNOWN FILE HASH")
return None
def HashFile(filename):
"""Returns SHA-256 hash of a given file."""
if isinstance(filename, list):
filename = filename[0]
try:
return hashlib.sha256(
open(filename, "rb").read()).hexdigest()
except IOError:
return "UNKNOWN FILE HASH"
def GetComment(plist, comments):
"""Get comment for a given property list."""
try:
label = plist["Label"]
except KeyError:
return None
if label in comments:
return comments[label]
return None
def main():
"""Main function."""
print(HEADER)
comments_file = os.path.join(
os.path.dirname(os.path.realpath(__file__)), "comments.csv")
with open(comments_file, "rb") as c_file:
reader = csv.reader(c_file)
comments = {rows[0]:rows[1] for rows in reader}
for ptype in PLIST_TYPES:
for filename in glob.glob(PLIST_LOCATION % ptype):
prop = LoadPlist(filename)
if prop:
print("%s,%s,%s,%s,%s" % (
filename,
GetPlistValue(prop, "Label"),
'"%s",%s' % GetProgram(prop),
GetPlistValue(prop, "RunAtLoad"),
'"%s"' % GetComment(prop, comments)))
else:
print("Could not load %s" % filename)
if __name__ == "__main__":
main()
```shell
2021 daemon.info dnsmasq[6604]: 182 192.168.1.180/40244 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 182 192.168.1.180/40244 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 183 192.168.1.180/8132 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 183 192.168.1.180/8132 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 184 192.168.1.180/35155 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 184 192.168.1.180/35155 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 185 192.168.1.180/4591 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 185 192.168.1.180/4591 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 186 192.168.1.180/7485 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 186 192.168.1.180/7485 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 187 192.168.1.180/30782 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 187 192.168.1.180/30782 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 188 192.168.1.180/35678 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 188 192.168.1.180/35678 config error is REFUSED
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 189 192.168.1.180/8652 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:06 2021 daemon.info dnsmasq[6604]: 189 192.168.1.180/8652 config error is REFUSED
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 190 192.168.1.180/34530 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 190 192.168.1.180/34530 config error is REFUSED
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 191 192.168.1.180/6212 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 191 192.168.1.180/6212 config error is REFUSED
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 192 192.168.1.180/40484 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 192 192.168.1.180/40484 config error is REFUSED
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 193 192.168.1.180/38849 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:07 2021 daemon.info dnsmasq[6604]: 193 192.168.1.180/38849 config error is REFUSED
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 194 192.168.1.180/11230 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 194 192.168.1.180/11230 config error is REFUSED
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 195 192.168.1.180/50542 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 195 192.168.1.180/50542 config error is REFUSED
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 196 192.168.1.180/31139 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 196 192.168.1.180/31139 config error is REFUSED
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 197 192.168.1.180/65499 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 197 192.168.1.180/65499 config error is REFUSED
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 198 192.168.1.180/45999 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 198 192.168.1.180/45999 config error is REFUSED
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 199 192.168.1.180/4231 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:08 2021 daemon.info dnsmasq[6604]: 199 192.168.1.180/4231 config error is REFUSED
Tue Jan 19 13:44:09 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 200 192.168.1.180/52266 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 200 192.168.1.180/52266 config error is REFUSED
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 201 192.168.1.180/17884 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 201 192.168.1.180/17884 config error is REFUSED
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 202 192.168.1.180/27941 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 202 192.168.1.180/27941 config error is REFUSED
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 203 192.168.1.180/20994 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:09 2021 daemon.info dnsmasq[6604]: 203 192.168.1.180/20994 config error is REFUSED
Tue Jan 19 13:44:09 2021 daemon.notice netifd: wan1 (9023): Command failed: Permission denied
Tue Jan 19 13:44:09 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:44:09 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:44:09 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:44:10 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:44:10 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:44:10 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:44:10 2021 daemon.notice netifd: wan1 (9040): message not long enough
Tue Jan 19 13:44:10 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:44:10 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:44:11 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:44:11 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:44:11 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:44:11 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:44:14 2021 daemon.info dnsmasq[6604]: 204 192.168.1.180/55685 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:14 2021 daemon.info dnsmasq[6604]: 204 192.168.1.180/55685 config error is REFUSED
Tue Jan 19 13:44:14 2021 daemon.info dnsmasq[6604]: 205 192.168.1.180/58272 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:14 2021 daemon.info dnsmasq[6604]: 205 192.168.1.180/58272 config error is REFUSED
Tue Jan 19 13:44:14 2021 daemon.info dnsmasq[6604]: 206 192.168.1.180/52470 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:14 2021 daemon.info dnsmasq[6604]: 206 192.168.1.180/52470 config error is REFUSED
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 207 192.168.1.180/2733 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 207 192.168.1.180/2733 config error is REFUSED
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 208 192.168.1.180/48390 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 208 192.168.1.180/48390 config error is REFUSED
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 209 192.168.1.180/45952 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 209 192.168.1.180/45952 config error is REFUSED
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 210 192.168.1.180/14813 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:19 2021 daemon.info dnsmasq[6604]: 210 192.168.1.180/14813 config error is REFUSED
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 211 192.168.1.180/11473 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 211 192.168.1.180/11473 config error is REFUSED
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 212 192.168.1.180/30359 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 212 192.168.1.180/30359 config error is REFUSED
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 213 192.168.1.180/5409 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 213 192.168.1.180/5409 config error is REFUSED
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 214 192.168.1.180/3538 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:20 2021 daemon.info dnsmasq[6604]: 214 192.168.1.180/3538 config error is REFUSED
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 215 192.168.1.180/48203 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 215 192.168.1.180/48203 config error is REFUSED
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 216 192.168.1.180/20581 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 216 192.168.1.180/20581 config error is REFUSED
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 217 192.168.1.180/48799 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 217 192.168.1.180/48799 config error is REFUSED
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 218 192.168.1.180/63192 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:24 2021 daemon.info dnsmasq[6604]: 218 192.168.1.180/63192 config error is REFUSED
Tue Jan 19 13:44:26 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:44:26 2021 daemon.notice netifd: wan1 (9371): Command failed: Permission denied
Tue Jan 19 13:44:26 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:44:26 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:44:26 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:44:27 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:44:27 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:44:27 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:44:27 2021 daemon.info dnsmasq[6604]: 219 127.0.0.1/40983 query[A] 3.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:27 2021 daemon.info dnsmasq[6604]: 219 127.0.0.1/40983 config error is REFUSED
Tue Jan 19 13:44:27 2021 daemon.info dnsmasq[6604]: 220 127.0.0.1/40983 query[AAAA] 3.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:27 2021 daemon.info dnsmasq[6604]: 220 127.0.0.1/40983 config error is REFUSED
Tue Jan 19 13:44:27 2021 daemon.notice netifd: wan1 (9382): message not long enough
Tue Jan 19 13:44:27 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:44:28 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:44:28 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:44:28 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:44:28 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:44:28 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 221 127.0.0.1/40983 query[A] 3.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 221 127.0.0.1/40983 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 222 127.0.0.1/40983 query[AAAA] 3.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 222 127.0.0.1/40983 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 223 192.168.1.180/12260 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 223 192.168.1.180/12260 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 224 192.168.1.180/11495 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 224 192.168.1.180/11495 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 225 192.168.1.180/9799 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 225 192.168.1.180/9799 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 226 192.168.1.180/39413 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 226 192.168.1.180/39413 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 227 192.168.1.180/22375 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 227 192.168.1.180/22375 config error is REFUSED
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 228 192.168.1.180/36925 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:30 2021 daemon.info dnsmasq[6604]: 228 192.168.1.180/36925 config error is REFUSED
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 229 192.168.1.180/43207 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 229 192.168.1.180/43207 config error is REFUSED
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 230 192.168.1.180/60774 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 230 192.168.1.180/60774 config error is REFUSED
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 231 192.168.1.180/46906 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 231 192.168.1.180/46906 config error is REFUSED
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 232 192.168.1.180/60496 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 232 192.168.1.180/60496 config error is REFUSED
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 233 127.0.0.1/55019 query[A] 2.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 233 127.0.0.1/55019 config error is REFUSED
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 234 127.0.0.1/55019 query[AAAA] 2.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:32 2021 daemon.info dnsmasq[6604]: 234 127.0.0.1/55019 config error is REFUSED
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 235 127.0.0.1/55019 query[A] 2.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 235 127.0.0.1/55019 config error is REFUSED
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 236 127.0.0.1/55019 query[AAAA] 2.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 236 127.0.0.1/55019 config error is REFUSED
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 237 192.168.1.180/15777 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 237 192.168.1.180/15777 config error is REFUSED
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 238 192.168.1.180/45487 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 238 192.168.1.180/45487 config error is REFUSED
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 239 192.168.1.180/65437 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 239 192.168.1.180/65437 config error is REFUSED
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 240 192.168.1.180/11708 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:35 2021 daemon.info dnsmasq[6604]: 240 192.168.1.180/11708 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 241 192.168.1.180/55017 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 241 192.168.1.180/55017 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 242 192.168.1.180/29830 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 242 192.168.1.180/29830 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 243 192.168.1.180/21702 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 243 192.168.1.180/21702 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 244 192.168.1.180/11796 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 244 192.168.1.180/11796 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 245 192.168.1.180/40172 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 245 192.168.1.180/40172 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 246 192.168.1.180/23932 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 246 192.168.1.180/23932 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 247 192.168.1.180/57836 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 247 192.168.1.180/57836 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 248 192.168.1.180/30471 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 248 192.168.1.180/30471 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 249 192.168.1.180/1588 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 249 192.168.1.180/1588 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 250 192.168.1.180/36285 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 250 192.168.1.180/36285 config error is REFUSED
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 251 192.168.1.180/22932 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:36 2021 daemon.info dnsmasq[6604]: 251 192.168.1.180/22932 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 252 192.168.1.180/13520 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 252 192.168.1.180/13520 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 253 192.168.1.180/51305 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 253 192.168.1.180/51305 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 254 192.168.1.180/47549 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 254 192.168.1.180/47549 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 255 192.168.1.180/32724 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 255 192.168.1.180/32724 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 256 192.168.1.180/35735 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 256 192.168.1.180/35735 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 257 127.0.0.1/39853 query[A] 1.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 257 127.0.0.1/39853 config error is REFUSED
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 258 127.0.0.1/39853 query[AAAA] 1.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:37 2021 daemon.info dnsmasq[6604]: 258 127.0.0.1/39853 config error is REFUSED
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 259 192.168.1.180/54252 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 259 192.168.1.180/54252 config error is REFUSED
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 260 192.168.1.180/8600 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 260 192.168.1.180/8600 config error is REFUSED
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 261 192.168.1.180/49732 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 261 192.168.1.180/49732 config error is REFUSED
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 262 192.168.1.180/49170 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:38 2021 daemon.info dnsmasq[6604]: 262 192.168.1.180/49170 config error is REFUSED
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 263 192.168.1.180/24609 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 263 192.168.1.180/24609 config error is REFUSED
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 264 192.168.1.180/52772 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 264 192.168.1.180/52772 config error is REFUSED
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 265 192.168.1.180/40311 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 265 192.168.1.180/40311 config error is REFUSED
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 266 192.168.1.180/54942 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:39 2021 daemon.info dnsmasq[6604]: 266 192.168.1.180/54942 config error is REFUSED
Tue Jan 19 13:44:40 2021 daemon.info dnsmasq[6604]: 267 127.0.0.1/39853 query[A] 1.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:40 2021 daemon.info dnsmasq[6604]: 267 127.0.0.1/39853 config error is REFUSED
Tue Jan 19 13:44:40 2021 daemon.info dnsmasq[6604]: 268 127.0.0.1/39853 query[AAAA] 1.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:40 2021 daemon.info dnsmasq[6604]: 268 127.0.0.1/39853 config error is REFUSED
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 269 127.0.0.1/45975 query[A] 0.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 269 127.0.0.1/45975 config error is REFUSED
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 270 127.0.0.1/45975 query[AAAA] 0.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 270 127.0.0.1/45975 config error is REFUSED
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 271 192.168.1.180/48062 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 271 192.168.1.180/48062 config error is REFUSED
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 272 192.168.1.180/46000 query[A] github.com from 192.168.1.180
Tue Jan 19 13:44:42 2021 daemon.info dnsmasq[6604]: 272 192.168.1.180/46000 config error is REFUSED
Tue Jan 19 13:44:43 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:44:43 2021 daemon.info dnsmasq[6604]: 273 127.0.0.1/55305 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:43 2021 daemon.info dnsmasq[6604]: 273 127.0.0.1/55305 config error is REFUSED
Tue Jan 19 13:44:43 2021 daemon.info dnsmasq[6604]: 274 127.0.0.1/55305 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:43 2021 daemon.info dnsmasq[6604]: 274 127.0.0.1/55305 config error is REFUSED
Tue Jan 19 13:44:44 2021 daemon.notice netifd: wan1 (9666): Command failed: Permission denied
Tue Jan 19 13:44:44 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:44:44 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:44:44 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:44:45 2021 daemon.info dnsmasq[6604]: 275 127.0.0.1/45975 query[A] 0.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:45 2021 daemon.info dnsmasq[6604]: 275 127.0.0.1/45975 config error is REFUSED
Tue Jan 19 13:44:45 2021 daemon.info dnsmasq[6604]: 276 127.0.0.1/45975 query[AAAA] 0.openwrt.pool.ntp.org from 127.0.0.1
Tue Jan 19 13:44:45 2021 daemon.info dnsmasq[6604]: 276 127.0.0.1/45975 config error is REFUSED
Tue Jan 19 13:44:45 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:44:45 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:44:45 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:44:45 2021 daemon.notice netifd: wan1 (9685): message not long enough
Tue Jan 19 13:44:45 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:44:46 2021 daemon.info dnsmasq[6604]: 277 127.0.0.1/55305 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:46 2021 daemon.info dnsmasq[6604]: 277 127.0.0.1/55305 config error is REFUSED
Tue Jan 19 13:44:46 2021 daemon.info dnsmasq[6604]: 278 127.0.0.1/55305 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:46 2021 daemon.info dnsmasq[6604]: 278 127.0.0.1/55305 config error is REFUSED
Tue Jan 19 13:44:46 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:44:46 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:44:46 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:44:46 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:44:46 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:44:47 2021 daemon.info dnsmasq[6604]: 279 127.0.0.1/48410 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:47 2021 daemon.info dnsmasq[6604]: 279 127.0.0.1/48410 config error is REFUSED
Tue Jan 19 13:44:47 2021 daemon.info dnsmasq[6604]: 280 127.0.0.1/48410 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:47 2021 daemon.info dnsmasq[6604]: 280 127.0.0.1/48410 config error is REFUSED
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 281 127.0.0.1/50340 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 281 127.0.0.1/50340 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 282 127.0.0.1/50340 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 282 127.0.0.1/50340 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 283 127.0.0.1/50340 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 283 127.0.0.1/50340 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 284 127.0.0.1/50340 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 284 127.0.0.1/50340 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 285 192.168.1.180/51501 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 285 192.168.1.180/51501 config error is REFUSED
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 286 192.168.1.180/52835 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 286 192.168.1.180/52835 config error is REFUSED
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 287 192.168.1.180/3969 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 287 192.168.1.180/3969 config error is REFUSED
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 288 192.168.1.180/13125 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 288 192.168.1.180/13125 config error is REFUSED
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 289 127.0.0.1/48410 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 289 127.0.0.1/48410 config error is REFUSED
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 290 127.0.0.1/48410 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:44:49 2021 daemon.info dnsmasq[6604]: 290 127.0.0.1/48410 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 291 192.168.1.180/57509 query[type=65] 3-courier.push.apple.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 291 192.168.1.180/57509 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 292 192.168.1.180/58612 query[A] 3-courier.push.apple.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 292 192.168.1.180/58612 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 293 192.168.1.180/50576 query[type=65] 12-courier.push.apple.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 293 192.168.1.180/50576 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 294 192.168.1.180/51608 query[A] 12-courier.push.apple.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 294 192.168.1.180/51608 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 295 192.168.1.180/31739 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 295 192.168.1.180/31739 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 296 192.168.1.180/22896 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 296 192.168.1.180/22896 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 297 192.168.1.180/58551 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 297 192.168.1.180/58551 config error is REFUSED
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 298 192.168.1.180/10647 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:44:54 2021 daemon.info dnsmasq[6604]: 298 192.168.1.180/10647 config error is REFUSED
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 299 127.0.0.1/38826 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 299 127.0.0.1/38826 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 300 127.0.0.1/38826 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 300 127.0.0.1/38826 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 301 127.0.0.1/38826 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 301 127.0.0.1/38826 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 302 127.0.0.1/38826 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:44:55 2021 daemon.info dnsmasq[6604]: 302 127.0.0.1/38826 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 303 127.0.0.1/57487 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 303 127.0.0.1/57487 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 304 127.0.0.1/57487 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 304 127.0.0.1/57487 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 305 127.0.0.1/57487 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 305 127.0.0.1/57487 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 306 127.0.0.1/57487 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 306 127.0.0.1/57487 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 307 192.168.1.180/55331 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 307 192.168.1.180/55331 config error is REFUSED
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 308 192.168.1.180/14477 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 308 192.168.1.180/14477 config error is REFUSED
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 309 192.168.1.180/58633 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 309 192.168.1.180/58633 config error is REFUSED
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 310 192.168.1.180/26990 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 310 192.168.1.180/26990 config error is REFUSED
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 311 192.168.1.180/26592 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:00 2021 daemon.info dnsmasq[6604]: 311 192.168.1.180/26592 config error is REFUSED
Tue Jan 19 13:45:02 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:45:02 2021 daemon.notice netifd: wan1 (10164): Command failed: Permission denied
Tue Jan 19 13:45:02 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:45:02 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:45:02 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 312 192.168.1.180/54593 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 312 192.168.1.180/54593 config error is REFUSED
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 313 192.168.1.180/27098 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 313 192.168.1.180/27098 config error is REFUSED
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 314 192.168.1.180/65421 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 314 192.168.1.180/65421 config error is REFUSED
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 315 192.168.1.180/22069 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:02 2021 daemon.info dnsmasq[6604]: 315 192.168.1.180/22069 config error is REFUSED
Tue Jan 19 13:45:03 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:45:03 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:45:03 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:45:03 2021 daemon.notice netifd: wan1 (10174): message not long enough
Tue Jan 19 13:45:03 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:45:04 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:45:04 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:45:04 2021 daemon.info dnsmasq[6604]: 316 127.0.0.1/39628 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:04 2021 daemon.info dnsmasq[6604]: 316 127.0.0.1/39628 config error is REFUSED
Tue Jan 19 13:45:04 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:45:04 2021 daemon.info dnsmasq[6604]: 317 127.0.0.1/39628 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:04 2021 daemon.info dnsmasq[6604]: 317 127.0.0.1/39628 config error is REFUSED
Tue Jan 19 13:45:04 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:45:05 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 318 192.168.1.180/18273 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 318 192.168.1.180/18273 config error is REFUSED
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 319 192.168.1.180/14920 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 319 192.168.1.180/14920 config error is REFUSED
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 320 192.168.1.180/44468 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 320 192.168.1.180/44468 config error is REFUSED
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 321 192.168.1.180/15824 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:05 2021 daemon.info dnsmasq[6604]: 321 192.168.1.180/15824 config error is REFUSED
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 322 192.168.1.180/25545 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 322 192.168.1.180/25545 config error is REFUSED
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 323 192.168.1.180/1291 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 323 192.168.1.180/1291 config error is REFUSED
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 324 192.168.1.180/55404 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 324 192.168.1.180/55404 config error is REFUSED
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 325 192.168.1.180/14699 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:06 2021 daemon.info dnsmasq[6604]: 325 192.168.1.180/14699 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 326 192.168.1.180/48429 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 326 192.168.1.180/48429 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 327 192.168.1.180/33068 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 327 192.168.1.180/33068 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 328 192.168.1.180/19497 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 328 192.168.1.180/19497 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 329 192.168.1.180/43312 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 329 192.168.1.180/43312 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 330 127.0.0.1/55219 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 330 127.0.0.1/55219 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 331 127.0.0.1/55219 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 331 127.0.0.1/55219 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 332 127.0.0.1/55219 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 332 127.0.0.1/55219 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 333 127.0.0.1/55219 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 333 127.0.0.1/55219 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 334 127.0.0.1/39628 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 334 127.0.0.1/39628 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 335 127.0.0.1/39628 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 335 127.0.0.1/39628 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 336 192.168.1.180/44727 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 336 192.168.1.180/44727 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 337 192.168.1.180/27095 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 337 192.168.1.180/27095 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 338 192.168.1.180/25302 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 338 192.168.1.180/25302 config error is REFUSED
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 339 192.168.1.180/26129 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:07 2021 daemon.info dnsmasq[6604]: 339 192.168.1.180/26129 config error is REFUSED
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 340 192.168.1.180/10900 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 340 192.168.1.180/10900 config error is REFUSED
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 341 192.168.1.180/15575 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 341 192.168.1.180/15575 config error is REFUSED
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 342 192.168.1.180/26300 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 342 192.168.1.180/26300 config error is REFUSED
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 343 192.168.1.180/6724 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:08 2021 daemon.info dnsmasq[6604]: 343 192.168.1.180/6724 config error is REFUSED
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 344 192.168.1.180/42483 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 344 192.168.1.180/42483 config error is REFUSED
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 345 192.168.1.180/40490 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 345 192.168.1.180/40490 config error is REFUSED
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 346 192.168.1.180/10726 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 346 192.168.1.180/10726 config error is REFUSED
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 347 192.168.1.180/32974 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:09 2021 daemon.info dnsmasq[6604]: 347 192.168.1.180/32974 config error is REFUSED
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 348 127.0.0.1/39867 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 348 127.0.0.1/39867 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 349 127.0.0.1/39867 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 349 127.0.0.1/39867 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 350 127.0.0.1/39867 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 350 127.0.0.1/39867 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 351 127.0.0.1/39867 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:15 2021 daemon.info dnsmasq[6604]: 351 127.0.0.1/39867 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:20 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:45:20 2021 daemon.notice netifd: wan1 (10734): Command failed: Permission denied
Tue Jan 19 13:45:20 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:45:20 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:45:20 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 352 127.0.0.1/35091 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 352 127.0.0.1/35091 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 353 127.0.0.1/35091 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 353 127.0.0.1/35091 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 354 127.0.0.1/35091 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 354 127.0.0.1/35091 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 355 127.0.0.1/35091 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:20 2021 daemon.info dnsmasq[6604]: 355 127.0.0.1/35091 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:21 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:45:21 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:45:21 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:45:22 2021 daemon.notice netifd: wan1 (10744): message not long enough
Tue Jan 19 13:45:22 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:45:22 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:45:22 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:45:22 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:45:22 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:45:22 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:45:23 2021 daemon.info dnsmasq[6604]: 356 127.0.0.1/52624 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:23 2021 daemon.info dnsmasq[6604]: 356 127.0.0.1/52624 config error is REFUSED
Tue Jan 19 13:45:23 2021 daemon.info dnsmasq[6604]: 357 127.0.0.1/52624 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:23 2021 daemon.info dnsmasq[6604]: 357 127.0.0.1/52624 config error is REFUSED
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 358 192.168.1.180/6031 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 358 192.168.1.180/6031 config error is REFUSED
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 359 192.168.1.180/35749 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 359 192.168.1.180/35749 config error is REFUSED
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 360 192.168.1.180/26803 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 360 192.168.1.180/26803 config error is REFUSED
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 361 192.168.1.180/49635 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:24 2021 daemon.info dnsmasq[6604]: 361 192.168.1.180/49635 config error is REFUSED
Tue Jan 19 13:45:26 2021 daemon.info dnsmasq[6604]: 362 127.0.0.1/52624 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:26 2021 daemon.info dnsmasq[6604]: 362 127.0.0.1/52624 config error is REFUSED
Tue Jan 19 13:45:26 2021 daemon.info dnsmasq[6604]: 363 127.0.0.1/52624 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:26 2021 daemon.info dnsmasq[6604]: 363 127.0.0.1/52624 config error is REFUSED
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 364 127.0.0.1/54950 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 364 127.0.0.1/54950 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 365 127.0.0.1/54950 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 365 127.0.0.1/54950 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 366 127.0.0.1/54950 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 366 127.0.0.1/54950 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 367 127.0.0.1/54950 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:30 2021 daemon.info dnsmasq[6604]: 367 127.0.0.1/54950 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 368 192.168.1.180/56398 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 368 192.168.1.180/56398 config error is REFUSED
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 369 192.168.1.180/61059 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 369 192.168.1.180/61059 config error is REFUSED
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 370 192.168.1.180/55178 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 370 192.168.1.180/55178 config error is REFUSED
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 371 192.168.1.180/8307 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:32 2021 daemon.info dnsmasq[6604]: 371 192.168.1.180/8307 config error is REFUSED
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 372 127.0.0.1/48209 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 372 127.0.0.1/48209 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 373 127.0.0.1/48209 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 373 127.0.0.1/48209 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 374 127.0.0.1/48209 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 374 127.0.0.1/48209 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 375 127.0.0.1/48209 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 375 127.0.0.1/48209 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 376 192.168.1.180/6529 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 376 192.168.1.180/6529 config error is REFUSED
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 377 192.168.1.180/59779 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 377 192.168.1.180/59779 config error is REFUSED
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 378 192.168.1.180/62338 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 378 192.168.1.180/62338 config error is REFUSED
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 379 192.168.1.180/25522 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:35 2021 daemon.info dnsmasq[6604]: 379 192.168.1.180/25522 config error is REFUSED
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 380 192.168.1.180/29320 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 380 192.168.1.180/29320 config error is REFUSED
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 381 192.168.1.180/16434 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 381 192.168.1.180/16434 config error is REFUSED
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 382 192.168.1.180/62014 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 382 192.168.1.180/62014 config error is REFUSED
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 383 192.168.1.180/28310 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:36 2021 daemon.info dnsmasq[6604]: 383 192.168.1.180/28310 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 384 192.168.1.180/8563 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 384 192.168.1.180/8563 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 385 192.168.1.180/61213 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 385 192.168.1.180/61213 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 386 192.168.1.180/1310 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 386 192.168.1.180/1310 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 387 192.168.1.180/24435 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 387 192.168.1.180/24435 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 388 192.168.1.180/11109 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 388 192.168.1.180/11109 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 389 192.168.1.180/38285 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 389 192.168.1.180/38285 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 390 192.168.1.180/6828 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 390 192.168.1.180/6828 config error is REFUSED
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 391 192.168.1.180/27898 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:37 2021 daemon.info dnsmasq[6604]: 391 192.168.1.180/27898 config error is REFUSED
Tue Jan 19 13:45:38 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:45:38 2021 daemon.notice netifd: wan1 (11208): Command failed: Permission denied
Tue Jan 19 13:45:38 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:45:38 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:45:38 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 392 192.168.1.180/32677 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 392 192.168.1.180/32677 config error is REFUSED
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 393 192.168.1.180/39057 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 393 192.168.1.180/39057 config error is REFUSED
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 394 192.168.1.180/1225 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 394 192.168.1.180/1225 config error is REFUSED
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 395 192.168.1.180/55322 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 395 192.168.1.180/55322 config error is REFUSED
Tue Jan 19 13:45:39 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 396 192.168.1.180/3113 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 396 192.168.1.180/3113 config error is REFUSED
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 397 192.168.1.180/38592 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 397 192.168.1.180/38592 config error is REFUSED
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 398 192.168.1.180/57133 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 398 192.168.1.180/57133 config error is REFUSED
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 399 192.168.1.180/21855 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:39 2021 daemon.info dnsmasq[6604]: 399 192.168.1.180/21855 config error is REFUSED
Tue Jan 19 13:45:39 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:45:40 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:45:40 2021 daemon.notice netifd: wan1 (11218): message not long enough
Tue Jan 19 13:45:40 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:45:40 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:45:40 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:45:40 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:45:41 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:45:41 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 400 127.0.0.1/44005 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 400 127.0.0.1/44005 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 401 127.0.0.1/44005 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 401 127.0.0.1/44005 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 402 127.0.0.1/44005 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 402 127.0.0.1/44005 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 403 127.0.0.1/44005 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:42 2021 daemon.info dnsmasq[6604]: 403 127.0.0.1/44005 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:44 2021 daemon.info dnsmasq[6604]: 404 127.0.0.1/55858 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:44 2021 daemon.info dnsmasq[6604]: 404 127.0.0.1/55858 config error is REFUSED
Tue Jan 19 13:45:44 2021 daemon.info dnsmasq[6604]: 405 127.0.0.1/55858 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:44 2021 daemon.info dnsmasq[6604]: 405 127.0.0.1/55858 config error is REFUSED
Tue Jan 19 13:45:46 2021 daemon.info dnsmasq[6604]: 406 127.0.0.1/55858 query[A] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:46 2021 daemon.info dnsmasq[6604]: 406 127.0.0.1/55858 config error is REFUSED
Tue Jan 19 13:45:46 2021 daemon.info dnsmasq[6604]: 407 127.0.0.1/55858 query[AAAA] ipecho.net from 127.0.0.1
Tue Jan 19 13:45:46 2021 daemon.info dnsmasq[6604]: 407 127.0.0.1/55858 config error is REFUSED
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 408 127.0.0.1/41789 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 408 127.0.0.1/41789 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 409 127.0.0.1/41789 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 409 127.0.0.1/41789 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 410 127.0.0.1/41789 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 410 127.0.0.1/41789 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 411 127.0.0.1/41789 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:50 2021 daemon.info dnsmasq[6604]: 411 127.0.0.1/41789 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:52 2021 daemon.info dnsmasq[6604]: 412 192.168.1.180/11469 query[A] github.com from 192.168.1.180
Tue Jan 19 13:45:52 2021 daemon.info dnsmasq[6604]: 412 192.168.1.180/11469 config error is REFUSED
Tue Jan 19 13:45:52 2021 daemon.info dnsmasq[6604]: 413 192.168.1.180/31425 query[A] github.com from 192.168.1.180
Tue Jan 19 13:45:52 2021 daemon.info dnsmasq[6604]: 413 192.168.1.180/31425 config error is REFUSED
Tue Jan 19 13:45:52 2021 daemon.info dnsmasq[6604]: 414 192.168.1.180/61245 query[A] github.com from 192.168.1.180
Tue Jan 19 13:45:52 2021 daemon.info dnsmasq[6604]: 414 192.168.1.180/61245 config error is REFUSED
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 415 192.168.1.180/55898 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 415 192.168.1.180/55898 config error is REFUSED
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 416 192.168.1.180/41674 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 416 192.168.1.180/41674 config error is REFUSED
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 417 192.168.1.180/59646 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 417 192.168.1.180/59646 config error is REFUSED
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 418 192.168.1.180/36610 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 418 192.168.1.180/36610 config error is REFUSED
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 419 127.0.0.1/54908 query[PTR] 158.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 419 127.0.0.1/54908 config 192.168.1.158 is NXDOMAIN
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 420 127.0.0.1/54908 query[PTR] 180.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 420 127.0.0.1/54908 DHCP 192.168.1.180 is Work.lan
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 421 127.0.0.1/54908 query[PTR] 1.1.168.192.in-addr.arpa from 127.0.0.1
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 421 127.0.0.1/54908 /tmp/hosts/dhcp.cfg01411c 192.168.1.1 is ROOter.lan
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 422 127.0.0.1/54908 query[PTR] f.2.e.0.6.1.e.f.f.f.c.3.e.5.a.f.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa from 127.0.0.1
Tue Jan 19 13:45:54 2021 daemon.info dnsmasq[6604]: 422 127.0.0.1/54908 config fe80::fa5e:3cff:fe16:e2f is NXDOMAIN
Tue Jan 19 13:45:56 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 423 192.168.1.180/49661 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 423 192.168.1.180/49661 config error is REFUSED
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 424 192.168.1.180/33805 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 424 192.168.1.180/33805 config error is REFUSED
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 425 192.168.1.180/8728 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 425 192.168.1.180/8728 config error is REFUSED
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 426 192.168.1.180/39147 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:45:56 2021 daemon.info dnsmasq[6604]: 426 192.168.1.180/39147 config error is REFUSED
Tue Jan 19 13:45:56 2021 daemon.notice netifd: wan1 (11704): Command failed: Permission denied
Tue Jan 19 13:45:56 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:45:56 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:45:56 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:45:57 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:45:57 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:45:57 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:45:57 2021 daemon.notice netifd: wan1 (11716): message not long enough
Tue Jan 19 13:45:57 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:45:58 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:45:58 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:45:58 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:45:58 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:45:58 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 427 192.168.1.180/40610 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 427 192.168.1.180/40610 config error is REFUSED
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 428 192.168.1.180/21954 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 428 192.168.1.180/21954 config error is REFUSED
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 429 192.168.1.180/52707 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 429 192.168.1.180/52707 config error is REFUSED
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 430 192.168.1.180/39770 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:05 2021 daemon.info dnsmasq[6604]: 430 192.168.1.180/39770 config error is REFUSED
Tue Jan 19 13:46:07 2021 daemon.info dnsmasq[6604]: 431 192.168.1.180/54564 query[PTR] lb._dns-sd._udp.0.1.168.192.in-addr.arpa from 192.168.1.180
Tue Jan 19 13:46:07 2021 daemon.info dnsmasq[6604]: 431 192.168.1.180/54564 config error is REFUSED
Tue Jan 19 13:46:07 2021 daemon.info dnsmasq[6604]: 432 192.168.1.180/64277 query[PTR] lb._dns-sd._udp.lan from 192.168.1.180
Tue Jan 19 13:46:07 2021 daemon.info dnsmasq[6604]: 432 192.168.1.180/64277 config lb._dns-sd._udp.lan is NXDOMAIN
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 433 192.168.1.180/5364 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 433 192.168.1.180/5364 config error is REFUSED
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 434 192.168.1.180/18931 query[A] github.com from 192.168.1.180
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 434 192.168.1.180/18931 config error is REFUSED
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 435 192.168.1.180/33489 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 435 192.168.1.180/33489 config error is REFUSED
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 436 192.168.1.180/30512 query[A] github.com from 192.168.1.180
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 436 192.168.1.180/30512 config error is REFUSED
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 437 192.168.1.180/55579 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 437 192.168.1.180/55579 config error is REFUSED
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 438 192.168.1.180/40829 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:09 2021 daemon.info dnsmasq[6604]: 438 192.168.1.180/40829 config error is REFUSED
Tue Jan 19 13:46:13 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:46:13 2021 daemon.notice netifd: wan1 (12025): Command failed: Permission denied
Tue Jan 19 13:46:13 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:46:13 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:46:13 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:46:14 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:46:14 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:46:14 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:46:15 2021 daemon.notice netifd: wan1 (12041): message not long enough
Tue Jan 19 13:46:15 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:46:15 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:46:15 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:46:15 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:46:15 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:46:15 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 439 192.168.1.180/58461 query[A] github.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 439 192.168.1.180/58461 config error is REFUSED
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 440 192.168.1.180/22160 query[A] github.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 440 192.168.1.180/22160 config error is REFUSED
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 441 192.168.1.180/45381 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 441 192.168.1.180/45381 config error is REFUSED
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 442 192.168.1.180/2397 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 442 192.168.1.180/2397 config error is REFUSED
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 443 192.168.1.180/64458 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 443 192.168.1.180/64458 config error is REFUSED
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 444 192.168.1.180/30811 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 444 192.168.1.180/30811 config error is REFUSED
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 445 192.168.1.180/46360 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:22 2021 daemon.info dnsmasq[6604]: 445 192.168.1.180/46360 config error is REFUSED
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 446 192.168.1.180/18457 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 446 192.168.1.180/18457 config error is REFUSED
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 447 192.168.1.180/53424 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 447 192.168.1.180/53424 config error is REFUSED
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 448 192.168.1.180/8964 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 448 192.168.1.180/8964 config error is REFUSED
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 449 192.168.1.180/38904 query[A] content-autofill.googleapis.com from 192.168.1.180
Tue Jan 19 13:46:26 2021 daemon.info dnsmasq[6604]: 449 192.168.1.180/38904 config error is REFUSED
Tue Jan 19 13:46:30 2021 user.notice MBIM Connect: Stopping network
Tue Jan 19 13:46:31 2021 daemon.notice netifd: wan1 (12312): Command failed: Permission denied
Tue Jan 19 13:46:31 2021 daemon.notice netifd: Interface 'wan1' is now down
Tue Jan 19 13:46:31 2021 daemon.notice netifd: Interface 'wan1' is setting up now
Tue Jan 19 13:46:31 2021 user.notice URL-DEBUG: hotplug (iface): action='ifup-failed' interface='wan1'
Tue Jan 19 13:46:31 2021 daemon.info dnsmasq[6604]: 450 192.168.1.180/28812 query[A] github.com from 192.168.1.180
Tue Jan 19 13:46:31 2021 daemon.info dnsmasq[6604]: 450 192.168.1.180/28812 config error is REFUSED
Tue Jan 19 13:46:31 2021 daemon.info dnsmasq[6604]: 451 192.168.1.180/44219 query[A] github.com from 192.168.1.180
Tue Jan 19 13:46:31 2021 daemon.info dnsmasq[6604]: 451 192.168.1.180/44219 config error is REFUSED
Tue Jan 19 13:46:31 2021 user.notice MBIM Connect: Query radio state
Tue Jan 19 13:46:32 2021 user.notice MBIM Connect: Reading capabilities
Tue Jan 19 13:46:32 2021 user.notice MBIM Connect: Checking subscriber
Tue Jan 19 13:46:32 2021 daemon.notice netifd: wan1 (12323): message not long enough
Tue Jan 19 13:46:32 2021 user.notice MBIM Connect: Subscriber init failed
Tue Jan 19 13:46:32 2021 user.notice MBIM Connect: Checking PIN state
Tue Jan 19 13:46:32 2021 user.notice MBIM Connect: PIN is not required
Tue Jan 19 13:46:33 2021 user.notice MBIM Connect: Register with network
Tue Jan 19 13:46:33 2021 user.notice MBIM Connect: Subscriber registration failed
Tue Jan 19 13:46:33 2021 user.notice MBIM Connect: MBIM bringup failed, retry in 15s
```
chasegibbons@work ~ % systemextensionsctl list
1 extension(s)
--- com.apple.system_extension.driver_extension
enabled active teamID bundleID (version) name [state]
* G43BCU2T37 org.pqrs.Karabiner-DriverKit-VirtualHIDDevice (1.6.0/1.6.0) org.pqrs.Karabiner-DriverKit-VirtualHIDDevice [activated waiting for user]
chasegibbons@work ~ %
@chase2981
Copy link
Author

Screen Shot 2022-02-10 at 4 55 43 PM

Screen Shot 2022-02-10 at 4 32 22 PM

Screen Shot 2022-02-10 at 4 55 38 PM

Screen Shot 2022-02-10 at 6 39 05 PM

Screen Shot 2022-02-10 at 7 31 27 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment