Closed jjguy closed 8 years ago
yara connector logs:
2016-08-11 03:04:32,254: logging: INFO: synchronizing feed: yara
2016-08-11 03:04:37,067: werkzeug: INFO: 127.0.0.1 - - [11/Aug/2016 03:04:37] "GET /feed.json?start_time=1470323774&server_token=xxx HTTP/1.1" 200 -
2016-08-11 03:04:47,567: logging: INFO: synchronizing feed: yara
2016-08-11 03:04:52,172: werkzeug: INFO: 127.0.0.1 - - [11/Aug/2016 03:04:52] "GET /feed.json?start_time=1470323774&server_token=xxx HTTP/1.1" 200 -
2016-08-11 03:05:02,795: logging: INFO: synchronizing feed: yara
2016-08-11 03:05:07,645: werkzeug: INFO: 127.0.0.1 - - [11/Aug/2016 03:05:07] "GET /feed.json?start_time=1470323774&server_token=xxx HTTP/1.1" 200 -
2016-08-11 03:11:09,436: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:12:39,623: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:14:10,239: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:15:40,373: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:16:30,193: requests.packages.urllib3: INFO: Resetting dropped connection: xxx.my.carbonblack.io
2016-08-11 03:17:10,427: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:17:30,398: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 1200.000000 seconds and retrying.
2016-08-11 03:37:32,979: requests.packages.urllib3: INFO: Resetting dropped connection: xxx.my.carbonblack.io
2016-08-11 03:44:10,620: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:46:38,080: werkzeug: INFO: 127.0.0.1 - - [11/Aug/2016 03:46:38] "GET /feed.json?start_time=1470323774&server_token=xxx HTTP/1.1" 200 -
2016-08-11 03:46:58,031: cbint.utils.detonation: ERROR: Error during binary enumeration: 504 Server Error: Gateway Time-out. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:56:02,810: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
2016-08-11 03:57:39,981: cbint.utils.detonation: ERROR: Error during binary enumeration: 500 Server Error: INTERNAL SERVER ERROR. Sleeping for 30.000000 seconds and retrying.
config:
[bridge]
;
; core configuration options
;
;
; listener_port
; port to listen for incoming feed requests
;
listener_port=7000
;
; listener_address
; ipv4 address to listen; defaults to 127.0.0.1
; 0.0.0.0 binds to all interfaces
;
listener_address=127.0.0.1
;
; yara_rule_directory
; directory where yara rules live.
;
yara_rule_directory=/usr/share/cb/integrations/yara/example_rules
;
; Carbon Black Enterprise Server options
;
;
; Carbon Black Enterprise Server URL
;
carbonblack_server_url=https://xxx.my.carbonblack.io
;
; Carbon Black Enterprise Server API Token
;
carbonblack_server_token=xxx
;
; Carbon Black Enterprise Server SSL Verfication
;
carbonblack_server_sslverify=1
;
; debugging options
;
; debug
; enables various debug output
;
debug=1
from
/var/log/cb/solr/debug.log
:alliance_score_yara
is expanded across all default fields in the cbmodules core. that indicates a syntax error in the query wherealliance_score_yara
was treated as a value vs. a field to search.