While mining, it made a transaction I've never requested. Is it expected or is there a security hole and someone got access to my account? Also, it has some garbage in memo.
>> history
TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        BALANCE                 FEE                 ID      
==============================================================================================================================================================================================
2014-11-29T13:31:21 3062      cliqueman           SPK5cexJ7ufRFZdR... 749.00000 SPK           ����@lt��kJoEt�E���                         -0.50000 SPK            0.50000 SPK         27ecc681
>> blockchain_get_transaction 27ecc681
{
  "trx": {
    "expiration": "2014-11-29T14:26:08",
    "delegate_slate_id": null,
    "operations": [{
        "type": "deposit_op_type",
        "data": {
          "amount": 74900000,
          "condition": {
            "asset_id": 0,
            "delegate_slate_id": 0,
            "type": "withdraw_signature_type",
            "data": {
              "owner": "SPKLZQ3D1qUasXkW7ygVM3T9Fw849cDCZaFm",
              "memo": {
                "one_time_key": "SPK5BBQ7PDHdN8WGX6JgjjKDox2QLhLAK7ySFrepMSJvf1t4BxY6p",
                "encrypted_memo_data": "a5782f8bcdf4f908a04a48178962d60be1149f199a64e4184ec9bc46a8b632a66e5aead6bb7128e3b18d4ce271976f0e5260bbfb6d9a7d0a7720c7265f1a15ad"
              }
            }
          }
        }
      },{
        "type": "withdraw_op_type",
        "data": {
          "balance_id": "SPK7ihS7SRLPfpBKbFXDkSvkaAp1SHcoMgRf",
          "amount": 74950000,
          "claim_input_data": ""
        }
      }
    ],
    "reserved": "",
    "signatures": [
      "20496e12bdf08904145609e208782f9e08d07dc5de2369f4d57744c23420381f26c451374f548415b58924fc8321ac9a5206f557e4f0ddac204595c38d8dab3e80"
    ]
  },
  "signed_keys": [
    "SPK4qm73LfwLtWrUKjAgHzFZA9fmSLhLPFWg",
    "SPKDhRigcD1uZ9PdgDM6tV8AC8RBTfvvHjeh",
    "SPK9inLtF25gyJ5VxF2rQo2ozebxEnZVGY8T",
    "SPKHuvkJ6w6XhoM8k84SfBcYKH8DnzQJV4a7",
    "SPKDbaFgEULahd7xtowwxXSgydCUxbX3QsFt"
  ],
  "validation_error": null,
  "required_deposits": [],
  "provided_deposits": [[
      "SPK6MnwMmwhUBPEzY9PTNbmFL92zsUjjipXc",{
        "amount": 74900000,
        "asset_id": 0
      }
    ]
  ],
  "deposits": [[
      0,{
        "amount": 74900000,
        "asset_id": 0
      }
    ]
  ],
  "withdraws": [[
      0,{
        "amount": 74950000,
        "asset_id": 0
      }
    ]
  ],
  "yield": [],
  "deltas": [[
      0,{
        "amount": 74900000,
        "asset_id": 0
      }
    ],[
      1,{
        "amount": -74950000,
        "asset_id": 0
      }
    ]
  ],
  "required_fees": {
    "amount": 0,
    "asset_id": 0
  },
  "alt_fees_paid": {
    "amount": 0,
    "asset_id": 0
  },
  "balance": [[
      0,
      50000
    ]
  ],
  "net_delegate_votes": [],
  "chain_location": {
    "block_num": 3062,
    "trx_num": 0
  }
}