{"success":true,"ip":"112.167.149.115","family":"IPv4","data":{"open_ports":[{"port":80,"proto":"tcp","last_seen":"2026-06-14 15:27:30.000","service":"http"}],"banners":[{"port":80,"server_str":"Apache\/2.4.6 (CentOS) OpenSSL\/1.0.1e-fips mod_fcgid\/2.3.9 PHP\/5.4.16","observed_at":"2026-06-14 15:29:40.534"}],"tls_certs":[],"co_hosted_domains":[],"external_refs":[],"leak_candidates":[],"titles":[{"target":"112.167.149.115:80","title":"(\uc8fc)\ub098\uc2a4\ud14c\ud06c-\ucd9c\uace0\uc758\ub8b0 \uad00\ub9ac\ud504\ub85c\uadf8\ub7a8","status":200,"login_flag":1,"last_seen":"2026-06-14 15:29:40.534"}],"login_ports":[80],"icmp_reachable":null,"tracking":{"first_seen":"2026-06-14 15:27:30.000","last_seen":"2026-06-14 15:27:30.000","observations":1},"techs":[{"technology":"jQuery","version":"","category":"cat59","confidence":1,"sample_target":"112.167.149.115:80"}],"ptr":null,"bgp":{"asn":4766,"as_name":"KT Corporation (Korea Telecom)","prefix":"112.160.0.0\/12","rpki_status":null,"observed_at":"2026-08-30 18:06:38","country_code":"KR","registry":"apnic","allocated":"1996-04-22","info_type":"Cable\/DSL\/ISP"},"allocation":{"registry":"apnic","country_code":"KR","status":"allocated","allocated_date":"20090210","start_ip":"112.160.0.0","block_size":2097152},"geo":{"country_code":"KR","country_name":"South Korea","continent_code":"AS"},"honeypot":null,"honeypot_recent":[],"honeypot_actor":null,"honeypot_ja":null,"honeypot_classes":[],"hosted_domains":[],"hosted_domains_count":0,"hosted_is_bulk":false,"cves":[{"cve_id":"CVE-2018-1312","cvss_score":9.8,"cvss_severity":"","description":"In Apache httpd 2.2.0 to 2.4.29, when generating an HTTP Digest authentication challenge, the nonce sent to prevent reply attacks was not correctly generated using a pseudo-random seed. In a cluster of servers using a common Digest authentication configuration, HTTP requests could be replayed across servers by an attacker without detection.","software":"Apache 2.4.6"},{"cve_id":"CVE-2014-9912","cvss_score":9.8,"cvss_severity":"","description":"The get_icu_disp_value_src_php function in ext\/intl\/locale\/locale_methods.c in PHP before 5.3.29, 5.4.x before 5.4.30, and 5.5.x before 5.5.14 does not properly restrict calls to the ICU uresbund.cpp component, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a locale_get_display_name call with a long first argument.","software":"PHP 5.4.16"},{"cve_id":"CVE-2016-0736","cvss_score":7.5,"cvss_severity":"","description":"In Apache HTTP Server versions 2.4.0 to 2.4.23, mod_session_crypto was encrypting its data\/cookie using the configured ciphers with possibly either CBC or ECB modes of operation (AES256-CBC by default), hence no selectable or builtin authenticated encryption. This made it vulnerable to padding oracle attacks, particularly with CBC.","software":"Apache 2.4.6"},{"cve_id":"CVE-2016-2161","cvss_score":7.5,"cvss_severity":"","description":"In Apache HTTP Server versions 2.4.0 to 2.4.23, malicious input to mod_auth_digest can cause the server to crash, and each instance continues to crash even for subsequently valid requests.","software":"Apache 2.4.6"},{"cve_id":"CVE-2017-15710","cvss_score":7.5,"cvss_severity":"","description":"In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user's credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two characters value to allow a quick retry (for example, 'en-US' is truncated to 'en'). A header value of less than two characters forces an out of bound write of one NUL byte to a memory location that is not part of the string. In the worst case, quite unlikely, the process would crash which could be used as a Denial of Service attack. In the more likely case, this memory is already reserved for future use and the issue has no effect at all.","software":"Apache 2.4.6"},{"cve_id":"CVE-2017-9798","cvss_score":7.5,"cvss_severity":"","description":"Apache httpd allows remote attackers to read secret data from process memory if the Limit directive can be set in a user's .htaccess file, or if httpd.conf has certain misconfigurations, aka Optionsbleed. This affects the Apache HTTP Server through 2.2.34 and 2.4.x through 2.4.27. The attacker sends an unauthenticated OPTIONS HTTP request when attempting to read secret data. This is a use-after-free issue and thus secret data is not always sent, and the specific data depends on many factors including configuration. Exploitation with .htaccess can be blocked with a patch to the ap_limit_section function in server\/core.c.","software":"Apache 2.4.6"},{"cve_id":"CVE-2013-6420","cvss_score":7.5,"cvss_severity":"HIGH","description":"The asn1_time_to_time_t function in ext\/openssl\/openssl.c in PHP before 5.3.28, 5.4.x before 5.4.23, and 5.5.x before 5.5.7 does not properly parse (1) notBefore and (2) notAfter timestamps in X.509 certificates, which allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted certificate that is not properly handled by the openssl_x509_parse function.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-3669","cvss_score":7.5,"cvss_severity":"HIGH","description":"Integer overflow in the object_custom function in ext\/standard\/var_unserializer.c in PHP before 5.4.34, 5.5.x before 5.5.18, and 5.6.x before 5.6.2 allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via an argument to the unserialize function that triggers calculation of a large length value.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-9427","cvss_score":7.5,"cvss_severity":"HIGH","description":"sapi\/cgi\/cgi_main.c in the CGI component in PHP through 5.4.36, 5.5.x through 5.5.20, and 5.6.x through 5.6.4, when mmap is used to read a .php file, does not properly consider the mapping's length during processing of an invalid file that begins with a # character and lacks a newline character, which causes an out-of-bounds read and might (1) allow remote attackers to obtain sensitive information from php-cgi process memory by leveraging the ability to upload a .php file or (2) trigger unexpected code execution if a valid PHP script is present in memory locations adjacent to the mapping.","software":"PHP 5.4.16"},{"cve_id":"CVE-2015-0231","cvss_score":7.5,"cvss_severity":"HIGH","description":"Use-after-free vulnerability in the process_nested_data function in ext\/standard\/var_unserializer.re in PHP before 5.4.37, 5.5.x before 5.5.21, and 5.6.x before 5.6.5 allows remote attackers to execute arbitrary code via a crafted unserialize call that leverages improper handling of duplicate numerical keys within the serialized properties of an object.  NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-8142.","software":"PHP 5.4.16"},{"cve_id":"CVE-2016-7478","cvss_score":7.5,"cvss_severity":"","description":"Zend\/zend_exceptions.c in PHP, possibly 5.x before 5.6.28 and 7.x before 7.0.13, allows remote attackers to cause a denial of service (infinite loop) via a crafted Exception object in serialized data, a related issue to CVE-2015-8876.","software":"PHP 5.4.16"},{"cve_id":"CVE-2011-4718","cvss_score":6.8,"cvss_severity":"MEDIUM","description":"Session fixation vulnerability in the Sessions subsystem in PHP before 5.5.2 allows remote attackers to hijack web sessions by specifying a session ID.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-3597","cvss_score":6.8,"cvss_severity":"MEDIUM","description":"Multiple buffer overflows in the php_parserr function in ext\/standard\/dns.c in PHP before 5.4.32 and 5.5.x before 5.5.16 allow remote DNS servers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted DNS record, related to the dns_get_record function and the dn_expand function.  NOTE: this issue exists because of an incomplete fix for CVE-2014-4049.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-3670","cvss_score":6.8,"cvss_severity":"MEDIUM","description":"The exif_ifd_make_value function in exif.c in the EXIF extension in PHP before 5.4.34, 5.5.x before 5.5.18, and 5.6.x before 5.6.2 operates on floating-point arrays incorrectly, which allows remote attackers to cause a denial of service (heap memory corruption and application crash) or possibly execute arbitrary code via a crafted JPEG image with TIFF thumbnail data that is improperly handled by the exif_thumbnail function.","software":"PHP 5.4.16"},{"cve_id":"CVE-2015-0232","cvss_score":6.8,"cvss_severity":"MEDIUM","description":"The exif_process_unicode function in ext\/exif\/exif.c in PHP before 5.4.37, 5.5.x before 5.5.21, and 5.6.x before 5.6.5 allows remote attackers to execute arbitrary code or cause a denial of service (uninitialized pointer free and application crash) via crafted EXIF data in a JPEG image.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-3478","cvss_score":6.5,"cvss_severity":"","description":"Buffer overflow in the mconvert function in softmagic.c in file before 5.19, as used in the Fileinfo component in PHP before 5.4.30 and 5.5.x before 5.5.14, allows remote attackers to cause a denial of service (application crash) via a crafted Pascal string in a FILE_PSTRING conversion.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-5120","cvss_score":6.4,"cvss_severity":"MEDIUM","description":"gd_ctx.c in the GD component in PHP 5.4.x before 5.4.32 and 5.5.x before 5.5.16 does not ensure that pathnames lack %00 sequences, which might allow remote attackers to overwrite arbitrary files via crafted input to an application that calls the (1) imagegd, (2) imagegd2, (3) imagegif, (4) imagejpeg, (5) imagepng, (6) imagewbmp, or (7) imagewebp function.","software":"PHP 5.4.16"},{"cve_id":"CVE-2016-4975","cvss_score":6.1,"cvss_severity":"","description":"Possible CRLF injection allowing HTTP response splitting attacks for sites which use mod_userdir. This issue was mitigated by changes made in 2.4.25 and 2.2.32 which prohibit CR or LF injection into the \"Location\" or other outbound header key or value. Fixed in Apache HTTP Server 2.4.25 (Affected 2.4.1-2.4.23). Fixed in Apache HTTP Server 2.2.32 (Affected 2.2.0-2.2.31).","software":"Apache 2.4.6"},{"cve_id":"CVE-2013-5704","cvss_score":5,"cvss_severity":"MEDIUM","description":"The mod_headers module in the Apache HTTP Server 2.2.22 allows remote attackers to bypass \"RequestHeader unset\" directives by placing a header in the trailer portion of data sent with chunked transfer coding.  NOTE: the vendor states \"this is not a security issue in httpd as such.\"","software":"Apache 2.4.6"},{"cve_id":"CVE-2014-3523","cvss_score":5,"cvss_severity":"MEDIUM","description":"Memory leak in the winnt_accept function in server\/mpm\/winnt\/child.c in the WinNT MPM in the Apache HTTP Server 2.4.x before 2.4.10 on Windows, when the default AcceptFilter is enabled, allows remote attackers to cause a denial of service (memory consumption) via crafted requests.","software":"Apache 2.4.6"},{"cve_id":"CVE-2014-3581","cvss_score":5,"cvss_severity":"MEDIUM","description":"The cache_merge_headers_out function in modules\/cache\/cache_util.c in the mod_cache module in the Apache HTTP Server before 2.4.11 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an empty HTTP Content-Type header.","software":"Apache 2.4.6"},{"cve_id":"CVE-2015-3184","cvss_score":5,"cvss_severity":"MEDIUM","description":"mod_authz_svn in Apache Subversion 1.7.x before 1.7.21 and 1.8.x before 1.8.14, when using Apache httpd 2.4.x, does not properly restrict anonymous access, which allows remote anonymous users to read hidden files via the path name.","software":"Apache 2.4.6"},{"cve_id":"CVE-2012-1171","cvss_score":5,"cvss_severity":"MEDIUM","description":"The libxml RSHUTDOWN function in PHP 5.x allows remote attackers to bypass the open_basedir protection mechanism and read arbitrary files via vectors involving a stream_close method call during use of a custom stream wrapper.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-3668","cvss_score":5,"cvss_severity":"MEDIUM","description":"Buffer overflow in the date_from_ISO8601 function in the mkgmtime implementation in libxmlrpc\/xmlrpc.c in the XMLRPC extension in PHP before 5.4.34, 5.5.x before 5.5.18, and 5.6.x before 5.6.2 allows remote attackers to cause a denial of service (application crash) via (1) a crafted first argument to the xmlrpc_set_type function or (2) a crafted argument to the xmlrpc_decode function, related to an out-of-bounds read operation.","software":"PHP 5.4.16"},{"cve_id":"CVE-2013-4352","cvss_score":4.3,"cvss_severity":"MEDIUM","description":"The cache_invalidate function in modules\/cache\/cache_storage.c in the mod_cache module in the Apache HTTP Server 2.4.6, when a caching forward proxy is enabled, allows remote HTTP servers to cause a denial of service (NULL pointer dereference and daemon crash) via vectors that trigger a missing hostname value.","software":"Apache 2.4.6"},{"cve_id":"CVE-2014-0117","cvss_score":4.3,"cvss_severity":"MEDIUM","description":"The mod_proxy module in the Apache HTTP Server 2.4.x before 2.4.10, when a reverse proxy is enabled, allows remote attackers to cause a denial of service (child-process crash) via a crafted HTTP Connection header.","software":"Apache 2.4.6"},{"cve_id":"CVE-2014-8109","cvss_score":4.3,"cvss_severity":"MEDIUM","description":"mod_lua.c in the mod_lua module in the Apache HTTP Server 2.3.x and 2.4.x through 2.4.10 does not support an httpd configuration in which the same Lua authorization provider is used with different arguments within different contexts, which allows remote attackers to bypass intended access restrictions in opportunistic circumstances by leveraging multiple Require directives, as demonstrated by a configuration that specifies authorization for one group to access a certain directory, and authorization for a second group to access a second directory.","software":"Apache 2.4.6"},{"cve_id":"CVE-2015-3185","cvss_score":4.3,"cvss_severity":"MEDIUM","description":"The ap_some_auth_required function in server\/request.c in the Apache HTTP Server 2.4.x before 2.4.14 does not consider that a Require directive may be associated with an authorization setting rather than an authentication setting, which allows remote attackers to bypass intended access restrictions in opportunistic circumstances by leveraging the presence of a module that relies on the 2.2 API behavior.","software":"Apache 2.4.6"},{"cve_id":"CVE-2013-4248","cvss_score":4.3,"cvss_severity":"MEDIUM","description":"The openssl_x509_parse function in openssl.c in the OpenSSL module in PHP before 5.4.18 and 5.5.x before 5.5.2 does not properly handle a '\\0' character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.","software":"PHP 5.4.16"},{"cve_id":"CVE-2014-3587","cvss_score":4.3,"cvss_severity":"MEDIUM","description":"Integer overflow in the cdf_read_property_info function in cdf.c in file through 5.19, as used in the Fileinfo component in PHP before 5.4.32 and 5.5.x before 5.5.16, allows remote attackers to cause a denial of service (application crash) via a crafted CDF file.  NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-1571.","software":"PHP 5.4.16"}],"probe_findings":[],"threat_matches":[],"threat_count":0}}