Help
RSS
API
Feed
Maltego
Contact
Domain > minabear.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-01-13
172.247.246.103
(
ClassC
)
2026-02-05
172.67.204.241
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Thu, 05 Feb 2026 17:43:41 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sFSYHK%2FyGoO5%2B0N6x7ue5z0DPHsaEhbJYAlCw8naRjmj%2FaV0HnCJCQAHpaHLA23zm0nnh6en9tNoIlcdS2Lj6hWg1dRH793lSKx4%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9c9436261ba35ed3-PDXalt-svc: h3:443; ma86400 !doctype html>html> head> meta charsetUTF-8> title>敏娜的博客/title> link relicon typeimage/png href/favicon.png /> link relapple-touch-icon href/favicon.png> link hrefhttps://fonts.googleapis.com/css2?familyNoto+Serif+SC:wght@500&displayswap relstylesheet> /head> style> body.dark { background-color: #2f3130; color: #f9f9f9;}a:link, a:visited { color: #0059cb;}body.dark a:link, body.dark a:visited { color: #56a0ff;}.root { font-size: 20px; font-family: Noto Serif SC; display: flex; justify-content: center;}.post { max-width: 800px;}.title { text-align: center;}.title h1 { margin-bottom: 0;}.title h2 { font-style: italic; font-weight: normal; margin: 0.3em 0;}.title h3 { margin-top: 10px; margin-bottom: 30px; font-size: 18px; font-style: italic; font-weight: normal;}.main p { text-indent: 2em;}.main img, .main video { max-width: 100%; display: block; margin-left: auto; margin-right: auto;}table { width: 100%; background-color: #f3f3f3; border-collapse: collapse;}body.dark table { background-color: #373938;}table th { background-color: #dddddd;}body.dark table th { background-color: #2a2c2b;}table th, table td { border: solid 1px grey; padding: 2px 10px;}.menu { position: fixed; right: 3em; bottom: 5em; display: flex; flex-direction: column;}.menu button { transition: all 0.2s ease-out 0s; background-color: transparent; border: solid 1px #0000005c; border-radius: 8px; margin: 4px 0; width: 50px; height: 50px; cursor: pointer;}.menu button:hover { transition: all 0.2s ease-out 0s; border: solid 1px #000000;}.menu button svg { pointer-events: none;}body.dark .menu button svg { stroke: white;}pre code.hljs { display: block; overflow-x: auto; padding: 1em; border-radius: 8px;}.hljs { background: #f3f3f3; color: #545454}/* Comment */.hljs-comment,.hljs-quote { color: #696969}/* Red */.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion { color: #d91e18}/* Orange */.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link { color: #aa5d00}/* Yellow */.hljs-attribute { color: #aa5d00}/* Green */.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition { color: #008000}/* Blue */.hljs-title,.hljs-section { color: #007faa}/* Purple */.hljs-keyword,.hljs-selector-tag { color: #7928a1}.hljs-emphasis { font-style: italic}.hljs-strong { font-weight: bold}body.dark .hljs { background: #2b2b2b; color: #f8f8f2}/* Comment */body.dark .hljs-comment,body.dark .hljs-quote { color: #d4d0ab}/* Red */body.dark .hljs-variable,body.dark .hljs-template-variable,body.dark .hljs-tag,body.dark .hljs-name,body.dark .hljs-selector-id,body.dark .hljs-selector-class,body.dark .hljs-regexp,body.dark .hljs-deletion { color: #ffa07a}/* Orange */body.dark .hljs-number,body.dark .hljs-built_in,body.dark .hljs-literal,body.dark .hljs-type,body.dark .hljs-params,body.dark .hljs-meta,body.dark .hljs-link { color: #f5ab35}/* Yellow */body.dark .hljs-attribute { color: #ffd700}/* Green */body.dark .hljs-string,body.dark .hljs-symbol,body.dark .hljs-bullet,body.dark .hljs-addition { color: #abe338}/* Blue */body.dark .hljs-title,body.dark .hljs-section { color: #00e0e0}/* Purple */body.dark .hljs-keyword,body.dark .hljs-selector-tag { color: #dcc6e0}body.dark .hljs-emphasis { font-style: italic}body.dark .hljs-strong { font-weight: bold} /style> body> div classroot> div classpost> div classtitle> h1>敏娜的博客/h1> h3>/h3> /div> div classmain> h2>文章/h2>ul>li>a href/funny_questions.html>一些有趣的问题以及我的思考/a>a>(2025.06.08)/a>/li>li>a href/swallow_in_rain.html>雨中飞燕的故事/a>a>(2025.05.18)/a>/li>li>a href/multiway_switching.html>一灯多控开关的实现思路/a>a>(2024.08.01)/a>/li>li>a href/coroutine.html>跨语言理解协程的含义/a>a>(2024.06.26)/a>/li>/ul>h2>关于/h2>img classbig src/asset/bear.png />p> 订阅 a href/rss.xml>RSS/a>/p>p> 邮件 blog (at) minabear.com/p> /div> /div> /div> div classmenu> script> if (document.cookie.includes(darktrue)) { document.body.classList.toggle(dark); } document.body.style.transition all 0.5s ease-out 0s; function toggleDarkMode() { document.body.classList.toggle(dark); var dark document.body.classList.contains(dark); document.cookie dark + dark; } /script> button onclickwindow.location.pathname >svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone stroke#000000 stroke-width2 stroke-linecapround stroke-linejoinround>path dM20 9v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9/>path dM9 22V12h6v10M2 10.6L12 2l10 8.6/>/svg>/button> button onclicktoggleDarkMode()>svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone stroke#000000 stroke-width2 stroke-linecapround stroke-linejoinround>path dM21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z>/path>/svg>/button> button onclickwindow.scroll(0,0)>svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone stroke#000000 stroke-width2 stroke-linecapround stroke-linejoinround>path dM12 19V6M5 12l7-7 7 7/>/svg>/button> /div> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]