{"id":43,"date":"2007-06-13T12:28:24","date_gmt":"2007-06-13T10:28:24","guid":{"rendered":"http:\/\/michauko.org\/blog\/2007\/06\/13\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde\/"},"modified":"2009-10-08T15:30:54","modified_gmt":"2009-10-08T13:30:55","slug":"controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde","status":"publish","type":"post","link":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/","title":{"rendered":"Contr\u00f4le des rootkits : ma machine s&rsquo;est-elle fait cyber-hack\u00e9e-chuidanlamerde ?"},"content":{"rendered":"<p>Des fois qu&rsquo;un gros [pas] malin ait trouv\u00e9 un acc\u00e8s \u00e0 votre machine Linux puis une faille (ou un acc\u00e8s root), s&rsquo;il veut faire le vilain avec, il y a de fortes chances qu&rsquo;il modifie certains binaires syst\u00e8mes pour masquer sa pr\u00e9sence et celle de ses processus qu&rsquo;il voudrait masquer.<br \/>\nSi le mec est dou\u00e9 (plus dou\u00e9 que vous), vous ne verrez jamais rien. Si c&rsquo;est un imb\u00e9cile qui a juste trouv\u00e9 votre compte root, il risque de mal se cacher. Vous pouvez installer l&rsquo;outil chkrootkit pour v\u00e9rifier la pr\u00e9sence de \u00ab\u00a0Root Kits\u00a0\u00bb (programmes syst\u00e8mes modifi\u00e9s pour prot\u00e9ger sa pr\u00e9cence, exemple : \u00ab\u00a0ps\u00a0\u00bb ne montrera pas tel ou tel programme).<!--more--><\/p>\n<p>Sous Debian, installez l&rsquo;outil par la commande suivante :<\/p>\n<pre>apt-get install chkrootkit<\/pre>\n<p>Quelques questions sont pos\u00e9es, voici mon avis :<\/p>\n<li>\u00ab\u00a0Faut-il lancer chkrootkit quotidiennement\u00a0\u00bb : OUI.<\/li>\n<p>C&rsquo;est l&rsquo;int\u00e9r\u00eat d&rsquo;un tel programme : esp\u00e9rer \u00eatre alert\u00e9 \u00e0 temps si un vilain commence \u00e0 traficoter sur votre syst\u00e8me.<\/p>\n<li>\u00ab\u00a0Options \u00e0 utiliser pour la t\u00e2che quotidienne\u00a0\u00bb : -q.<\/li>\n<p>Si vous vous pouvez la question, c&rsquo;est qu&rsquo;il vous faut mettre \u00ab\u00a0-q\u00a0\u00bb, sinon vous sauriez \ud83d\ude09<\/p>\n<li>\u00ab\u00a0Faut-il signaler seulement les probl\u00e8mes diff\u00e9rents de ceux de la veille\u00a0\u00bb : OUI.<\/li>\n<p>Attention : il faut bien r\u00e9aliser que les logs sont alors cumulatifs. Tant que tout va bien, c&rsquo;est bon. Mais le jour o\u00f9 vous avez quelque chose de suspect, souvenez-vous des logs des jours pr\u00e9c\u00e9dents pour comprendre ce qu&rsquo;il se passe.<\/p>\n<p>Voil\u00e0, vous pouvez aussi lancer \u00e0 la main le programme pour vous faire une premi\u00e8re id\u00e9e, et esp\u00e9rer \u00eatre vierge de tout probl\u00e8me :<\/p>\n<pre>mamachine:~# chkrootkit\r\nROOTDIR is `\/'\r\nChecking `amd'... not found\r\nChecking `basename'... not infected\r\nChecking `biff'... not found\r\nChecking `chfn'... not infected\r\nChecking `chsh'... not infected\r\nChecking `cron'... not infected\r\nChecking `crontab'... not infected\r\nChecking `date'... not infected\r\nChecking `du'... not infected\r\nChecking `dirname'... not infected\r\nChecking `echo'... not infected\r\nChecking `egrep'... not infected\r\nChecking `env'... not infected\r\nChecking `find'... not infected\r\nChecking `fingerd'... not found\r\nChecking `gpm'... not found\r\nChecking `grep'... not infected\r\nChecking `hdparm'... not found\r\nChecking `su'... not infected\r\nChecking `ifconfig'... not infected\r\nChecking `inetd'... not infected\r\nChecking `inetdconf'... not infected\r\nChecking `identd'... not found\r\nChecking `init'... not infected\r\nChecking `killall'... not infected\r\nChecking `ldsopreload'... not infected\r\nChecking `login'... not infected\r\nChecking `ls'... not infected\r\nChecking `lsof'... not infected\r\nChecking `mail'... not infected\r\nChecking `mingetty'... not found\r\nChecking `netstat'... not infected\r\nChecking `named'... not infected\r\nChecking `passwd'... not infected\r\nChecking `pidof'... not infected\r\nChecking `pop2'... not found\r\nChecking `pop3'... not found\r\nChecking `ps'... not infected\r\nChecking `pstree'... not infected\r\nChecking `rpcinfo'... not infected\r\nChecking `rlogind'... not found\r\nChecking `rshd'... not found\r\nChecking `slogin'... not infected\r\nChecking `sendmail'... not infected\r\nChecking `sshd'... not infected\r\nChecking `syslogd'... not infected\r\nChecking `tar'... not infected\r\nChecking `tcpd'... not infected\r\nChecking `tcpdump'... not infected\r\nChecking `top'... not infected\r\nChecking `telnetd'... not found\r\nChecking `timed'... not found\r\nChecking `traceroute'... not infected\r\nChecking `vdir'... not infected\r\nChecking `w'... not infected\r\nChecking `write'... not infected\r\nChecking `aliens'... no suspect files\r\nSearching for sniffer's logs, it may take a while... nothing found\r\nSearching for HiDrootkit's default dir... nothing found\r\nSearching for t0rn's default files and dirs... nothing found\r\nSearching for t0rn's v8 defaults... nothing found\r\nSearching for Lion Worm default files and dirs... nothing found\r\nSearching for RSHA's default files and dir... nothing found\r\nSearching for RH-Sharpe's default files... nothing found\r\nSearching for Ambient's rootkit (ark) default files and dirs... nothing found\r\nSearching for suspicious files and dirs, it may take a while...\r\n\/usr\/lib\/iceweasel\/.autoreg\r\n\/lib\/init\/rw\/.ramfs\r\n\r\nSearching for LPD Worm files and dirs... nothing found\r\nSearching for Ramen Worm files and dirs... nothing found\r\nSearching for Maniac files and dirs... nothing found\r\nSearching for RK17 files and dirs... nothing found\r\nSearching for Ducoci rootkit... nothing found\r\nSearching for Adore Worm... nothing found\r\nSearching for ShitC Worm... nothing found\r\nSearching for Omega Worm... nothing found\r\nSearching for Sadmind\/IIS Worm... nothing found\r\nSearching for MonKit... nothing found\r\nSearching for Showtee... nothing found\r\nSearching for OpticKit... nothing found\r\nSearching for T.R.K... nothing found\r\nSearching for Mithra... nothing found\r\nSearching for OBSD rk v1... nothing found\r\nSearching for LOC rootkit... nothing found\r\nSearching for Romanian rootkit... nothing found\r\nSearching for Suckit rootkit... nothing found\r\nSearching for Volc rootkit... nothing found\r\nSearching for Gold2 rootkit... nothing found\r\nSearching for TC2 Worm default files and dirs... nothing found\r\nSearching for Anonoying rootkit default files and dirs... nothing found\r\nSearching for ZK rootkit default files and dirs... nothing found\r\nSearching for ShKit rootkit default files and dirs... nothing found\r\nSearching for AjaKit rootkit default files and dirs... nothing found\r\nSearching for zaRwT rootkit default files and dirs... nothing found\r\nSearching for Madalin rootkit default files... nothing found\r\nSearching for Fu rootkit default files... nothing found\r\nSearching for ESRK rootkit default files... nothing found\r\nSearching for rootedoor... nothing found\r\nSearching for ENYELKM rootkit default files... nothing found\r\nSearching for anomalies in shell history files... nothing found\r\nChecking `asp'... not infected\r\nChecking `bindshell'... not infected\r\nChecking `lkm'... chkproc: nothing detected\r\nChecking `rexedcs'... not found\r\nChecking `sniffer'... lo: not promisc and no packet sniffer sockets\r\neth1: PACKET SNIFFER(\/sbin\/dhclient[1781])\r\nChecking `w55808'... not infected\r\nChecking `wted'... chkwtmp: nothing deleted\r\nChecking `scalper'... not infected\r\nChecking `slapper'... not infected\r\nChecking `z2'... chklastlog: nothing deleted<\/pre>\n<p>Au moins vous savez ce que l&rsquo;outil recherche.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Des fois qu&rsquo;un gros [pas] malin ait trouv\u00e9 un acc\u00e8s \u00e0 votre machine Linux puis une faille (ou un acc\u00e8s root), s&rsquo;il veut faire le vilain avec, il y a de fortes chances qu&rsquo;il modifie &hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[391,2,387,389],"tags":[76,77,75],"class_list":["post-43","post","type-post","status-publish","format-standard","hentry","category-autres-outils","category-debian","category-ligne-de-commande","category-reseau-secu","tag-chkrootkit","tag-hack","tag-rootkit"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contr\u00f4le des rootkits : ma machine s&#039;est-elle fait cyber-hack\u00e9e-chuidanlamerde ? - Le blog de Michauko<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contr\u00f4le des rootkits : ma machine s&#039;est-elle fait cyber-hack\u00e9e-chuidanlamerde ? - Le blog de Michauko\" \/>\n<meta property=\"og:description\" content=\"Des fois qu&rsquo;un gros [pas] malin ait trouv\u00e9 un acc\u00e8s \u00e0 votre machine Linux puis une faille (ou un acc\u00e8s root), s&rsquo;il veut faire le vilain avec, il y a de fortes chances qu&rsquo;il modifie &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/\" \/>\n<meta property=\"og:site_name\" content=\"Le blog de Michauko\" \/>\n<meta property=\"article:published_time\" content=\"2007-06-13T10:28:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2009-10-08T13:30:55+00:00\" \/>\n<meta name=\"author\" content=\"michauko\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"michauko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/\"},\"author\":{\"name\":\"michauko\",\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/#\\\/schema\\\/person\\\/0cd9f3d9ce4dccc05df81a5b27051ea9\"},\"headline\":\"Contr\u00f4le des rootkits : ma machine s&rsquo;est-elle fait cyber-hack\u00e9e-chuidanlamerde ?\",\"datePublished\":\"2007-06-13T10:28:24+00:00\",\"dateModified\":\"2009-10-08T13:30:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/\"},\"wordCount\":301,\"commentCount\":4,\"keywords\":[\"chkrootkit\",\"hack\",\"rootkit\"],\"articleSection\":[\"autres outils\",\"Debian\",\"ligne de commande\",\"reseau et s\u00e9cu\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/\",\"url\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/\",\"name\":\"Contr\u00f4le des rootkits : ma machine s'est-elle fait cyber-hack\u00e9e-chuidanlamerde ? - Le blog de Michauko\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/#website\"},\"datePublished\":\"2007-06-13T10:28:24+00:00\",\"dateModified\":\"2009-10-08T13:30:55+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/#\\\/schema\\\/person\\\/0cd9f3d9ce4dccc05df81a5b27051ea9\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/michauko.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contr\u00f4le des rootkits : ma machine s&rsquo;est-elle fait cyber-hack\u00e9e-chuidanlamerde ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/michauko.org\\\/blog\\\/\",\"name\":\"Le blog de Michauko\",\"description\":\"Si tu ne comprends pas le titre de l&#039;article, passe ton chemin\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/michauko.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/michauko.org\\\/blog\\\/#\\\/schema\\\/person\\\/0cd9f3d9ce4dccc05df81a5b27051ea9\",\"name\":\"michauko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c3a8969c185fd0eef3893a15408f3ef1b36a6681a066b1eb32045643c30ba65?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c3a8969c185fd0eef3893a15408f3ef1b36a6681a066b1eb32045643c30ba65?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c3a8969c185fd0eef3893a15408f3ef1b36a6681a066b1eb32045643c30ba65?s=96&d=mm&r=g\",\"caption\":\"michauko\"},\"sameAs\":[\"http:\\\/\\\/michauko.org\\\/\"],\"url\":\"https:\\\/\\\/michauko.org\\\/blog\\\/author\\\/randomized2\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contr\u00f4le des rootkits : ma machine s'est-elle fait cyber-hack\u00e9e-chuidanlamerde ? - Le blog de Michauko","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/","og_locale":"fr_FR","og_type":"article","og_title":"Contr\u00f4le des rootkits : ma machine s'est-elle fait cyber-hack\u00e9e-chuidanlamerde ? - Le blog de Michauko","og_description":"Des fois qu&rsquo;un gros [pas] malin ait trouv\u00e9 un acc\u00e8s \u00e0 votre machine Linux puis une faille (ou un acc\u00e8s root), s&rsquo;il veut faire le vilain avec, il y a de fortes chances qu&rsquo;il modifie &hellip;","og_url":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/","og_site_name":"Le blog de Michauko","article_published_time":"2007-06-13T10:28:24+00:00","article_modified_time":"2009-10-08T13:30:55+00:00","author":"michauko","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"michauko","Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/#article","isPartOf":{"@id":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/"},"author":{"name":"michauko","@id":"https:\/\/michauko.org\/blog\/#\/schema\/person\/0cd9f3d9ce4dccc05df81a5b27051ea9"},"headline":"Contr\u00f4le des rootkits : ma machine s&rsquo;est-elle fait cyber-hack\u00e9e-chuidanlamerde ?","datePublished":"2007-06-13T10:28:24+00:00","dateModified":"2009-10-08T13:30:55+00:00","mainEntityOfPage":{"@id":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/"},"wordCount":301,"commentCount":4,"keywords":["chkrootkit","hack","rootkit"],"articleSection":["autres outils","Debian","ligne de commande","reseau et s\u00e9cu"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/","url":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/","name":"Contr\u00f4le des rootkits : ma machine s'est-elle fait cyber-hack\u00e9e-chuidanlamerde ? - Le blog de Michauko","isPartOf":{"@id":"https:\/\/michauko.org\/blog\/#website"},"datePublished":"2007-06-13T10:28:24+00:00","dateModified":"2009-10-08T13:30:55+00:00","author":{"@id":"https:\/\/michauko.org\/blog\/#\/schema\/person\/0cd9f3d9ce4dccc05df81a5b27051ea9"},"breadcrumb":{"@id":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/michauko.org\/blog\/controle-des-rootkits-ma-machine-sest-elle-fait-cyber-hackee-chuidanlamerde-43\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/michauko.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Contr\u00f4le des rootkits : ma machine s&rsquo;est-elle fait cyber-hack\u00e9e-chuidanlamerde ?"}]},{"@type":"WebSite","@id":"https:\/\/michauko.org\/blog\/#website","url":"https:\/\/michauko.org\/blog\/","name":"Le blog de Michauko","description":"Si tu ne comprends pas le titre de l&#039;article, passe ton chemin","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/michauko.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https:\/\/michauko.org\/blog\/#\/schema\/person\/0cd9f3d9ce4dccc05df81a5b27051ea9","name":"michauko","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/5c3a8969c185fd0eef3893a15408f3ef1b36a6681a066b1eb32045643c30ba65?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5c3a8969c185fd0eef3893a15408f3ef1b36a6681a066b1eb32045643c30ba65?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c3a8969c185fd0eef3893a15408f3ef1b36a6681a066b1eb32045643c30ba65?s=96&d=mm&r=g","caption":"michauko"},"sameAs":["http:\/\/michauko.org\/"],"url":"https:\/\/michauko.org\/blog\/author\/randomized2\/"}]}},"_links":{"self":[{"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/posts\/43","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/comments?post=43"}],"version-history":[{"count":2,"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/posts\/43\/revisions"}],"predecessor-version":[{"id":806,"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/posts\/43\/revisions\/806"}],"wp:attachment":[{"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/media?parent=43"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/categories?post=43"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michauko.org\/blog\/wp-json\/wp\/v2\/tags?post=43"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}